2024-02-22T23:45:01.932 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-22T23:45:01.932 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} --name yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571393 --verbose -- /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571393/orig.config.yaml 2024-02-22T23:45:01.968 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-22T23:45:02.053 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571393 branch: pacific-release description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7571393' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: pacific-release 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\) - slow requests - \(PG_ - PG_ - \(CEPHADM_STRAY_DAEMON\) - slow request - \(MDS_ - MDS_ - osds down - OSD_ - \(OSD_ - client - FS_ - \(FS_ - degraded sha1: eb66ed921e744301e6863be6353618d63967ea59 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: eb66ed921e744301e6863be6353618d63967ea59 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-ksirivad-pacific-release-whitelist sha1: 4f758cd8e8854d1f126da86e254076852bf059a9 owner: scheduled_yuriw@teuthology priority: 61 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 264 sha1: eb66ed921e744301e6863be6353618d63967ea59 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-ksirivad-pacific-release-whitelist suite_path: /home/teuthworker/src/github.com_kamoltat_ceph_4f758cd8e8854d1f126da86e254076852bf059a9/qa suite_relpath: qa suite_repo: https://github.com/kamoltat/ceph.git suite_sha1: 4f758cd8e8854d1f126da86e254076852bf059a9 targets: smithi115.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBZMkTF7nFgRCB6rsoXFhGixrGkGV9YzuJAM030OdI9Yzx2aqOCRN8X5JO4hQ+kS7HZAr00WO6GhQcqm6fDXGIM= smithi131.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNQhxy7MIp1s8spsElyeNLgEqvWwMGTwASa7K2t6TJ5WzxAJGeDXG1qG6CNUFM5oWK1LpnQgiedfzHtWh7CLRcQ= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: add_mons_via_daemon_add: true avoid_pacific_features: true cephadm_branch: octopus cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v15 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-22_21:39:39 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-02-22T23:45:02.053 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_kamoltat_ceph_4f758cd8e8854d1f126da86e254076852bf059a9/qa; will attempt to use it 2024-02-22T23:45:02.053 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_kamoltat_ceph_4f758cd8e8854d1f126da86e254076852bf059a9/qa/tasks 2024-02-22T23:45:02.053 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-22T23:45:02.055 INFO:teuthology.task.internal:Checking packages... 2024-02-22T23:45:02.077 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'eb66ed921e744301e6863be6353618d63967ea59' 2024-02-22T23:45:02.077 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-22T23:45:02.077 INFO:teuthology.packaging:ref: None 2024-02-22T23:45:02.077 INFO:teuthology.packaging:tag: None 2024-02-22T23:45:02.077 INFO:teuthology.packaging:branch: pacific-release 2024-02-22T23:45:02.077 INFO:teuthology.packaging:sha1: eb66ed921e744301e6863be6353618d63967ea59 2024-02-22T23:45:02.077 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific-release 2024-02-22T23:45:02.222 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-550.geb66ed92 2024-02-22T23:45:02.223 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-22T23:45:02.229 INFO:teuthology.task.internal:no buildpackages task found 2024-02-22T23:45:02.229 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-22T23:45:02.235 INFO:teuthology.task.internal:Saving configuration 2024-02-22T23:45:02.249 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-22T23:45:02.255 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-22T23:45:02.280 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571393', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-22 23:39:57.868049', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBZMkTF7nFgRCB6rsoXFhGixrGkGV9YzuJAM030OdI9Yzx2aqOCRN8X5JO4hQ+kS7HZAr00WO6GhQcqm6fDXGIM='} 2024-02-22T23:45:02.302 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571393', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-22 23:39:57.866531', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNQhxy7MIp1s8spsElyeNLgEqvWwMGTwASa7K2t6TJ5WzxAJGeDXG1qG6CNUFM5oWK1LpnQgiedfzHtWh7CLRcQ='} 2024-02-22T23:45:02.302 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-22T23:45:02.308 INFO:teuthology.task.internal:roles: ubuntu@smithi115.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-22T23:45:02.308 INFO:teuthology.task.internal:roles: ubuntu@smithi131.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-22T23:45:02.308 INFO:teuthology.run_tasks:Running task console_log... 2024-02-22T23:45:02.372 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0f82691ee0>, signals=[15]) 2024-02-22T23:45:02.373 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-22T23:45:02.378 INFO:teuthology.task.internal:Opening connections... 2024-02-22T23:45:02.378 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi115.front.sepia.ceph.com 2024-02-22T23:45:02.380 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T23:45:02.454 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi131.front.sepia.ceph.com 2024-02-22T23:45:02.455 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T23:45:02.524 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-22T23:45:02.530 DEBUG:teuthology.orchestra.run.smithi115:> uname -m 2024-02-22T23:45:02.553 INFO:teuthology.orchestra.run.smithi115.stdout:x86_64 2024-02-22T23:45:02.553 DEBUG:teuthology.orchestra.run.smithi115:> cat /etc/os-release 2024-02-22T23:45:02.613 INFO:teuthology.orchestra.run.smithi115.stdout:NAME="CentOS Stream" 2024-02-22T23:45:02.614 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION="8" 2024-02-22T23:45:02.614 INFO:teuthology.orchestra.run.smithi115.stdout:ID="centos" 2024-02-22T23:45:02.614 INFO:teuthology.orchestra.run.smithi115.stdout:ID_LIKE="rhel fedora" 2024-02-22T23:45:02.614 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_ID="8" 2024-02-22T23:45:02.614 INFO:teuthology.orchestra.run.smithi115.stdout:PLATFORM_ID="platform:el8" 2024-02-22T23:45:02.614 INFO:teuthology.orchestra.run.smithi115.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-22T23:45:02.614 INFO:teuthology.orchestra.run.smithi115.stdout:ANSI_COLOR="0;31" 2024-02-22T23:45:02.614 INFO:teuthology.orchestra.run.smithi115.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-22T23:45:02.614 INFO:teuthology.orchestra.run.smithi115.stdout:HOME_URL="https://centos.org/" 2024-02-22T23:45:02.614 INFO:teuthology.orchestra.run.smithi115.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-22T23:45:02.614 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-22T23:45:02.614 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-22T23:45:02.615 INFO:teuthology.lock.ops:Updating smithi115.front.sepia.ceph.com on lock server 2024-02-22T23:45:02.638 DEBUG:teuthology.orchestra.run.smithi131:> uname -m 2024-02-22T23:45:02.660 INFO:teuthology.orchestra.run.smithi131.stdout:x86_64 2024-02-22T23:45:02.661 DEBUG:teuthology.orchestra.run.smithi131:> cat /etc/os-release 2024-02-22T23:45:02.722 INFO:teuthology.orchestra.run.smithi131.stdout:NAME="CentOS Stream" 2024-02-22T23:45:02.722 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION="8" 2024-02-22T23:45:02.722 INFO:teuthology.orchestra.run.smithi131.stdout:ID="centos" 2024-02-22T23:45:02.723 INFO:teuthology.orchestra.run.smithi131.stdout:ID_LIKE="rhel fedora" 2024-02-22T23:45:02.723 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_ID="8" 2024-02-22T23:45:02.723 INFO:teuthology.orchestra.run.smithi131.stdout:PLATFORM_ID="platform:el8" 2024-02-22T23:45:02.723 INFO:teuthology.orchestra.run.smithi131.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-22T23:45:02.723 INFO:teuthology.orchestra.run.smithi131.stdout:ANSI_COLOR="0;31" 2024-02-22T23:45:02.723 INFO:teuthology.orchestra.run.smithi131.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-22T23:45:02.723 INFO:teuthology.orchestra.run.smithi131.stdout:HOME_URL="https://centos.org/" 2024-02-22T23:45:02.723 INFO:teuthology.orchestra.run.smithi131.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-22T23:45:02.723 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-22T23:45:02.723 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-22T23:45:02.723 INFO:teuthology.lock.ops:Updating smithi131.front.sepia.ceph.com on lock server 2024-02-22T23:45:02.746 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-22T23:45:02.754 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-22T23:45:02.758 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-22T23:45:02.758 DEBUG:teuthology.orchestra.run.smithi115:> test '!' -e /home/ubuntu/cephtest 2024-02-22T23:45:02.761 DEBUG:teuthology.orchestra.run.smithi131:> test '!' -e /home/ubuntu/cephtest 2024-02-22T23:45:02.785 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-22T23:45:02.795 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-22T23:45:02.795 DEBUG:teuthology.orchestra.run.smithi115:> test -z $(ls -A /var/lib/ceph) 2024-02-22T23:45:02.822 DEBUG:teuthology.orchestra.run.smithi131:> test -z $(ls -A /var/lib/ceph) 2024-02-22T23:45:02.853 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-22T23:45:02.904 INFO:teuthology.run_tasks:Running task kernel... 2024-02-22T23:45:02.916 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-22T23:45:02.916 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-22T23:45:02.917 DEBUG:teuthology.orchestra.run.smithi115:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-22T23:45:02.917 DEBUG:teuthology.orchestra.run.smithi131:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-22T23:45:02.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-22T23:45:02.937 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-02-22T23:45:02.937 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-22T23:45:02.938 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-02-22T23:45:02.997 INFO:teuthology.orchestra.run.smithi115.stdout:4.18.0-489.el8.x86_64 2024-02-22T23:45:02.997 INFO:teuthology.task.kernel:Running kernel on smithi115: 4.18.0-489.el8.x86_64 2024-02-22T23:45:02.997 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum install -y kernel 2024-02-22T23:45:02.999 INFO:teuthology.orchestra.run.smithi131.stdout:4.18.0-489.el8.x86_64 2024-02-22T23:45:02.999 INFO:teuthology.task.kernel:Running kernel on smithi131: 4.18.0-489.el8.x86_64 2024-02-22T23:45:02.999 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum install -y kernel 2024-02-22T23:45:09.256 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 8 - AppStream 7.5 MB/s | 27 MB 00:03 2024-02-22T23:45:09.916 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - AppStream 6.4 MB/s | 27 MB 00:04 2024-02-22T23:45:15.081 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 8 - BaseOS 11 MB/s | 10 MB 00:00 2024-02-22T23:45:15.557 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 10 MB 00:00 2024-02-22T23:45:16.873 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 8 - Extras 89 kB/s | 18 kB 00:00 2024-02-22T23:45:17.191 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 8 - Extras common packages 33 kB/s | 6.9 kB 00:00 2024-02-22T23:45:17.501 INFO:teuthology.orchestra.run.smithi131.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2024-02-22T23:45:17.532 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - Extras 51 kB/s | 18 kB 00:00 2024-02-22T23:45:17.841 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - Extras common packages 35 kB/s | 6.9 kB 00:00 2024-02-22T23:45:18.085 INFO:teuthology.orchestra.run.smithi115.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-02-22T23:45:18.977 INFO:teuthology.orchestra.run.smithi115.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2024-02-22T23:45:19.276 INFO:teuthology.orchestra.run.smithi131.stdout:Extra Packages for Enterprise Linux 9.6 MB/s | 16 MB 00:01 2024-02-22T23:45:22.727 INFO:teuthology.orchestra.run.smithi115.stdout:lab-extras 459 kB/s | 24 kB 00:00 2024-02-22T23:45:23.068 INFO:teuthology.orchestra.run.smithi131.stdout:lab-extras 590 kB/s | 24 kB 00:00 2024-02-22T23:45:25.617 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-22T23:45:25.618 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-22T23:45:25.723 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-02-22T23:45:25.724 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-22T23:45:25.724 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2024-02-22T23:45:25.724 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-22T23:45:25.725 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-02-22T23:45:25.725 INFO:teuthology.orchestra.run.smithi115.stdout: kernel x86_64 4.18.0-540.el8 baseos 10 M 2024-02-22T23:45:25.725 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-02-22T23:45:25.725 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-core x86_64 4.18.0-540.el8 baseos 44 M 2024-02-22T23:45:25.725 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-modules x86_64 4.18.0-540.el8 baseos 36 M 2024-02-22T23:45:25.725 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-22T23:45:25.725 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-02-22T23:45:25.725 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-22T23:45:25.725 INFO:teuthology.orchestra.run.smithi115.stdout:Install 3 Packages 2024-02-22T23:45:25.725 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-22T23:45:25.725 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 90 M 2024-02-22T23:45:25.725 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 97 M 2024-02-22T23:45:25.726 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-02-22T23:45:26.074 INFO:teuthology.orchestra.run.smithi131.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-22T23:45:26.074 INFO:teuthology.orchestra.run.smithi131.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-22T23:45:26.188 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-02-22T23:45:26.189 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-02-22T23:45:26.189 INFO:teuthology.orchestra.run.smithi131.stdout: Package Architecture Version Repository Size 2024-02-22T23:45:26.190 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-02-22T23:45:26.190 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-02-22T23:45:26.190 INFO:teuthology.orchestra.run.smithi131.stdout: kernel x86_64 4.18.0-540.el8 baseos 10 M 2024-02-22T23:45:26.190 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-02-22T23:45:26.190 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-core x86_64 4.18.0-540.el8 baseos 44 M 2024-02-22T23:45:26.190 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-modules x86_64 4.18.0-540.el8 baseos 36 M 2024-02-22T23:45:26.190 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:45:26.190 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-02-22T23:45:26.190 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-02-22T23:45:26.190 INFO:teuthology.orchestra.run.smithi131.stdout:Install 3 Packages 2024-02-22T23:45:26.190 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:45:26.191 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 90 M 2024-02-22T23:45:26.191 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 97 M 2024-02-22T23:45:26.191 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-02-22T23:45:27.488 INFO:teuthology.orchestra.run.smithi115.stdout:(1/3): kernel-core-4.18.0-540.el8.x86_64.rpm 25 MB/s | 44 MB 00:01 2024-02-22T23:45:27.855 INFO:teuthology.orchestra.run.smithi115.stdout:(2/3): kernel-modules-4.18.0-540.el8.x86_64.rpm 17 MB/s | 36 MB 00:02 2024-02-22T23:45:27.870 INFO:teuthology.orchestra.run.smithi131.stdout:(1/3): kernel-4.18.0-540.el8.x86_64.rpm 6.6 MB/s | 10 MB 00:01 2024-02-22T23:45:27.964 INFO:teuthology.orchestra.run.smithi115.stdout:(3/3): kernel-4.18.0-540.el8.x86_64.rpm 4.7 MB/s | 10 MB 00:02 2024-02-22T23:45:27.964 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-02-22T23:45:27.964 INFO:teuthology.orchestra.run.smithi115.stdout:Total 40 MB/s | 90 MB 00:02 2024-02-22T23:45:28.643 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-02-22T23:45:28.853 INFO:teuthology.orchestra.run.smithi131.stdout:(2/3): kernel-core-4.18.0-540.el8.x86_64.rpm 17 MB/s | 44 MB 00:02 2024-02-22T23:45:29.063 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-02-22T23:45:29.063 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-02-22T23:45:29.570 INFO:teuthology.orchestra.run.smithi131.stdout:(3/3): kernel-modules-4.18.0-540.el8.x86_64.rpm 11 MB/s | 36 MB 00:03 2024-02-22T23:45:29.571 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-02-22T23:45:29.571 INFO:teuthology.orchestra.run.smithi131.stdout:Total 27 MB/s | 90 MB 00:03 2024-02-22T23:45:30.247 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-02-22T23:45:30.294 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-02-22T23:45:30.319 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-02-22T23:45:30.668 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-02-22T23:45:30.668 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-02-22T23:45:31.907 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-02-22T23:45:31.928 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-02-22T23:45:33.102 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-02-22T23:45:33.603 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-core-4.18.0-540.el8.x86_64 1/3 2024-02-22T23:45:34.740 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-02-22T23:45:35.230 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : kernel-core-4.18.0-540.el8.x86_64 1/3 2024-02-22T23:45:37.208 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-core-4.18.0-540.el8.x86_64 1/3 2024-02-22T23:45:37.610 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-modules-4.18.0-540.el8.x86_64 2/3 2024-02-22T23:45:38.829 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-core-4.18.0-540.el8.x86_64 1/3 2024-02-22T23:45:39.238 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : kernel-modules-4.18.0-540.el8.x86_64 2/3 2024-02-22T23:45:41.035 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-modules-4.18.0-540.el8.x86_64 2/3 2024-02-22T23:45:41.308 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-4.18.0-540.el8.x86_64 3/3 2024-02-22T23:45:42.666 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-modules-4.18.0-540.el8.x86_64 2/3 2024-02-22T23:45:42.952 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : kernel-4.18.0-540.el8.x86_64 3/3 2024-02-22T23:46:03.342 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-core-4.18.0-540.el8.x86_64 3/3 2024-02-22T23:46:03.365 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-modules-4.18.0-540.el8.x86_64 3/3 2024-02-22T23:46:03.710 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-4.18.0-540.el8.x86_64 3/3 2024-02-22T23:46:03.710 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-4.18.0-540.el8.x86_64 1/3 2024-02-22T23:46:03.710 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-core-4.18.0-540.el8.x86_64 2/3 2024-02-22T23:46:04.186 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-modules-4.18.0-540.el8.x86_64 3/3 2024-02-22T23:46:04.187 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-22T23:46:04.187 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-02-22T23:46:04.187 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-4.18.0-540.el8.x86_64 kernel-core-4.18.0-540.el8.x86_64 2024-02-22T23:46:04.187 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-modules-4.18.0-540.el8.x86_64 2024-02-22T23:46:04.187 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-22T23:46:04.187 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-02-22T23:46:04.336 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q kernel | sort -rV | head -n 1 2024-02-22T23:46:04.553 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-4.18.0-540.el8.x86_64 2024-02-22T23:46:04.553 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-540.el8.x86_64 2024-02-22T23:46:04.554 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-540.el8.x86_64 2024-02-22T23:46:04.554 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-22T23:46:04.554 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-22T23:46:04.554 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-22T23:46:04.554 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi115.front.sepia.ceph.com, path=None, version=distro) 2024-02-22T23:46:04.554 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q kernel | sort -rV | head -n 1 2024-02-22T23:46:04.754 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-core-4.18.0-540.el8.x86_64 3/3 2024-02-22T23:46:04.763 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-4.18.0-540.el8.x86_64 2024-02-22T23:46:04.763 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-540.el8.x86_64 2024-02-22T23:46:04.764 DEBUG:teuthology.orchestra.run.smithi115:> sudo rpm -qi grub2-tools 2024-02-22T23:46:04.776 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-modules-4.18.0-540.el8.x86_64 3/3 2024-02-22T23:46:04.797 INFO:teuthology.orchestra.run.smithi115.stdout:Name : grub2-tools 2024-02-22T23:46:04.797 INFO:teuthology.orchestra.run.smithi115.stdout:Epoch : 1 2024-02-22T23:46:04.797 INFO:teuthology.orchestra.run.smithi115.stdout:Version : 2.02 2024-02-22T23:46:04.797 INFO:teuthology.orchestra.run.smithi115.stdout:Release : 129.el8 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: x86_64 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:Group : System Environment/Base 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:Size : 9265586 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:License : GPLv3+ 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:Relocations : (not relocatable) 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:Packager : CentOS BuildSystem 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:Vendor : CentOS 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:Summary : Support tools for GRUB. 2024-02-22T23:46:04.798 INFO:teuthology.orchestra.run.smithi115.stdout:Description : 2024-02-22T23:46:04.799 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-22T23:46:04.799 INFO:teuthology.orchestra.run.smithi115.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-22T23:46:04.799 INFO:teuthology.orchestra.run.smithi115.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-22T23:46:04.799 INFO:teuthology.orchestra.run.smithi115.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-22T23:46:04.799 INFO:teuthology.orchestra.run.smithi115.stdout:hardware devices. 2024-02-22T23:46:04.799 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-22T23:46:04.799 INFO:teuthology.orchestra.run.smithi115.stdout:This subpackage provides tools for support of all platforms. 2024-02-22T23:46:04.800 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-22T23:46:04.800 INFO:teuthology.task.kernel:Updating grub on smithi115 to boot 4.18.0-540.el8.x86_64 2024-02-22T23:46:04.800 DEBUG:teuthology.orchestra.run.smithi115:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-22T23:46:05.131 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-4.18.0-540.el8.x86_64 3/3 2024-02-22T23:46:05.131 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : kernel-4.18.0-540.el8.x86_64 1/3 2024-02-22T23:46:05.131 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : kernel-core-4.18.0-540.el8.x86_64 2/3 2024-02-22T23:46:05.899 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : kernel-modules-4.18.0-540.el8.x86_64 3/3 2024-02-22T23:46:05.899 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:46:05.899 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-02-22T23:46:05.899 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-4.18.0-540.el8.x86_64 kernel-core-4.18.0-540.el8.x86_64 2024-02-22T23:46:05.899 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-modules-4.18.0-540.el8.x86_64 2024-02-22T23:46:05.899 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:46:05.899 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-02-22T23:46:06.043 DEBUG:teuthology.orchestra.run.smithi131:> rpm -q kernel | sort -rV | head -n 1 2024-02-22T23:46:06.259 INFO:teuthology.orchestra.run.smithi131.stdout:kernel-4.18.0-540.el8.x86_64 2024-02-22T23:46:06.259 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-540.el8.x86_64 2024-02-22T23:46:06.259 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-540.el8.x86_64 2024-02-22T23:46:06.260 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-22T23:46:06.260 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-22T23:46:06.260 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-22T23:46:06.260 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi131.front.sepia.ceph.com, path=None, version=distro) 2024-02-22T23:46:06.260 DEBUG:teuthology.orchestra.run.smithi131:> rpm -q kernel | sort -rV | head -n 1 2024-02-22T23:46:06.471 INFO:teuthology.orchestra.run.smithi131.stdout:kernel-4.18.0-540.el8.x86_64 2024-02-22T23:46:06.471 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-540.el8.x86_64 2024-02-22T23:46:06.471 DEBUG:teuthology.orchestra.run.smithi131:> sudo rpm -qi grub2-tools 2024-02-22T23:46:06.496 INFO:teuthology.orchestra.run.smithi115.stderr:Generating grub configuration file ... 2024-02-22T23:46:06.504 INFO:teuthology.orchestra.run.smithi131.stdout:Name : grub2-tools 2024-02-22T23:46:06.504 INFO:teuthology.orchestra.run.smithi131.stdout:Epoch : 1 2024-02-22T23:46:06.504 INFO:teuthology.orchestra.run.smithi131.stdout:Version : 2.02 2024-02-22T23:46:06.504 INFO:teuthology.orchestra.run.smithi131.stdout:Release : 129.el8 2024-02-22T23:46:06.504 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: x86_64 2024-02-22T23:46:06.504 INFO:teuthology.orchestra.run.smithi131.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-22T23:46:06.504 INFO:teuthology.orchestra.run.smithi131.stdout:Group : System Environment/Base 2024-02-22T23:46:06.504 INFO:teuthology.orchestra.run.smithi131.stdout:Size : 9265586 2024-02-22T23:46:06.504 INFO:teuthology.orchestra.run.smithi131.stdout:License : GPLv3+ 2024-02-22T23:46:06.505 INFO:teuthology.orchestra.run.smithi131.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-22T23:46:06.505 INFO:teuthology.orchestra.run.smithi131.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-22T23:46:06.505 INFO:teuthology.orchestra.run.smithi131.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-22T23:46:06.505 INFO:teuthology.orchestra.run.smithi131.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-22T23:46:06.505 INFO:teuthology.orchestra.run.smithi131.stdout:Relocations : (not relocatable) 2024-02-22T23:46:06.505 INFO:teuthology.orchestra.run.smithi131.stdout:Packager : CentOS BuildSystem 2024-02-22T23:46:06.505 INFO:teuthology.orchestra.run.smithi131.stdout:Vendor : CentOS 2024-02-22T23:46:06.505 INFO:teuthology.orchestra.run.smithi131.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-22T23:46:06.505 INFO:teuthology.orchestra.run.smithi131.stdout:Summary : Support tools for GRUB. 2024-02-22T23:46:06.505 INFO:teuthology.orchestra.run.smithi131.stdout:Description : 2024-02-22T23:46:06.505 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:46:06.505 INFO:teuthology.orchestra.run.smithi131.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-22T23:46:06.505 INFO:teuthology.orchestra.run.smithi131.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-22T23:46:06.506 INFO:teuthology.orchestra.run.smithi131.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-22T23:46:06.506 INFO:teuthology.orchestra.run.smithi131.stdout:hardware devices. 2024-02-22T23:46:06.506 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:46:06.506 INFO:teuthology.orchestra.run.smithi131.stdout:This subpackage provides tools for support of all platforms. 2024-02-22T23:46:06.507 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-22T23:46:06.507 INFO:teuthology.task.kernel:Updating grub on smithi131 to boot 4.18.0-540.el8.x86_64 2024-02-22T23:46:06.507 DEBUG:teuthology.orchestra.run.smithi131:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-22T23:46:08.104 INFO:teuthology.orchestra.run.smithi131.stderr:Generating grub configuration file ... 2024-02-22T23:46:08.929 INFO:teuthology.orchestra.run.smithi115.stderr:done 2024-02-22T23:46:08.931 DEBUG:teuthology.orchestra.run.smithi115:> mktemp 2024-02-22T23:46:08.997 INFO:teuthology.orchestra.run.smithi115.stdout:/tmp/tmp.zNZAguKbWV 2024-02-22T23:46:08.998 DEBUG:teuthology.orchestra.run.smithi115:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.zNZAguKbWV 2024-02-22T23:46:09.088 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 0666 /tmp/tmp.zNZAguKbWV 2024-02-22T23:46:09.187 DEBUG:teuthology.orchestra.remote:smithi115:/tmp/tmp.zNZAguKbWV is 6KB 2024-02-22T23:46:09.238 DEBUG:teuthology.orchestra.run.smithi115:> rm -fr /tmp/tmp.zNZAguKbWV 2024-02-22T23:46:09.255 DEBUG:teuthology.orchestra.run.smithi115:> sudo /bin/ls /boot/loader/entries || true 2024-02-22T23:46:09.334 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-22T23:46:09.334 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-22T23:46:09.334 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-22T23:46:09.334 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-540.el8.x86_64.conf 2024-02-22T23:46:09.335 DEBUG:teuthology.orchestra.run.smithi115:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-540.el8.x86_64 2024-02-22T23:46:09.496 DEBUG:teuthology.orchestra.run.smithi115:> sudo shutdown -r now 2024-02-22T23:46:10.489 INFO:teuthology.orchestra.run.smithi131.stderr:done 2024-02-22T23:46:10.491 DEBUG:teuthology.orchestra.run.smithi131:> mktemp 2024-02-22T23:46:10.514 INFO:teuthology.orchestra.run.smithi131.stdout:/tmp/tmp.LGcEEJyPxK 2024-02-22T23:46:10.514 DEBUG:teuthology.orchestra.run.smithi131:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.LGcEEJyPxK 2024-02-22T23:46:10.594 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 0666 /tmp/tmp.LGcEEJyPxK 2024-02-22T23:46:10.738 DEBUG:teuthology.orchestra.remote:smithi131:/tmp/tmp.LGcEEJyPxK is 6KB 2024-02-22T23:46:10.786 DEBUG:teuthology.orchestra.run.smithi131:> rm -fr /tmp/tmp.LGcEEJyPxK 2024-02-22T23:46:10.803 DEBUG:teuthology.orchestra.run.smithi131:> sudo /bin/ls /boot/loader/entries || true 2024-02-22T23:46:10.879 INFO:teuthology.orchestra.run.smithi131.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-22T23:46:10.879 INFO:teuthology.orchestra.run.smithi131.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-22T23:46:10.880 INFO:teuthology.orchestra.run.smithi131.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-22T23:46:10.880 INFO:teuthology.orchestra.run.smithi131.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-540.el8.x86_64.conf 2024-02-22T23:46:10.881 DEBUG:teuthology.orchestra.run.smithi131:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-540.el8.x86_64 2024-02-22T23:46:11.080 DEBUG:teuthology.orchestra.run.smithi131:> sudo shutdown -r now 2024-02-22T23:46:39.523 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-22T23:46:39.523 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-22T23:46:39.524 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T23:46:41.084 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-22T23:46:41.084 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-02-22T23:46:41.084 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T23:47:14.108 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-22T23:47:23.116 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-22T23:47:23.117 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T23:47:41.098 DEBUG:teuthology.orchestra.remote:timed out 2024-02-22T23:47:41.500 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-22T23:47:50.104 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-02-22T23:47:50.105 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T23:47:50.412 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-02-22T23:47:50.664 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-02-22T23:47:50.664 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-540.el8.x86_64"... 2024-02-22T23:47:50.664 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-02-22T23:47:50.681 INFO:teuthology.orchestra.run.smithi131.stdout:4.18.0-540.el8.x86_64 2024-02-22T23:47:50.681 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-540.el8.x86_64 vs 4.18.0-540.el8.x86_64 2024-02-22T23:47:50.681 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-22T23:47:50.681 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-22T23:47:51.683 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-22T23:47:51.683 DEBUG:teuthology.orchestra.run.smithi131:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-22T23:47:52.401 INFO:teuthology.orchestra.run.smithi131.stdout:ttyS1 2024-02-22T23:47:52.430 DEBUG:teuthology.parallel:result is None 2024-02-22T23:47:53.500 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-22T23:47:53.501 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T23:47:53.856 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-02-22T23:47:54.307 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-22T23:47:54.307 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-540.el8.x86_64"... 2024-02-22T23:47:54.307 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-02-22T23:47:54.323 INFO:teuthology.orchestra.run.smithi115.stdout:4.18.0-540.el8.x86_64 2024-02-22T23:47:54.323 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-540.el8.x86_64 vs 4.18.0-540.el8.x86_64 2024-02-22T23:47:54.324 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-22T23:47:54.324 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-22T23:47:55.325 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-22T23:47:55.325 DEBUG:teuthology.orchestra.run.smithi115:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-22T23:47:55.419 INFO:teuthology.orchestra.run.smithi115.stdout:ttyS1 2024-02-22T23:47:55.434 DEBUG:teuthology.parallel:result is None 2024-02-22T23:47:55.434 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-22T23:47:55.442 INFO:teuthology.task.internal:Creating test directory... 2024-02-22T23:47:55.442 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-22T23:47:55.444 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-22T23:47:55.467 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-22T23:47:55.476 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-22T23:47:55.485 INFO:teuthology.task.internal:Creating archive directory... 2024-02-22T23:47:55.485 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-22T23:47:55.503 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-22T23:47:55.550 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-22T23:47:55.558 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-22T23:47:55.558 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-22T23:47:55.572 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-22T23:47:55.613 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-22T23:47:55.624 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-22T23:47:55.631 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-22T23:47:55.643 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-22T23:47:55.645 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-22T23:47:55.652 INFO:teuthology.task.internal:Configuring sudo... 2024-02-22T23:47:55.652 DEBUG:teuthology.orchestra.run.smithi115:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-22T23:47:55.667 DEBUG:teuthology.orchestra.run.smithi131:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-22T23:47:55.697 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-22T23:47:55.706 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-22T23:47:55.706 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-22T23:47:55.734 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-22T23:47:55.756 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-22T23:47:55.836 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-22T23:47:55.879 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-22T23:47:55.963 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-22T23:47:56.005 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-22T23:47:56.005 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-22T23:47:56.072 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-22T23:47:56.120 DEBUG:teuthology.orchestra.run.smithi131:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-22T23:47:56.179 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-22T23:47:56.265 DEBUG:teuthology.orchestra.run.smithi131:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-22T23:47:56.310 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-02-22T23:47:56.310 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-22T23:47:56.379 DEBUG:teuthology.orchestra.run.smithi115:> sudo service rsyslog restart 2024-02-22T23:47:56.381 DEBUG:teuthology.orchestra.run.smithi131:> sudo service rsyslog restart 2024-02-22T23:47:56.441 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-22T23:47:56.480 INFO:teuthology.orchestra.run.smithi131.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-22T23:47:56.958 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-22T23:47:56.969 INFO:teuthology.task.internal:Starting timer... 2024-02-22T23:47:56.969 INFO:teuthology.run_tasks:Running task pcp... 2024-02-22T23:47:56.987 INFO:teuthology.run_tasks:Running task selinux... 2024-02-22T23:47:57.001 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-22T23:47:57.001 DEBUG:teuthology.orchestra.run.smithi115:> sudo service auditd rotate 2024-02-22T23:47:57.085 INFO:teuthology.orchestra.run.smithi115.stdout:Rotating logs: 2024-02-22T23:47:57.086 DEBUG:teuthology.orchestra.run.smithi131:> sudo service auditd rotate 2024-02-22T23:47:57.173 INFO:teuthology.orchestra.run.smithi131.stdout:Rotating logs: 2024-02-22T23:47:57.174 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-22T23:47:57.175 DEBUG:teuthology.orchestra.run.smithi115:> /usr/sbin/getenforce 2024-02-22T23:47:57.204 INFO:teuthology.orchestra.run.smithi115.stdout:Permissive 2024-02-22T23:47:57.204 DEBUG:teuthology.orchestra.run.smithi131:> /usr/sbin/getenforce 2024-02-22T23:47:57.232 INFO:teuthology.orchestra.run.smithi131.stdout:Permissive 2024-02-22T23:47:57.232 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi115.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi131.front.sepia.ceph.com': 'permissive'} 2024-02-22T23:47:57.232 DEBUG:teuthology.orchestra.run.smithi115:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-22T23:47:57.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-22T23:47:57.270 DEBUG:teuthology.orchestra.run.smithi131:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-22T23:47:57.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-22T23:47:57.300 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-22T23:47:57.301 DEBUG:teuthology.orchestra.run.smithi115:> sudo /usr/sbin/setenforce permissive 2024-02-22T23:47:57.336 DEBUG:teuthology.orchestra.run.smithi131:> sudo /usr/sbin/setenforce permissive 2024-02-22T23:47:57.369 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-22T23:47:57.383 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-22T23:47:57.387 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-22T23:47:57.493 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-22T23:47:57.508 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-22T23:47:57.509 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi115.front.sepia.ceph.com,smithi131.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-22T23:53:46.311 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi115.front.sepia.ceph.com'), Remote(name='ubuntu@smithi131.front.sepia.ceph.com')] 2024-02-22T23:53:46.312 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-22T23:53:46.313 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T23:53:46.387 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-02-22T23:53:46.453 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-22T23:53:46.454 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-02-22T23:53:46.454 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T23:53:46.525 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-02-22T23:53:46.594 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-02-22T23:53:46.595 INFO:teuthology.run_tasks:Running task clock... 2024-02-22T23:53:46.605 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-22T23:53:46.605 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-22T23:53:46.605 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-22T23:53:46.608 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-22T23:53:46.608 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-22T23:53:46.637 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-22T23:53:46.650 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-22T23:53:46.667 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-22T23:53:46.680 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-22T23:53:46.718 INFO:teuthology.orchestra.run.smithi115.stderr:sudo: ntpd: command not found 2024-02-22T23:53:46.728 INFO:teuthology.orchestra.run.smithi115.stdout:506 Cannot talk to daemon 2024-02-22T23:53:46.742 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-22T23:53:46.748 INFO:teuthology.orchestra.run.smithi131.stderr:sudo: ntpd: command not found 2024-02-22T23:53:46.755 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-22T23:53:46.759 INFO:teuthology.orchestra.run.smithi131.stdout:506 Cannot talk to daemon 2024-02-22T23:53:46.772 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-22T23:53:46.786 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-22T23:53:46.832 INFO:teuthology.orchestra.run.smithi115.stderr:bash: ntpq: command not found 2024-02-22T23:53:46.835 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-22T23:53:46.835 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2024-02-22T23:53:46.835 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T23:53:46.835 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T23:53:46.835 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T23:53:46.835 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T23:53:46.846 INFO:teuthology.orchestra.run.smithi131.stderr:bash: ntpq: command not found 2024-02-22T23:53:46.849 INFO:teuthology.orchestra.run.smithi131.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-22T23:53:46.849 INFO:teuthology.orchestra.run.smithi131.stdout:=============================================================================== 2024-02-22T23:53:46.849 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T23:53:46.849 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T23:53:46.849 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T23:53:46.849 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T23:53:46.850 INFO:teuthology.run_tasks:Running task pexec... 2024-02-22T23:53:46.860 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-22T23:53:46.861 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi115.front.sepia.ceph.com 2024-02-22T23:53:46.861 DEBUG:teuthology.orchestra.run.smithi115:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-22T23:53:46.862 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi131.front.sepia.ceph.com 2024-02-22T23:53:46.862 DEBUG:teuthology.orchestra.run.smithi131:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-22T23:53:47.661 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:25 ago on Thu 22 Feb 2024 11:52:22 PM UTC. 2024-02-22T23:53:47.676 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:25 ago on Thu 22 Feb 2024 11:52:22 PM UTC. 2024-02-22T23:53:49.703 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-02-22T23:53:49.704 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-22T23:53:49.704 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2024-02-22T23:53:49.704 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-22T23:53:49.704 INFO:teuthology.orchestra.run.smithi115.stdout:Resetting modules: 2024-02-22T23:53:49.704 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools 2024-02-22T23:53:49.704 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-22T23:53:49.704 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-02-22T23:53:49.704 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-22T23:53:49.704 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-22T23:53:49.722 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-02-22T23:53:49.724 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-02-22T23:53:49.724 INFO:teuthology.orchestra.run.smithi131.stdout: Package Architecture Version Repository Size 2024-02-22T23:53:49.724 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-02-22T23:53:49.724 INFO:teuthology.orchestra.run.smithi131.stdout:Resetting modules: 2024-02-22T23:53:49.724 INFO:teuthology.orchestra.run.smithi131.stdout: container-tools 2024-02-22T23:53:49.724 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:53:49.724 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-02-22T23:53:49.724 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-02-22T23:53:49.724 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:53:49.947 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-02-22T23:53:49.978 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-02-22T23:53:50.799 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:28 ago on Thu 22 Feb 2024 11:52:22 PM UTC. 2024-02-22T23:53:50.833 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:28 ago on Thu 22 Feb 2024 11:52:22 PM UTC. 2024-02-22T23:53:52.876 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-02-22T23:53:52.895 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-02-22T23:53:52.911 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-22T23:53:52.911 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-02-22T23:53:52.911 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-22T23:53:52.911 INFO:teuthology.orchestra.run.smithi115.stdout:Installing group/module packages: 2024-02-22T23:53:52.911 INFO:teuthology.orchestra.run.smithi115.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-22T23:53:52.911 INFO:teuthology.orchestra.run.smithi115.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-22T23:53:52.911 INFO:teuthology.orchestra.run.smithi115.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-22T23:53:52.911 INFO:teuthology.orchestra.run.smithi115.stdout: crun x86_64 1.14.1-1.module_el8+951+32019cde appstream 257 k 2024-02-22T23:53:52.911 INFO:teuthology.orchestra.run.smithi115.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-02-22T23:53:52.911 INFO:teuthology.orchestra.run.smithi115.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-22T23:53:52.911 INFO:teuthology.orchestra.run.smithi115.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout:Installing weak dependencies: 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout:Installing module profiles: 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools/common 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout:Enabling module streams: 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools rhel8 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-22T23:53:52.912 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-02-22T23:53:52.913 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-02-22T23:53:52.913 INFO:teuthology.orchestra.run.smithi115.stdout:Install 13 Packages 2024-02-22T23:53:52.913 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-22T23:53:52.913 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 27 M 2024-02-22T23:53:52.913 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 91 M 2024-02-22T23:53:52.913 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-02-22T23:53:52.930 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-02-22T23:53:52.930 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-02-22T23:53:52.930 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-02-22T23:53:52.930 INFO:teuthology.orchestra.run.smithi131.stdout:Installing group/module packages: 2024-02-22T23:53:52.930 INFO:teuthology.orchestra.run.smithi131.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-22T23:53:52.930 INFO:teuthology.orchestra.run.smithi131.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-22T23:53:52.930 INFO:teuthology.orchestra.run.smithi131.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-22T23:53:52.930 INFO:teuthology.orchestra.run.smithi131.stdout: crun x86_64 1.14.1-1.module_el8+951+32019cde appstream 257 k 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout:Installing weak dependencies: 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout:Installing module profiles: 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout: container-tools/common 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:53:52.931 INFO:teuthology.orchestra.run.smithi131.stdout:Enabling module streams: 2024-02-22T23:53:52.932 INFO:teuthology.orchestra.run.smithi131.stdout: container-tools rhel8 2024-02-22T23:53:52.932 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:53:52.932 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-02-22T23:53:52.932 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-02-22T23:53:52.932 INFO:teuthology.orchestra.run.smithi131.stdout:Install 13 Packages 2024-02-22T23:53:52.932 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:53:52.932 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 27 M 2024-02-22T23:53:52.933 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 91 M 2024-02-22T23:53:52.933 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-02-22T23:53:53.155 INFO:teuthology.orchestra.run.smithi115.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 3.4 MB/s | 688 kB 00:00 2024-02-22T23:53:53.167 INFO:teuthology.orchestra.run.smithi131.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 3.5 MB/s | 688 kB 00:00 2024-02-22T23:53:53.205 INFO:teuthology.orchestra.run.smithi115.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 757 kB/s | 38 kB 00:00 2024-02-22T23:53:53.217 INFO:teuthology.orchestra.run.smithi131.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 762 kB/s | 38 kB 00:00 2024-02-22T23:53:53.238 INFO:teuthology.orchestra.run.smithi115.stdout:(3/13): aardvark-dns-1.10.0-1.module_el8+871+55 3.5 MB/s | 1.0 MB 00:00 2024-02-22T23:53:53.251 INFO:teuthology.orchestra.run.smithi131.stdout:(3/13): aardvark-dns-1.10.0-1.module_el8+871+55 3.6 MB/s | 1.0 MB 00:00 2024-02-22T23:53:53.264 INFO:teuthology.orchestra.run.smithi115.stdout:(4/13): crun-1.14.1-1.module_el8+951+32019cde.x 4.3 MB/s | 257 kB 00:00 2024-02-22T23:53:53.276 INFO:teuthology.orchestra.run.smithi131.stdout:(4/13): crun-1.14.1-1.module_el8+951+32019cde.x 4.3 MB/s | 257 kB 00:00 2024-02-22T23:53:53.314 INFO:teuthology.orchestra.run.smithi115.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 3.5 MB/s | 180 kB 00:00 2024-02-22T23:53:53.327 INFO:teuthology.orchestra.run.smithi131.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 3.5 MB/s | 180 kB 00:00 2024-02-22T23:53:53.368 INFO:teuthology.orchestra.run.smithi131.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 595 kB/s | 25 kB 00:00 2024-02-22T23:53:53.381 INFO:teuthology.orchestra.run.smithi115.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 371 kB/s | 25 kB 00:00 2024-02-22T23:53:53.411 INFO:teuthology.orchestra.run.smithi131.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2024-02-22T23:53:53.423 INFO:teuthology.orchestra.run.smithi115.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2024-02-22T23:53:53.636 INFO:teuthology.orchestra.run.smithi131.stdout:(8/13): buildah-1.33.5-1.module_el8+885+7da147f 15 MB/s | 9.7 MB 00:00 2024-02-22T23:53:53.751 INFO:teuthology.orchestra.run.smithi115.stdout:(8/13): netavark-1.10.3-1.module_el8+951+32019c 8.0 MB/s | 4.1 MB 00:00 2024-02-22T23:53:53.778 INFO:teuthology.orchestra.run.smithi131.stdout:(9/13): toolbox-0.0.99.5-1.module_el8+847+7863d 18 MB/s | 2.5 MB 00:00 2024-02-22T23:53:53.865 INFO:teuthology.orchestra.run.smithi115.stdout:(9/13): skopeo-1.14.3-0.1.module_el8+885+7da147 20 MB/s | 8.8 MB 00:00 2024-02-22T23:53:53.870 INFO:teuthology.orchestra.run.smithi131.stdout:(10/13): skopeo-1.14.3-0.1.module_el8+885+7da14 19 MB/s | 8.8 MB 00:00 2024-02-22T23:53:53.915 INFO:teuthology.orchestra.run.smithi115.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 1.0 MB/s | 53 kB 00:00 2024-02-22T23:53:53.957 INFO:teuthology.orchestra.run.smithi115.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 983 kB/s | 41 kB 00:00 2024-02-22T23:53:53.970 INFO:teuthology.orchestra.run.smithi131.stdout:(11/13): netavark-1.10.3-1.module_el8+951+32019 5.7 MB/s | 4.1 MB 00:00 2024-02-22T23:53:53.995 INFO:teuthology.orchestra.run.smithi131.stdout:(12/13): udica-0.2.6-20.module_el8+804+f131391c 242 kB/s | 53 kB 00:00 2024-02-22T23:53:54.021 INFO:teuthology.orchestra.run.smithi131.stdout:(13/13): yajl-2.1.0-12.el8.x86_64.rpm 272 kB/s | 41 kB 00:00 2024-02-22T23:53:54.021 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-02-22T23:53:54.021 INFO:teuthology.orchestra.run.smithi131.stdout:Total 25 MB/s | 27 MB 00:01 2024-02-22T23:53:54.049 INFO:teuthology.orchestra.run.smithi115.stdout:(12/13): toolbox-0.0.99.5-1.module_el8+847+7863 8.5 MB/s | 2.5 MB 00:00 2024-02-22T23:53:54.225 INFO:teuthology.orchestra.run.smithi115.stdout:(13/13): buildah-1.33.5-1.module_el8+885+7da147 7.6 MB/s | 9.7 MB 00:01 2024-02-22T23:53:54.225 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-02-22T23:53:54.225 INFO:teuthology.orchestra.run.smithi115.stdout:Total 21 MB/s | 27 MB 00:01 2024-02-22T23:53:54.292 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-02-22T23:53:54.313 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-02-22T23:53:54.313 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-02-22T23:53:54.494 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-02-22T23:53:54.514 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-02-22T23:53:54.514 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-02-22T23:53:54.579 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-02-22T23:53:54.582 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-02-22T23:53:54.778 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-02-22T23:53:54.781 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-02-22T23:53:55.285 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-02-22T23:53:55.484 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-02-22T23:53:56.235 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-22T23:53:56.447 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-22T23:53:56.448 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-22T23:53:56.616 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-22T23:53:56.616 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-22T23:53:56.815 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-22T23:53:56.828 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-22T23:53:57.034 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-22T23:53:57.039 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-22T23:53:57.296 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-22T23:53:57.627 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-22T23:53:57.855 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-22T23:53:58.638 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-02-22T23:53:58.866 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-02-22T23:53:58.887 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-22T23:53:59.122 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-22T23:53:59.150 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : crun-1.14.1-1.module_el8+951+32019cde.x86_64 9/13 2024-02-22T23:53:59.309 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : crun-1.14.1-1.module_el8+951+32019cde.x86_64 9/13 2024-02-22T23:53:59.582 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-22T23:53:59.780 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-22T23:53:59.813 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-22T23:54:00.016 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-22T23:54:00.022 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-22T23:54:00.206 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-22T23:54:00.237 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-22T23:54:00.410 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-22T23:54:00.638 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-22T23:54:00.638 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-22T23:54:00.638 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-22T23:54:00.638 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-22T23:54:00.638 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-22T23:54:00.638 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : crun-1.14.1-1.module_el8+951+32019cde.x86_64 5/13 2024-02-22T23:54:00.638 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-02-22T23:54:00.638 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-22T23:54:00.638 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-22T23:54:00.638 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-22T23:54:00.638 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-22T23:54:00.638 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-22T23:54:00.638 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-22T23:54:00.821 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-22T23:54:00.821 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-22T23:54:00.821 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-22T23:54:00.821 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-22T23:54:00.821 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-22T23:54:00.821 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : crun-1.14.1-1.module_el8+951+32019cde.x86_64 5/13 2024-02-22T23:54:00.822 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-02-22T23:54:00.822 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-22T23:54:00.822 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-22T23:54:00.822 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-22T23:54:00.822 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-22T23:54:00.822 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-22T23:54:00.822 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-22T23:54:01.173 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-22T23:54:01.173 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:54:01.173 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-02-22T23:54:01.173 INFO:teuthology.orchestra.run.smithi131.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-22T23:54:01.174 INFO:teuthology.orchestra.run.smithi131.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-22T23:54:01.174 INFO:teuthology.orchestra.run.smithi131.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-22T23:54:01.174 INFO:teuthology.orchestra.run.smithi131.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-22T23:54:01.174 INFO:teuthology.orchestra.run.smithi131.stdout: crun-1.14.1-1.module_el8+951+32019cde.x86_64 2024-02-22T23:54:01.174 INFO:teuthology.orchestra.run.smithi131.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-02-22T23:54:01.174 INFO:teuthology.orchestra.run.smithi131.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-22T23:54:01.174 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-22T23:54:01.174 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-22T23:54:01.174 INFO:teuthology.orchestra.run.smithi131.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-22T23:54:01.174 INFO:teuthology.orchestra.run.smithi131.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-22T23:54:01.174 INFO:teuthology.orchestra.run.smithi131.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-22T23:54:01.174 INFO:teuthology.orchestra.run.smithi131.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-22T23:54:01.175 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:54:01.175 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-02-22T23:54:01.365 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-22T23:54:01.365 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-22T23:54:01.365 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-02-22T23:54:01.365 INFO:teuthology.orchestra.run.smithi115.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-22T23:54:01.365 INFO:teuthology.orchestra.run.smithi115.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-22T23:54:01.365 INFO:teuthology.orchestra.run.smithi115.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-22T23:54:01.365 INFO:teuthology.orchestra.run.smithi115.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-22T23:54:01.365 INFO:teuthology.orchestra.run.smithi115.stdout: crun-1.14.1-1.module_el8+951+32019cde.x86_64 2024-02-22T23:54:01.365 INFO:teuthology.orchestra.run.smithi115.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-02-22T23:54:01.366 INFO:teuthology.orchestra.run.smithi115.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-22T23:54:01.366 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-22T23:54:01.366 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-22T23:54:01.366 INFO:teuthology.orchestra.run.smithi115.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-22T23:54:01.366 INFO:teuthology.orchestra.run.smithi115.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-22T23:54:01.366 INFO:teuthology.orchestra.run.smithi115.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-22T23:54:01.366 INFO:teuthology.orchestra.run.smithi115.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-22T23:54:01.366 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-22T23:54:01.366 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-02-22T23:54:01.505 DEBUG:teuthology.parallel:result is None 2024-02-22T23:54:01.619 DEBUG:teuthology.parallel:result is None 2024-02-22T23:54:01.620 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-22T23:54:01.693 INFO:tasks.cephadm:Config: {'add_mons_via_daemon_add': True, 'avoid_pacific_features': True, 'cephadm_branch': 'octopus', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v15', '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\\)', 'slow requests', '\\(PG_', 'PG_', '\\(CEPHADM_STRAY_DAEMON\\)', 'slow request', '\\(MDS_', 'MDS_', 'osds down', 'OSD_', '\\(OSD_', 'client', 'FS_', '\\(FS_', 'degraded'], 'sha1': 'eb66ed921e744301e6863be6353618d63967ea59'} 2024-02-22T23:54:01.693 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15 2024-02-22T23:54:01.694 INFO:tasks.cephadm:Cluster fsid is a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-22T23:54:01.694 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-22T23:54:01.694 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-22T23:54:01.694 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi115': '172.21.15.115', 'mon.smithi131': '172.21.15.131'} 2024-02-22T23:54:01.694 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-22T23:54:01.694 DEBUG:teuthology.orchestra.run.smithi115:> sudo hostname $(hostname -s) 2024-02-22T23:54:01.722 DEBUG:teuthology.orchestra.run.smithi131:> sudo hostname $(hostname -s) 2024-02-22T23:54:01.749 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2024-02-22T23:54:01.750 DEBUG:teuthology.orchestra.run.smithi115:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-22T23:54:02.018 INFO:teuthology.orchestra.run.smithi115.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Feb 22 23:54 /home/ubuntu/cephtest/cephadm 2024-02-22T23:54:02.019 DEBUG:teuthology.orchestra.run.smithi131:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-22T23:54:02.161 INFO:teuthology.orchestra.run.smithi131.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Feb 22 23:54 /home/ubuntu/cephtest/cephadm 2024-02-22T23:54:02.162 DEBUG:teuthology.orchestra.run.smithi115:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-22T23:54:02.180 DEBUG:teuthology.orchestra.run.smithi131:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-22T23:54:02.207 DEBUG:teuthology.orchestra.run.smithi115:> sudo mkdir -p /etc/ceph 2024-02-22T23:54:02.248 DEBUG:teuthology.orchestra.run.smithi131:> sudo mkdir -p /etc/ceph 2024-02-22T23:54:02.274 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 777 /etc/ceph 2024-02-22T23:54:02.314 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 777 /etc/ceph 2024-02-22T23:54:02.340 INFO:tasks.cephadm:Writing seed config... 2024-02-22T23:54:02.341 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-22T23:54:02.341 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-22T23:54:02.341 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-22T23:54:02.341 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-22T23:54:02.341 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-22T23:54:02.342 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-22T23:54:02.342 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-22T23:54:02.342 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-22T23:54:02.342 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-22T23:54:02.342 DEBUG:teuthology.orchestra.run.smithi115:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-22T23:54:02.371 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = a7201934-d1dd-11ee-95c0-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-22T23:54:02.372 DEBUG:teuthology.orchestra.run.smithi115:mon.smithi115> sudo journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi115.service 2024-02-22T23:54:02.414 INFO:tasks.cephadm:Bootstrapping... 2024-02-22T23:54:02.414 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 -v bootstrap --fsid a7201934-d1dd-11ee-95c0-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.115 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-22T23:54:02.440 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:-- Logs begin at Thu 2024-02-22 23:47:39 UTC. -- 2024-02-22T23:54:02.572 INFO:teuthology.orchestra.run.smithi115.stderr:container_init=False 2024-02-22T23:54:02.572 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying podman|docker is present... 2024-02-22T23:54:02.572 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying lvm2 is present... 2024-02-22T23:54:02.572 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying time synchronization is in place... 2024-02-22T23:54:02.572 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled chrony.service 2024-02-22T23:54:02.578 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-22T23:54:02.578 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active chrony.service 2024-02-22T23:54:02.582 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout inactive 2024-02-22T23:54:02.582 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-22T23:54:02.587 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout enabled 2024-02-22T23:54:02.588 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active chronyd.service 2024-02-22T23:54:02.593 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout active 2024-02-22T23:54:02.593 INFO:teuthology.orchestra.run.smithi115.stderr:Unit chronyd.service is enabled and running 2024-02-22T23:54:02.593 INFO:teuthology.orchestra.run.smithi115.stderr:Repeating the final host check... 2024-02-22T23:54:02.593 INFO:teuthology.orchestra.run.smithi115.stderr:podman|docker (/bin/podman) is present 2024-02-22T23:54:02.593 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl is present 2024-02-22T23:54:02.593 INFO:teuthology.orchestra.run.smithi115.stderr:lvcreate is present 2024-02-22T23:54:02.593 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled chrony.service 2024-02-22T23:54:02.600 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-22T23:54:02.600 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active chrony.service 2024-02-22T23:54:02.602 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout inactive 2024-02-22T23:54:02.602 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-22T23:54:02.607 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout enabled 2024-02-22T23:54:02.607 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active chronyd.service 2024-02-22T23:54:02.612 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout active 2024-02-22T23:54:02.612 INFO:teuthology.orchestra.run.smithi115.stderr:Unit chronyd.service is enabled and running 2024-02-22T23:54:02.612 INFO:teuthology.orchestra.run.smithi115.stderr:Host looks OK 2024-02-22T23:54:02.612 INFO:teuthology.orchestra.run.smithi115.stderr:Cluster fsid: a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-22T23:54:02.613 INFO:teuthology.orchestra.run.smithi115.stderr:Acquiring lock 139781871407624 on /run/cephadm/a7201934-d1dd-11ee-95c0-87774f69a715.lock 2024-02-22T23:54:02.613 INFO:teuthology.orchestra.run.smithi115.stderr:Lock 139781871407624 acquired on /run/cephadm/a7201934-d1dd-11ee-95c0-87774f69a715.lock 2024-02-22T23:54:02.613 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying IP 172.21.15.115 port 3300 ... 2024-02-22T23:54:02.613 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying IP 172.21.15.115 port 6789 ... 2024-02-22T23:54:02.613 INFO:teuthology.orchestra.run.smithi115.stderr:Base mon IP is 172.21.15.115, final addrv is [v2:172.21.15.115:3300,v1:172.21.15.115:6789] 2024-02-22T23:54:02.614 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /sbin/ip route ls 2024-02-22T23:54:02.615 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.115 metric 100 2024-02-22T23:54:02.615 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.115 metric 100 2024-02-22T23:54:02.616 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /sbin/ip -6 route ls 2024-02-22T23:54:02.617 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-22T23:54:02.618 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-22T23:54:02.618 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1770sec hoplimit 64 pref medium 2024-02-22T23:54:02.618 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /sbin/ip -6 addr ls 2024-02-22T23:54:02.620 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-22T23:54:02.620 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-22T23:54:02.620 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-22T23:54:02.620 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-22T23:54:02.620 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:ce8f/64 scope link 2024-02-22T23:54:02.620 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-22T23:54:02.620 INFO:teuthology.orchestra.run.smithi115.stderr:Mon IP 172.21.15.115 is in CIDR network 172.21.0.0/20 2024-02-22T23:54:02.621 INFO:teuthology.orchestra.run.smithi115.stderr:Pulling container image docker.io/ceph/ceph:v15... 2024-02-22T23:54:02.621 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v15 2024-02-22T23:54:04.455 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: stderr Trying to pull docker.io/ceph/ceph:v15... 2024-02-22T23:54:11.064 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: stderr Getting image source signatures 2024-02-22T23:54:11.071 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: stderr Copying blob sha256:731c3beff4deece7d4e54bc26ecf6d99988b19ea8414524277d83bc5a5d6eb70 2024-02-22T23:54:11.071 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: stderr Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-22T23:54:22.416 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: stderr Copying config sha256:2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-02-22T23:54:22.568 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: stderr Writing manifest to image destination 2024-02-22T23:54:22.892 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: stdout 2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-02-22T23:54:22.907 INFO:teuthology.orchestra.run.smithi115.stderr:Extracting ceph user uid/gid from container image... 2024-02-22T23:54:22.907 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 docker.io/ceph/ceph:v15 -c %u %g /var/lib/ceph 2024-02-22T23:54:23.625 INFO:teuthology.orchestra.run.smithi115.stderr:stat: stdout 167 167 2024-02-22T23:54:24.226 INFO:teuthology.orchestra.run.smithi115.stderr:Creating initial keys... 2024-02-22T23:54:24.226 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-22T23:54:24.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-authtool: stdout AQCw3tdl1ZGYLBAAtDVrWzg8/8eKDDz+RUvYWg== 2024-02-22T23:54:25.385 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-22T23:54:26.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-authtool: stdout AQCx3tdlgjaZNhAA8WQuDGFZFGu3+LYOl3Af/Q== 2024-02-22T23:54:26.520 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-22T23:54:27.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-authtool: stdout AQCy3tdlcAvcOBAAqSHmzukvs0QxVidsS7nABQ== 2024-02-22T23:54:27.690 INFO:teuthology.orchestra.run.smithi115.stderr:Creating initial monmap... 2024-02-22T23:54:27.691 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/monmaptool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /tmp/ceph-tmpo2_g92gz:/tmp/monmap:z docker.io/ceph/ceph:v15 --create --clobber --fsid a7201934-d1dd-11ee-95c0-87774f69a715 --addv smithi115 [v2:172.21.15.115:3300,v1:172.21.15.115:6789] /tmp/monmap 2024-02-22T23:54:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-22T23:54:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-22T23:54:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-22T23:54:28.900 INFO:teuthology.orchestra.run.smithi115.stderr:Creating mon... 2024-02-22T23:54:28.901 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-mon -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115:/var/lib/ceph/mon/ceph-smithi115:z -v /tmp/ceph-tmpndw13xhb:/tmp/keyring:z -v /tmp/ceph-tmpo2_g92gz:/tmp/monmap:z docker.io/ceph/ceph:v15 --mkfs -i smithi115 --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-02-22T23:54:29.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.356+0000 7fa824c636c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-22T23:54:29.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.356+0000 7fa824c636c0 1 imported monmap: 2024-02-22T23:54:29.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr epoch 0 2024-02-22T23:54:29.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr fsid a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-22T23:54:29.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr last_changed 2024-02-22T23:54:28.164586+0000 2024-02-22T23:54:29.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr created 2024-02-22T23:54:28.164586+0000 2024-02-22T23:54:29.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2024-02-22T23:54:29.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.smithi115 2024-02-22T23:54:29.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.356+0000 7fa824c636c0 0 /usr/bin/ceph-mon: set fsid to a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-22T23:54:29.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 0 set rocksdb option compression = kNoCompression 2024-02-22T23:54:29.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-22T23:54:29.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-22T23:54:29.499 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 0 set rocksdb option compression = kNoCompression 2024-02-22T23:54:29.499 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-22T23:54:29.499 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-22T23:54:29.499 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: RocksDB version: 6.1.2 2024-02-22T23:54:29.499 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.499 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-22T23:54:29.499 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Compile date May 26 2021 2024-02-22T23:54:29.499 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: DB SUMMARY 2024-02-22T23:54:29.499 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.499 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi115/store.db dir, Total Num: 0, files: 2024-02-22T23:54:29.499 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.500 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi115/store.db: 2024-02-22T23:54:29.500 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.500 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.error_if_exists: 0 2024-02-22T23:54:29.500 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.create_if_missing: 1 2024-02-22T23:54:29.500 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.paranoid_checks: 1 2024-02-22T23:54:29.500 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.env: 0x5646e9f5d1c0 2024-02-22T23:54:29.500 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.info_log: 0x5646eb3f9620 2024-02-22T23:54:29.500 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-22T23:54:29.500 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.statistics: (nil) 2024-02-22T23:54:29.500 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.use_fsync: 0 2024-02-22T23:54:29.500 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.max_log_file_size: 0 2024-02-22T23:54:29.500 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-22T23:54:29.500 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.allow_fallocate: 1 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.use_direct_reads: 0 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.create_missing_column_families: 0 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.db_log_dir: 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi115/store.db 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.max_subcompactions: 1 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.max_background_flushes: -1 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-22T23:54:29.501 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-22T23:54:29.502 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-22T23:54:29.502 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-22T23:54:29.502 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.advise_random_on_open: 1 2024-02-22T23:54:29.502 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-22T23:54:29.502 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.write_buffer_manager: 0x5646eb432660 2024-02-22T23:54:29.502 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-22T23:54:29.502 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-22T23:54:29.502 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-22T23:54:29.502 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-22T23:54:29.502 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.rate_limiter: (nil) 2024-02-22T23:54:29.502 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-22T23:54:29.502 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-22T23:54:29.503 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-22T23:54:29.503 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-22T23:54:29.503 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-22T23:54:29.503 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-22T23:54:29.503 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-22T23:54:29.503 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-22T23:54:29.503 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.row_cache: None 2024-02-22T23:54:29.503 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.wal_filter: None 2024-02-22T23:54:29.503 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-22T23:54:29.503 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-22T23:54:29.503 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.preserve_deletes: 0 2024-02-22T23:54:29.504 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.two_write_queues: 0 2024-02-22T23:54:29.504 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.manual_wal_flush: 0 2024-02-22T23:54:29.504 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.atomic_flush: 0 2024-02-22T23:54:29.504 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-22T23:54:29.504 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.max_background_jobs: 2 2024-02-22T23:54:29.504 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.max_background_compactions: -1 2024-02-22T23:54:29.504 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-22T23:54:29.504 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-22T23:54:29.504 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-22T23:54:29.504 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.max_total_wal_size: 0 2024-02-22T23:54:29.504 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-22T23:54:29.504 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.max_open_files: -1 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.bytes_per_sync: 0 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Compression algorithms supported: 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: kZSTD supported: 0 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: kXpressCompression supported: 0 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: kLZ4Compression supported: 1 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: kBZip2Compression supported: 0 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: kZlibCompression supported: 1 2024-02-22T23:54:29.505 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: kSnappyCompression supported: 1 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.357+0000 7fa824c636c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi115/store.db/MANIFEST-000001 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.merge_operator: 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compaction_filter: None 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compaction_filter_factory: None 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5646eb3912b0) 2024-02-22T23:54:29.506 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x5646eb3c6510 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-02-22T23:54:29.507 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-02-22T23:54:29.508 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-02-22T23:54:29.509 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2024-02-22T23:54:29.509 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-02-22T23:54:29.509 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2024-02-22T23:54:29.509 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.509 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-22T23:54:29.509 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-22T23:54:29.509 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compression: NoCompression 2024-02-22T23:54:29.509 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-22T23:54:29.509 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-22T23:54:29.509 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-22T23:54:29.509 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.num_levels: 7 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compression_opts.level: 32767 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-22T23:54:29.510 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compression_opts.enabled: false 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-22T23:54:29.511 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.arena_block_size: 4194304 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-22T23:54:29.512 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-22T23:54:29.513 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-22T23:54:29.513 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-22T23:54:29.513 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-22T23:54:29.513 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.table_properties_collectors: 2024-02-22T23:54:29.513 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.inplace_update_support: 0 2024-02-22T23:54:29.513 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-22T23:54:29.513 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-22T23:54:29.513 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-22T23:54:29.513 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-22T23:54:29.513 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.bloom_locality: 0 2024-02-22T23:54:29.513 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.max_successive_merges: 0 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.force_consistency_checks: 0 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.358+0000 7fa824c636c0 4 rocksdb: Options.ttl: 0 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.359+0000 7fa824c636c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi115/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.359+0000 7fa824c636c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.361+0000 7fa824c636c0 4 rocksdb: DB pointer 0x5646ebff2400 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.362+0000 7fa80db4a700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.362+0000 7fa80db4a700 4 rocksdb: [db/db_impl.cc:778] 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T23:54:29.514 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-22T23:54:29.515 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-22T23:54:29.515 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-22T23:54:29.515 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-22T23:54:29.515 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-22T23:54:29.515 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-22T23:54:29.515 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.515 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-22T23:54:29.515 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-22T23:54:29.515 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T23:54:29.515 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-22T23:54:29.515 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-22T23:54:29.515 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-22T23:54:29.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-22T23:54:29.518 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-22T23:54:29.518 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T23:54:29.518 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T23:54:29.518 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-22T23:54:29.518 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.518 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-22T23:54:29.518 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr 2024-02-22T23:54:29.518 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.363+0000 7fa824c636c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-02-22T23:54:29.519 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.363+0000 7fa824c636c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-02-22T23:54:29.519 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-22T23:54:29.363+0000 7fa824c636c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi115 for mon.smithi115 2024-02-22T23:54:30.059 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-22T23:54:30.063 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl disable ceph.target 2024-02-22T23:54:30.160 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl enable ceph.target 2024-02-22T23:54:30.167 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-22T23:54:30.245 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl start ceph.target 2024-02-22T23:54:30.251 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl enable ceph-a7201934-d1dd-11ee-95c0-87774f69a715.target 2024-02-22T23:54:30.257 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a7201934-d1dd-11ee-95c0-87774f69a715.target → /etc/systemd/system/ceph-a7201934-d1dd-11ee-95c0-87774f69a715.target. 2024-02-22T23:54:30.257 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-a7201934-d1dd-11ee-95c0-87774f69a715.target → /etc/systemd/system/ceph-a7201934-d1dd-11ee-95c0-87774f69a715.target. 2024-02-22T23:54:30.334 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715.target 2024-02-22T23:54:30.355 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl daemon-reload 2024-02-22T23:54:30.437 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl stop ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi115 2024-02-22T23:54:30.459 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl reset-failed ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi115 2024-02-22T23:54:30.464 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stderr Failed to reset failed state of unit ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi115.service: Unit ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi115.service not loaded. 2024-02-22T23:54:30.464 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl enable ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi115 2024-02-22T23:54:30.470 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-a7201934-d1dd-11ee-95c0-87774f69a715.target.wants/ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi115.service → /etc/systemd/system/ceph-a7201934-d1dd-11ee-95c0-87774f69a715@.service. 2024-02-22T23:54:30.550 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi115 2024-02-22T23:54:31.074 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-22T23:54:31.082 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout disabled 2024-02-22T23:54:31.082 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active firewalld.service 2024-02-22T23:54:31.088 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout inactive 2024-02-22T23:54:31.088 INFO:teuthology.orchestra.run.smithi115.stderr:firewalld.service is not enabled 2024-02-22T23:54:31.089 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to enable service . firewalld.service is not available 2024-02-22T23:54:31.089 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-22T23:54:31.089 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mon to start... 2024-02-22T23:54:31.089 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mon... 2024-02-22T23:54:31.089 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115:/var/lib/ceph/mon/ceph-smithi115:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status 2024-02-22T23:54:31.274 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 22 23:54:31 smithi115 bash[33882]: 559177fec5f5cb9370b3d20674dd940c2770d31848f1b4cb3d5aa1bc4e1802a7 2024-02-22T23:54:31.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 22 23:54:31 smithi115 systemd[1]: Started Ceph mon.smithi115 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-22T23:54:31.688 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout cluster: 2024-02-22T23:54:31.688 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout id: a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-22T23:54:31.688 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-22T23:54:31.689 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout 2024-02-22T23:54:31.689 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout services: 2024-02-22T23:54:31.689 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi115 (age 0.605106s) 2024-02-22T23:54:31.689 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-22T23:54:31.689 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-22T23:54:31.689 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout 2024-02-22T23:54:31.689 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout data: 2024-02-22T23:54:31.689 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-22T23:54:31.689 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-22T23:54:31.689 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-22T23:54:31.689 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout pgs: 2024-02-22T23:54:31.689 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout 2024-02-22T23:54:32.204 INFO:teuthology.orchestra.run.smithi115.stderr:mon is available 2024-02-22T23:54:32.204 INFO:teuthology.orchestra.run.smithi115.stderr:Assimilating anything we can from ceph.conf... 2024-02-22T23:54:32.204 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z -v /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115:/var/lib/ceph/mon/ceph-smithi115:z docker.io/ceph/ceph:v15 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi115/config 2024-02-22T23:54:32.787 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout 2024-02-22T23:54:32.787 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout [global] 2024-02-22T23:54:32.787 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout fsid = a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-22T23:54:32.787 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout log_to_journald = false 2024-02-22T23:54:32.787 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.115:3300,v1:172.21.15.115:6789] 2024-02-22T23:54:32.788 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-22T23:54:32.788 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-22T23:54:32.788 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-22T23:54:32.788 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-22T23:54:32.788 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout 2024-02-22T23:54:32.788 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout [mgr] 2024-02-22T23:54:32.788 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-22T23:54:32.788 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout 2024-02-22T23:54:32.788 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout [osd] 2024-02-22T23:54:32.788 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-22T23:54:32.788 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2024-02-22T23:54:32.788 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-22T23:54:33.419 INFO:teuthology.orchestra.run.smithi115.stderr:Generating new minimal ceph.conf... 2024-02-22T23:54:33.419 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z -v /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115:/var/lib/ceph/mon/ceph-smithi115:z docker.io/ceph/ceph:v15 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi115/config 2024-02-22T23:54:34.635 INFO:teuthology.orchestra.run.smithi115.stderr:Restarting the monitor... 2024-02-22T23:54:34.635 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi115 2024-02-22T23:54:34.987 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 22 23:54:34 smithi115 systemd[1]: Stopping Ceph mon.smithi115 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-22T23:54:35.878 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 22 23:54:35 smithi115 podman[34217]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon.smithi115 2024-02-22T23:54:36.226 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 22 23:54:35 smithi115 systemd[1]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi115.service: Succeeded. 2024-02-22T23:54:36.226 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 22 23:54:35 smithi115 systemd[1]: Stopped Ceph mon.smithi115 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-22T23:54:36.226 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 22 23:54:35 smithi115 systemd[1]: Starting Ceph mon.smithi115 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-22T23:54:36.416 INFO:teuthology.orchestra.run.smithi115.stderr:Setting mon public_network... 2024-02-22T23:54:36.416 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mon public_network 172.21.0.0/20 2024-02-22T23:54:36.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 22 23:54:36 smithi115 bash[34288]: f1770706634b7cc24681b116142c6c380bad233c049ec4466c8df7392c0c9ac2 2024-02-22T23:54:36.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 22 23:54:36 smithi115 systemd[1]: Started Ceph mon.smithi115 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-22T23:54:37.588 INFO:teuthology.orchestra.run.smithi115.stderr:Creating mgr... 2024-02-22T23:54:37.589 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying port 9283 ... 2024-02-22T23:54:37.591 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl daemon-reload 2024-02-22T23:54:37.682 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl stop ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mgr.smithi115.zzjgkn 2024-02-22T23:54:37.703 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl reset-failed ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mgr.smithi115.zzjgkn 2024-02-22T23:54:37.708 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stderr Failed to reset failed state of unit ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mgr.smithi115.zzjgkn.service: Unit ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mgr.smithi115.zzjgkn.service not loaded. 2024-02-22T23:54:37.709 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl enable ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mgr.smithi115.zzjgkn 2024-02-22T23:54:37.714 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-a7201934-d1dd-11ee-95c0-87774f69a715.target.wants/ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mgr.smithi115.zzjgkn.service → /etc/systemd/system/ceph-a7201934-d1dd-11ee-95c0-87774f69a715@.service. 2024-02-22T23:54:37.792 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mgr.smithi115.zzjgkn 2024-02-22T23:54:38.310 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-22T23:54:38.317 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout disabled 2024-02-22T23:54:38.318 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active firewalld.service 2024-02-22T23:54:38.324 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout inactive 2024-02-22T23:54:38.325 INFO:teuthology.orchestra.run.smithi115.stderr:firewalld.service is not enabled 2024-02-22T23:54:38.325 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to enable service . firewalld.service is not available 2024-02-22T23:54:38.325 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-22T23:54:38.325 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-22T23:54:38.332 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout disabled 2024-02-22T23:54:38.332 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active firewalld.service 2024-02-22T23:54:38.339 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout inactive 2024-02-22T23:54:38.340 INFO:teuthology.orchestra.run.smithi115.stderr:firewalld.service is not enabled 2024-02-22T23:54:38.340 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-22T23:54:38.340 INFO:teuthology.orchestra.run.smithi115.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-22T23:54:38.340 INFO:teuthology.orchestra.run.smithi115.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-22T23:54:38.340 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mgr to start... 2024-02-22T23:54:38.340 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mgr... 2024-02-22T23:54:38.340 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-22T23:54:39.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout 2024-02-22T23:54:39.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:39.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "fsid": "a7201934-d1dd-11ee-95c0-87774f69a715", 2024-02-22T23:54:39.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "health": { 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout 0 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smithi115" 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "quorum_age": 2, 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-22T23:54:39.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-22T23:54:39.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "available": false, 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "restful" 2024-02-22T23:54:39.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:39.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-22T23:54:39.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:39.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-22T23:54:39.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-22T23:54:39.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "modified": "2024-02-22T23:54:31.084580+0000", 2024-02-22T23:54:39.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-22T23:54:39.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:39.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-22T23:54:39.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:39.698 INFO:teuthology.orchestra.run.smithi115.stderr:mgr not available, waiting (1/10)... 2024-02-22T23:54:40.699 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-22T23:54:41.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout 2024-02-22T23:54:41.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:41.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "fsid": "a7201934-d1dd-11ee-95c0-87774f69a715", 2024-02-22T23:54:41.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "health": { 2024-02-22T23:54:41.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-22T23:54:41.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-22T23:54:41.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-22T23:54:41.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:41.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-22T23:54:41.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout 0 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smithi115" 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "quorum_age": 5, 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-22T23:54:41.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-22T23:54:41.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-22T23:54:41.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-22T23:54:41.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-22T23:54:41.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-22T23:54:41.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:41.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-22T23:54:41.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-22T23:54:41.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-22T23:54:41.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-22T23:54:41.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-22T23:54:41.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-22T23:54:41.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "available": false, 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "restful" 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:41.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-22T23:54:41.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:41.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-22T23:54:41.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-22T23:54:41.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "modified": "2024-02-22T23:54:31.084580+0000", 2024-02-22T23:54:41.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-22T23:54:41.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:41.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-22T23:54:41.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:42.146 INFO:teuthology.orchestra.run.smithi115.stderr:mgr not available, waiting (2/10)... 2024-02-22T23:54:43.147 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-22T23:54:43.858 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "fsid": "a7201934-d1dd-11ee-95c0-87774f69a715", 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "health": { 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout 0 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smithi115" 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:43.859 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "quorum_age": 7, 2024-02-22T23:54:43.860 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-22T23:54:43.860 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-22T23:54:43.860 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-22T23:54:43.860 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-22T23:54:43.860 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:43.860 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-22T23:54:43.860 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-22T23:54:43.860 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-22T23:54:43.860 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-22T23:54:43.860 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-22T23:54:43.863 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-22T23:54:43.863 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-22T23:54:43.864 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "restful" 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "modified": "2024-02-22T23:54:31.084580+0000", 2024-02-22T23:54:43.865 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-22T23:54:43.866 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:43.866 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-22T23:54:43.866 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:44.567 INFO:teuthology.orchestra.run.smithi115.stderr:mgr is available 2024-02-22T23:54:44.567 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config-key set mgr/cephadm/ssh_user root 2024-02-22T23:54:45.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2024-02-22T23:54:46.831 INFO:teuthology.orchestra.run.smithi115.stderr:Enabling cephadm module... 2024-02-22T23:54:46.832 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable cephadm 2024-02-22T23:54:54.864 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-02-22T23:54:57.520 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:57.520 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 8, 2024-02-22T23:54:57.520 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_gid": 14116, 2024-02-22T23:54:57.520 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_name": "smithi115.zzjgkn", 2024-02-22T23:54:57.520 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.115:6800", 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "nonce": 465936499 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.115:6801", 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "nonce": 465936499 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ] 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.115:6801/465936499", 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_change": "2024-02-22T23:54:53.428838+0000", 2024-02-22T23:54:57.521 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-02-22T23:54:57.522 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-22T23:54:57.522 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-02-22T23:54:57.522 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-22T23:54:57.522 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-22T23:54:57.522 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-22T23:54:57.927 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "restful" 2024-02-22T23:54:57.927 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:57.927 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-02-22T23:54:57.927 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:57.927 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.928 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:57.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:57.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:57.932 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:57.932 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:57.932 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:57.932 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:57.932 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.935 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.935 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.935 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.935 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.935 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:57.935 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:57.935 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.935 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.936 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.937 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.938 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-02-22T23:54:57.939 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.940 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.941 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.942 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.943 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active": { 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "active", 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-02-22T23:54:57.944 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.945 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.946 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "250", 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-02-22T23:54:57.947 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-02-22T23:54:57.948 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "end_time": { 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.949 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.950 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.951 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:57.952 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:57.953 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.954 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.955 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min_score": { 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.956 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "none", 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "upmap" 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.957 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.958 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-02-22T23:54:57.959 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-02-22T23:54:57.960 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:57.961 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "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.", 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.962 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-02-22T23:54:57.963 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.964 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.965 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-02-22T23:54:57.966 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.967 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "container_init": { 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.968 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.969 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.970 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-02-22T23:54:57.971 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.972 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.973 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.974 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:57.975 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.976 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.977 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.978 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "root" 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-02-22T23:54:57.979 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.980 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.981 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.982 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-02-22T23:54:57.983 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-02-22T23:54:57.984 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.985 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.986 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:57.987 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:57.988 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:57.989 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.990 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:57.991 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.992 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.993 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-02-22T23:54:57.994 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.995 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:57.996 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.997 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.998 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:57.999 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.000 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.001 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-22T23:54:58.002 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.003 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.004 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.005 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.007 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.008 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.009 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-02-22T23:54:58.010 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.011 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.012 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.013 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.014 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.015 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.016 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.017 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.018 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.019 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.020 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-02-22T23:54:58.021 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-22T23:54:58.022 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.023 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.024 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.025 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.026 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.027 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.028 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.029 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.030 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.031 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-02-22T23:54:58.032 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.033 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.034 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-22T23:54:58.035 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.036 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug": { 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.038 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.039 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.040 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.041 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.042 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.043 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.044 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.045 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.046 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.047 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.048 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "redirect" 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "400", 2024-02-22T23:54:58.049 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "599", 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.050 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.051 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.052 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.053 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.054 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.055 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.056 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.057 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.058 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.059 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-02-22T23:54:58.060 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:58.061 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.062 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.063 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.064 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.065 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.066 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.067 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-22T23:54:58.068 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.069 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.070 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.071 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "database": { 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "database", 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-02-22T23:54:58.072 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "hostname": { 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.073 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.074 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.075 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.076 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.077 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.078 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "password": { 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "password", 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.079 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "port": { 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "port", 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.080 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.081 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "threads": { 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.082 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "username": { 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "username", 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.083 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.084 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.085 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.086 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.087 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.088 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.089 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.090 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.091 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.092 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.093 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.094 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.094 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.094 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.094 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.094 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.094 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.094 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.094 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.094 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.094 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.094 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-02-22T23:54:58.095 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-02-22T23:54:58.096 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "10", 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.097 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.099 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.100 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.101 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-02-22T23:54:58.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.104 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.105 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.106 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.107 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min_size": { 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-02-22T23:54:58.108 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.109 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "prefix": { 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.110 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "subtree": { 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.111 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.112 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.113 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.114 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.115 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.116 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-22T23:54:58.117 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rook", 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.121 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.122 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.123 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.127 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-22T23:54:58.128 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.129 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.130 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.131 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.132 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.134 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.135 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.136 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.137 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.139 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.139 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.139 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.139 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.139 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.139 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.140 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.141 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.142 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.143 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.144 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.145 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.146 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.147 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.148 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.149 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.150 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.151 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.152 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.153 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-02-22T23:54:58.154 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-02-22T23:54:58.155 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.156 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.157 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.158 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.159 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.160 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.161 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.162 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.164 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.165 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.166 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.167 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.168 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.169 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.170 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.171 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.172 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.173 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "roption1": { 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.174 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "roption2": { 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.175 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.176 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.177 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-02-22T23:54:58.178 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.179 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.180 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "testkey": { 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.181 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.182 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.183 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "status", 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.184 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.185 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.186 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.187 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.188 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "address": { 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "address", 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.189 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.190 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-02-22T23:54:58.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-02-22T23:54:58.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "contact": { 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-02-22T23:54:58.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "description": { 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "description", 2024-02-22T23:54:58.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "device_url": { 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "8", 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "organization": { 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:58.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "proxy": { 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "url": { 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "url", 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "identifier": { 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-02-22T23:54:58.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-02-22T23:54:58.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:54:58.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "services": {}, 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-02-22T23:54:58.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crash", 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "progress", 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "status", 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crash", 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "progress", 2024-02-22T23:54:58.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "status", 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "telemetry", 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 2, 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.115:0", 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "nonce": 3083049132 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ] 2024-02-22T23:54:58.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:54:58.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-22T23:54:58.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-22T23:54:58.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.115:0", 2024-02-22T23:54:58.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "nonce": 1951584944 2024-02-22T23:54:58.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ] 2024-02-22T23:54:58.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ] 2024-02-22T23:54:58.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:58.238 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for the mgr to restart... 2024-02-22T23:54:58.238 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for Mgr epoch 8... 2024-02-22T23:54:58.238 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-02-22T23:54:58.626 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:54:58.626 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 8, 2024-02-22T23:54:58.626 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "initialized": true 2024-02-22T23:54:58.627 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:54:59.155 INFO:teuthology.orchestra.run.smithi115.stderr:Mgr epoch 8 is available 2024-02-22T23:54:59.155 INFO:teuthology.orchestra.run.smithi115.stderr:Setting orchestrator backend to cephadm... 2024-02-22T23:54:59.156 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch set backend cephadm 2024-02-22T23:55:00.395 INFO:teuthology.orchestra.run.smithi115.stderr:Generating ssh key... 2024-02-22T23:55:00.396 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm generate-key 2024-02-22T23:55:01.643 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm get-pub-key 2024-02-22T23:55:02.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDb2NsOMS8j1DaURys8/wd10RLrQPfc6ZOrhJVjqWAZC5u67YFMvpu1bQeowUtr74xzbSSGSNP29QPhKn5JORi2RERJkdcDTd6F5wSblfstxSjZW8a8dkCYIDaQU99DheQ5ilq6KQIdR3lfm/idAlxVlj7L7fr1S3V+5pgpvEkuidkEFtvb/uNtin31BrItOaHsxZ8Bq8iC3/+nTxThL1UFE5GHMtTTHCncVrJE0tel9FvXRihFfo1SYLa98fmvRZr0WxBrBtBAMNJCg3dhfwzk/NQwKhk061Zbo6QE0Nm8T70omkyxKa9UmoBBn9G6Gtaj8ztqEf+Z67V/tb9QIRQEPxFuKTDrm5X1+UYuTKL2uFwMtn9n53r4iJnIubPRmghcvN/drrZbkfSjlBW3TydKjE46Sqaax/2NozNlehyUh8ebK3uh/iqfkPHEzLb1XDmUDSNwJnby1/fjZo9iz453Z02M2Gxb0UvT8HwAByWoPUpeyfhZsuIUO8JLBte/SU8= ceph-a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-22T23:55:02.992 INFO:teuthology.orchestra.run.smithi115.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-02-22T23:55:02.992 INFO:teuthology.orchestra.run.smithi115.stderr:Adding key to root@localhost's authorized_keys... 2024-02-22T23:55:02.992 INFO:teuthology.orchestra.run.smithi115.stderr:Adding host smithi115... 2024-02-22T23:55:02.992 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch host add smithi115 2024-02-22T23:55:04.163 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout Added host 'smithi115' 2024-02-22T23:55:04.781 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying mon service with default placement... 2024-02-22T23:55:04.781 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mon 2024-02-22T23:55:05.649 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout Scheduled mon update... 2024-02-22T23:55:06.434 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying mgr service with default placement... 2024-02-22T23:55:06.434 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mgr 2024-02-22T23:55:07.098 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout Scheduled mgr update... 2024-02-22T23:55:08.469 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying crash service with default placement... 2024-02-22T23:55:08.470 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply crash 2024-02-22T23:55:09.594 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout Scheduled crash update... 2024-02-22T23:55:10.322 INFO:teuthology.orchestra.run.smithi115.stderr:Enabling mgr prometheus module... 2024-02-22T23:55:10.322 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable prometheus 2024-02-22T23:55:12.320 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying prometheus service with default placement... 2024-02-22T23:55:12.321 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply prometheus 2024-02-22T23:55:16.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-02-22T23:55:17.299 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying grafana service with default placement... 2024-02-22T23:55:17.299 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply grafana 2024-02-22T23:55:18.037 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout Scheduled grafana update... 2024-02-22T23:55:19.276 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying node-exporter service with default placement... 2024-02-22T23:55:19.276 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply node-exporter 2024-02-22T23:55:20.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-02-22T23:55:20.827 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying alertmanager service with default placement... 2024-02-22T23:55:20.827 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply alertmanager 2024-02-22T23:55:21.610 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-02-22T23:55:22.234 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/cephadm/container_init False --force 2024-02-22T23:55:23.569 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-22T23:55:24.997 INFO:teuthology.orchestra.run.smithi115.stderr:Enabling the dashboard module... 2024-02-22T23:55:24.998 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable dashboard 2024-02-22T23:55:26.963 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-02-22T23:55:27.800 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:27.800 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "epoch": 13, 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_gid": 14142, 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_name": "smithi115.zzjgkn", 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.115:6800", 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "nonce": 3205738962 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.115:6801", 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "nonce": 3205738962 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:27.801 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ] 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.115:6801/3205738962", 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_change": "2024-02-22T23:55:15.269642+0000", 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "dashboard", 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "prometheus", 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "restful" 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:27.802 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.803 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:27.804 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.805 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:27.806 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.807 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.808 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.809 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.810 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-02-22T23:55:27.811 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.812 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.813 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.815 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active": { 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "active", 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-02-22T23:55:27.816 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:27.817 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:27.818 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:27.818 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-02-22T23:55:27.818 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-02-22T23:55:28.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-22T23:55:28.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-22T23:55:28.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-22T23:55:28.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-22T23:55:28.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-22T23:55:28.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-22T23:55:28.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.191 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "250", 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.192 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-02-22T23:55:28.193 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "end_time": { 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.194 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.195 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.197 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.198 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.199 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.200 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min_score": { 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.201 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "none", 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "upmap" 2024-02-22T23:55:28.202 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.203 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-22T23:55:28.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-22T23:55:28.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-22T23:55:28.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-22T23:55:28.204 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.205 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.206 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "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.", 2024-02-22T23:55:28.207 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.208 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.209 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.210 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.211 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.212 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "container_init": { 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.213 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.214 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.215 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-22T23:55:28.216 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.217 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.218 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.219 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.220 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.221 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-02-22T23:55:28.223 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-22T23:55:28.224 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "root" 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.225 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-02-22T23:55:28.226 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-02-22T23:55:28.227 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.228 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.229 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.230 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.231 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.232 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.233 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.234 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.235 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.236 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.237 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-02-22T23:55:28.238 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.239 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-02-22T23:55:28.240 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.241 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.242 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-02-22T23:55:28.243 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-22T23:55:28.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.245 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.246 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.247 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.248 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.249 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.250 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.251 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-02-22T23:55:28.252 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-22T23:55:28.253 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.254 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.255 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.256 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.257 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.258 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.259 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.260 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.261 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-22T23:55:28.262 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-22T23:55:28.262 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.262 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.262 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.262 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.262 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.262 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.262 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.262 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.262 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.262 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.262 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.264 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-22T23:55:28.265 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-22T23:55:28.266 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.267 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.268 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.269 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-02-22T23:55:28.270 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.271 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.272 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.273 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.274 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.275 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.276 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-02-22T23:55:28.277 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.278 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.279 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.280 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-22T23:55:28.281 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.282 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug": { 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.283 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.284 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.285 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.286 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.287 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.288 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.289 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.290 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.291 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.292 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.293 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.294 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "redirect" 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "400", 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "599", 2024-02-22T23:55:28.295 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.296 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.297 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.298 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.299 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.300 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.300 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.300 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.300 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.300 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.300 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.300 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.300 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.300 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.300 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.300 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.300 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.302 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.303 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.304 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-02-22T23:55:28.305 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.306 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.307 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.308 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.309 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.310 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.311 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.312 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.313 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.314 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-02-22T23:55:28.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-02-22T23:55:28.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "database": { 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "database", 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "hostname": { 2024-02-22T23:55:28.319 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-22T23:55:28.320 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.325 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "password": { 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "password", 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.326 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "port": { 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "port", 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.327 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.328 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "threads": { 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.329 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "username": { 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "username", 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.330 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.331 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.332 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.333 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.334 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.335 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.336 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.337 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.340 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.341 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.342 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "10", 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.343 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.344 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.345 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.345 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.345 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.345 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.345 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.345 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.345 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.345 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.345 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.345 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.345 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.345 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.345 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.346 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.347 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-02-22T23:55:28.348 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.349 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.350 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.350 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.350 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.350 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.350 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.351 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.351 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.351 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.351 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.351 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.352 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.353 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.354 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min_size": { 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.355 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.356 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-02-22T23:55:28.357 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "prefix": { 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.358 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "subtree": { 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.359 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.360 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.361 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.362 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.363 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.364 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rook", 2024-02-22T23:55:28.365 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.366 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.367 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.368 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.369 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.370 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.371 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.372 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.373 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.374 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.375 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.375 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.375 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.375 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.375 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.375 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.375 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.375 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.375 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.375 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.375 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.375 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.375 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.376 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-02-22T23:55:28.377 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.379 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.380 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.381 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.382 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.383 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.384 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-02-22T23:55:28.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.386 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.387 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.388 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.389 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.390 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.391 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.392 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.393 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.394 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.395 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.396 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.397 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.398 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.399 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.400 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.401 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.402 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.403 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.404 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.405 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.406 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.407 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.408 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.409 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.410 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.411 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.412 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.413 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.414 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.415 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.416 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.417 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.418 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.419 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.420 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "roption1": { 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.421 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "roption2": { 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.423 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.424 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-02-22T23:55:28.425 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-02-22T23:55:28.426 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.427 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "testkey": { 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.428 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.429 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.430 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "status", 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.431 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.432 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.433 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.434 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.436 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "address": { 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "address", 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-22T23:55:28.437 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.438 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.439 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.440 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.441 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.442 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.443 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.444 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.445 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.446 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "contact": { 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.447 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "description": { 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "description", 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.448 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "device_url": { 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-22T23:55:28.449 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.450 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "8", 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.451 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.452 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.453 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.454 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.455 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.456 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.457 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "organization": { 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "proxy": { 2024-02-22T23:55:28.458 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "url": { 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "url", 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.459 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.460 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.462 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.463 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.464 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.465 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.466 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.467 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.468 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.469 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.470 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-22T23:55:28.471 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.472 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "identifier": { 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.473 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.474 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.476 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-22T23:55:28.477 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "", 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "critical", 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "debug", 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "error", 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "info", 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "warning" 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-22T23:55:28.478 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.479 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.480 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-22T23:55:28.481 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "services": { 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "prometheus": "http://smithi115.front.sepia.ceph.com:9283/" 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-22T23:55:28.482 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crash", 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "progress", 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "status", 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "crash", 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "progress", 2024-02-22T23:55:28.483 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "status", 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "telemetry", 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ], 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 3, 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.115:0", 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "nonce": 2475483786 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ] 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout }, 2024-02-22T23:55:28.484 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.485 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-22T23:55:28.485 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:28.485 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-22T23:55:28.485 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.115:0", 2024-02-22T23:55:28.485 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "nonce": 3131911876 2024-02-22T23:55:28.485 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.485 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ] 2024-02-22T23:55:28.485 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.485 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout ] 2024-02-22T23:55:28.485 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.485 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:28.496 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for the mgr to restart... 2024-02-22T23:55:28.497 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for Mgr epoch 13... 2024-02-22T23:55:28.497 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-02-22T23:55:31.102 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout { 2024-02-22T23:55:31.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 15, 2024-02-22T23:55:31.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout "initialized": true 2024-02-22T23:55:31.103 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout } 2024-02-22T23:55:32.124 INFO:teuthology.orchestra.run.smithi115.stderr:Mgr epoch 13 is available 2024-02-22T23:55:32.125 INFO:teuthology.orchestra.run.smithi115.stderr:Generating a dashboard self-signed certificate... 2024-02-22T23:55:32.125 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 dashboard create-self-signed-cert 2024-02-22T23:55:33.133 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2024-02-22T23:55:33.889 INFO:teuthology.orchestra.run.smithi115.stderr:Creating initial admin user... 2024-02-22T23:55:33.890 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpv2ew9b8v:/tmp/dashboard.pw:z docker.io/ceph/ceph:v15 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-22T23:55:35.244 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$xRA7LSfnLdJwOywC3fNwT..xDBH1R6TixwdaZeTJd9Xwq71vGu65.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708646135, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-22T23:55:35.997 INFO:teuthology.orchestra.run.smithi115.stderr:Fetching dashboard port number... 2024-02-22T23:55:35.997 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi115 -v /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpx6fcj37g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpo7gokdud:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config get mgr mgr/dashboard/ssl_server_port 2024-02-22T23:55:36.722 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: stdout 8443 2024-02-22T23:55:37.463 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-22T23:55:37.471 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout disabled 2024-02-22T23:55:37.472 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active firewalld.service 2024-02-22T23:55:37.478 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: stdout inactive 2024-02-22T23:55:37.478 INFO:teuthology.orchestra.run.smithi115.stderr:firewalld.service is not enabled 2024-02-22T23:55:37.478 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-22T23:55:37.482 INFO:teuthology.orchestra.run.smithi115.stderr:Ceph Dashboard is now available at: 2024-02-22T23:55:37.482 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-22T23:55:37.482 INFO:teuthology.orchestra.run.smithi115.stderr: URL: https://smithi115.front.sepia.ceph.com:8443/ 2024-02-22T23:55:37.482 INFO:teuthology.orchestra.run.smithi115.stderr: User: admin 2024-02-22T23:55:37.482 INFO:teuthology.orchestra.run.smithi115.stderr: Password: esy80zy8xq 2024-02-22T23:55:37.482 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-22T23:55:37.482 INFO:teuthology.orchestra.run.smithi115.stderr:You can access the Ceph CLI with: 2024-02-22T23:55:37.482 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-22T23:55:37.483 INFO:teuthology.orchestra.run.smithi115.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-22T23:55:37.483 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-22T23:55:37.483 INFO:teuthology.orchestra.run.smithi115.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-22T23:55:37.483 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-22T23:55:37.483 INFO:teuthology.orchestra.run.smithi115.stderr: ceph telemetry on 2024-02-22T23:55:37.483 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-22T23:55:37.483 INFO:teuthology.orchestra.run.smithi115.stderr:For more information see: 2024-02-22T23:55:37.483 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-22T23:55:37.483 INFO:teuthology.orchestra.run.smithi115.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-02-22T23:55:37.483 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-22T23:55:37.483 INFO:teuthology.orchestra.run.smithi115.stderr:Bootstrap complete. 2024-02-22T23:55:37.483 INFO:teuthology.orchestra.run.smithi115.stderr:Releasing lock 139781871407624 on /run/cephadm/a7201934-d1dd-11ee-95c0-87774f69a715.lock 2024-02-22T23:55:37.483 INFO:teuthology.orchestra.run.smithi115.stderr:Lock 139781871407624 released on /run/cephadm/a7201934-d1dd-11ee-95c0-87774f69a715.lock 2024-02-22T23:55:37.508 INFO:tasks.cephadm:Fetching config... 2024-02-22T23:55:37.509 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-22T23:55:37.509 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-22T23:55:37.527 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-22T23:55:37.527 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-22T23:55:37.528 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-22T23:55:37.586 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-22T23:55:37.586 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-22T23:55:37.586 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/keyring of=/dev/stdout 2024-02-22T23:55:37.653 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-22T23:55:37.653 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-22T23:55:37.653 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-22T23:55:37.711 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-22T23:55:37.712 DEBUG:teuthology.orchestra.run.smithi115:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDb2NsOMS8j1DaURys8/wd10RLrQPfc6ZOrhJVjqWAZC5u67YFMvpu1bQeowUtr74xzbSSGSNP29QPhKn5JORi2RERJkdcDTd6F5wSblfstxSjZW8a8dkCYIDaQU99DheQ5ilq6KQIdR3lfm/idAlxVlj7L7fr1S3V+5pgpvEkuidkEFtvb/uNtin31BrItOaHsxZ8Bq8iC3/+nTxThL1UFE5GHMtTTHCncVrJE0tel9FvXRihFfo1SYLa98fmvRZr0WxBrBtBAMNJCg3dhfwzk/NQwKhk061Zbo6QE0Nm8T70omkyxKa9UmoBBn9G6Gtaj8ztqEf+Z67V/tb9QIRQEPxFuKTDrm5X1+UYuTKL2uFwMtn9n53r4iJnIubPRmghcvN/drrZbkfSjlBW3TydKjE46Sqaax/2NozNlehyUh8ebK3uh/iqfkPHEzLb1XDmUDSNwJnby1/fjZo9iz453Z02M2Gxb0UvT8HwAByWoPUpeyfhZsuIUO8JLBte/SU8= ceph-a7201934-d1dd-11ee-95c0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-22T23:55:37.787 INFO:teuthology.orchestra.run.smithi115.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDb2NsOMS8j1DaURys8/wd10RLrQPfc6ZOrhJVjqWAZC5u67YFMvpu1bQeowUtr74xzbSSGSNP29QPhKn5JORi2RERJkdcDTd6F5wSblfstxSjZW8a8dkCYIDaQU99DheQ5ilq6KQIdR3lfm/idAlxVlj7L7fr1S3V+5pgpvEkuidkEFtvb/uNtin31BrItOaHsxZ8Bq8iC3/+nTxThL1UFE5GHMtTTHCncVrJE0tel9FvXRihFfo1SYLa98fmvRZr0WxBrBtBAMNJCg3dhfwzk/NQwKhk061Zbo6QE0Nm8T70omkyxKa9UmoBBn9G6Gtaj8ztqEf+Z67V/tb9QIRQEPxFuKTDrm5X1+UYuTKL2uFwMtn9n53r4iJnIubPRmghcvN/drrZbkfSjlBW3TydKjE46Sqaax/2NozNlehyUh8ebK3uh/iqfkPHEzLb1XDmUDSNwJnby1/fjZo9iz453Z02M2Gxb0UvT8HwAByWoPUpeyfhZsuIUO8JLBte/SU8= ceph-a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-22T23:55:37.798 DEBUG:teuthology.orchestra.run.smithi131:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDb2NsOMS8j1DaURys8/wd10RLrQPfc6ZOrhJVjqWAZC5u67YFMvpu1bQeowUtr74xzbSSGSNP29QPhKn5JORi2RERJkdcDTd6F5wSblfstxSjZW8a8dkCYIDaQU99DheQ5ilq6KQIdR3lfm/idAlxVlj7L7fr1S3V+5pgpvEkuidkEFtvb/uNtin31BrItOaHsxZ8Bq8iC3/+nTxThL1UFE5GHMtTTHCncVrJE0tel9FvXRihFfo1SYLa98fmvRZr0WxBrBtBAMNJCg3dhfwzk/NQwKhk061Zbo6QE0Nm8T70omkyxKa9UmoBBn9G6Gtaj8ztqEf+Z67V/tb9QIRQEPxFuKTDrm5X1+UYuTKL2uFwMtn9n53r4iJnIubPRmghcvN/drrZbkfSjlBW3TydKjE46Sqaax/2NozNlehyUh8ebK3uh/iqfkPHEzLb1XDmUDSNwJnby1/fjZo9iz453Z02M2Gxb0UvT8HwAByWoPUpeyfhZsuIUO8JLBte/SU8= ceph-a7201934-d1dd-11ee-95c0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-22T23:55:37.843 INFO:teuthology.orchestra.run.smithi131.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDb2NsOMS8j1DaURys8/wd10RLrQPfc6ZOrhJVjqWAZC5u67YFMvpu1bQeowUtr74xzbSSGSNP29QPhKn5JORi2RERJkdcDTd6F5wSblfstxSjZW8a8dkCYIDaQU99DheQ5ilq6KQIdR3lfm/idAlxVlj7L7fr1S3V+5pgpvEkuidkEFtvb/uNtin31BrItOaHsxZ8Bq8iC3/+nTxThL1UFE5GHMtTTHCncVrJE0tel9FvXRihFfo1SYLa98fmvRZr0WxBrBtBAMNJCg3dhfwzk/NQwKhk061Zbo6QE0Nm8T70omkyxKa9UmoBBn9G6Gtaj8ztqEf+Z67V/tb9QIRQEPxFuKTDrm5X1+UYuTKL2uFwMtn9n53r4iJnIubPRmghcvN/drrZbkfSjlBW3TydKjE46Sqaax/2NozNlehyUh8ebK3uh/iqfkPHEzLb1XDmUDSNwJnby1/fjZo9iz453Z02M2Gxb0UvT8HwAByWoPUpeyfhZsuIUO8JLBte/SU8= ceph-a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-22T23:55:37.855 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-22T23:55:42.306 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi131 2024-02-22T23:55:42.306 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-02-22T23:55:42.306 DEBUG:teuthology.orchestra.run.smithi131:> dd of=/etc/ceph/ceph.conf 2024-02-22T23:55:42.328 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-02-22T23:55:42.328 DEBUG:teuthology.orchestra.run.smithi131:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-22T23:55:42.388 INFO:tasks.cephadm:Adding host smithi131 to orchestrator... 2024-02-22T23:55:42.389 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch host add smithi131 2024-02-22T23:56:04.072 INFO:teuthology.orchestra.run.smithi131.stdout:Added host 'smithi131' 2024-02-22T23:56:04.659 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch host ls --format=json 2024-02-22T23:56:06.511 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:56:06.511 INFO:teuthology.orchestra.run.smithi131.stdout:[{"addr": "smithi115", "hostname": "smithi115", "labels": [], "status": ""}, {"addr": "smithi131", "hostname": "smithi131", "labels": [], "status": ""}] 2024-02-22T23:56:07.140 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-22T23:56:07.140 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd crush tunables default 2024-02-22T23:56:09.152 INFO:teuthology.orchestra.run.smithi115.stderr:adjusted tunables profile to default 2024-02-22T23:56:09.781 INFO:tasks.cephadm:Adding mon.smithi131 on smithi131 2024-02-22T23:56:09.782 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch daemon add mon smithi131:172.21.15.131=smithi131 2024-02-22T23:56:20.558 INFO:teuthology.orchestra.run.smithi131.stdout:Deployed mon.smithi131 on host 'smithi131' 2024-02-22T23:56:21.055 DEBUG:teuthology.orchestra.run.smithi131:mon.smithi131> sudo journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi131.service 2024-02-22T23:56:21.058 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-22T23:56:21.058 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph mon dump -f json 2024-02-22T23:56:21.091 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:-- Logs begin at Thu 2024-02-22 23:47:30 UTC. -- 2024-02-22T23:56:22.942 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-02-22T23:56:22.942 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":2,"fsid":"a7201934-d1dd-11ee-95c0-87774f69a715","modified":"2024-02-22T23:56:15.503857Z","created":"2024-02-22T23:54:28.164586Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0},{"rank":1,"name":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-02-22T23:56:22.943 INFO:teuthology.orchestra.run.smithi131.stderr:dumped monmap epoch 2 2024-02-22T23:56:23.541 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-22T23:56:23.541 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph config generate-minimal-conf 2024-02-22T23:56:25.470 INFO:teuthology.orchestra.run.smithi115.stdout:# minimal ceph.conf for a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-22T23:56:25.470 INFO:teuthology.orchestra.run.smithi115.stdout:[global] 2024-02-22T23:56:25.470 INFO:teuthology.orchestra.run.smithi115.stdout: fsid = a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-22T23:56:25.470 INFO:teuthology.orchestra.run.smithi115.stdout: mon_host = [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] 2024-02-22T23:56:26.091 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-22T23:56:26.092 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-22T23:56:26.092 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.conf 2024-02-22T23:56:26.122 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-22T23:56:26.122 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-22T23:56:26.188 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-02-22T23:56:26.188 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.conf 2024-02-22T23:56:26.225 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-02-22T23:56:26.225 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-22T23:56:26.296 INFO:tasks.cephadm:Deploying OSDs... 2024-02-22T23:56:26.296 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-22T23:56:26.297 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/scratch_devs of=/dev/stdout 2024-02-22T23:56:26.314 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-02-22T23:56:26.314 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_1 2024-02-22T23:56:26.372 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-22T23:56:26.373 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T23:56:26.373 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 162768 Links: 1 2024-02-22T23:56:26.373 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T23:56:26.373 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T23:56:26.373 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-02-22 23:55:43.825731518 +0000 2024-02-22T23:56:26.373 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-02-22 23:53:12.290918959 +0000 2024-02-22T23:56:26.373 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-02-22 23:53:12.290918959 +0000 2024-02-22T23:56:26.373 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-02-22T23:56:26.374 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-22T23:56:26.438 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-02-22T23:56:26.438 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-02-22T23:56:26.438 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000241841 s, 2.1 MB/s 2024-02-22T23:56:26.439 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-22T23:56:26.498 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_2 2024-02-22T23:56:26.556 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-22T23:56:26.556 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T23:56:26.556 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 165589 Links: 1 2024-02-22T23:56:26.556 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T23:56:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T23:56:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-02-22 23:55:43.825731518 +0000 2024-02-22T23:56:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-02-22 23:53:12.625912694 +0000 2024-02-22T23:56:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-02-22 23:53:12.625912694 +0000 2024-02-22T23:56:26.557 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-02-22T23:56:26.557 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-22T23:56:26.621 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-02-22T23:56:26.622 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-02-22T23:56:26.622 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000211527 s, 2.4 MB/s 2024-02-22T23:56:26.623 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-22T23:56:26.682 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_3 2024-02-22T23:56:26.740 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-22T23:56:26.740 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T23:56:26.740 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 167341 Links: 1 2024-02-22T23:56:26.740 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T23:56:26.740 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T23:56:26.740 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-02-22 23:55:43.825731518 +0000 2024-02-22T23:56:26.740 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-02-22 23:53:12.968906279 +0000 2024-02-22T23:56:26.740 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-02-22 23:53:12.968906279 +0000 2024-02-22T23:56:26.740 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-02-22T23:56:26.740 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-22T23:56:26.805 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-02-22T23:56:26.805 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-02-22T23:56:26.805 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000180094 s, 2.8 MB/s 2024-02-22T23:56:26.806 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-22T23:56:26.865 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_4 2024-02-22T23:56:26.922 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-22T23:56:26.922 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T23:56:26.922 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 167403 Links: 1 2024-02-22T23:56:26.923 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T23:56:26.923 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T23:56:26.923 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-02-22 23:55:43.825731518 +0000 2024-02-22T23:56:26.923 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-02-22 23:53:13.307899939 +0000 2024-02-22T23:56:26.923 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-02-22 23:53:13.307899939 +0000 2024-02-22T23:56:26.923 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-02-22T23:56:26.923 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-22T23:56:26.988 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-02-22T23:56:26.988 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-02-22T23:56:26.988 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.00023152 s, 2.2 MB/s 2024-02-22T23:56:26.989 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-22T23:56:27.048 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-02-22T23:56:27.048 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2024-02-22T23:56:27.070 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-02-22T23:56:27.070 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_1 2024-02-22T23:56:27.131 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-22T23:56:27.131 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T23:56:27.131 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 164645 Links: 1 2024-02-22T23:56:27.132 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T23:56:27.132 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T23:56:27.132 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-02-22 23:56:14.949180712 +0000 2024-02-22T23:56:27.132 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-02-22 23:53:12.302502861 +0000 2024-02-22T23:56:27.132 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-02-22 23:53:12.302502861 +0000 2024-02-22T23:56:27.132 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-02-22T23:56:27.132 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-22T23:56:27.200 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-02-22T23:56:27.200 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-02-22T23:56:27.200 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000248884 s, 2.1 MB/s 2024-02-22T23:56:27.201 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-22T23:56:27.262 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_2 2024-02-22T23:56:27.322 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-22T23:56:27.323 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T23:56:27.323 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 165855 Links: 1 2024-02-22T23:56:27.323 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T23:56:27.323 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T23:56:27.323 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-02-22 23:56:14.949180712 +0000 2024-02-22T23:56:27.323 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-02-22 23:53:12.665495242 +0000 2024-02-22T23:56:27.323 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-02-22 23:53:12.665495242 +0000 2024-02-22T23:56:27.323 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-02-22T23:56:27.324 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-22T23:56:27.391 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-02-22T23:56:27.391 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-02-22T23:56:27.391 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000250698 s, 2.0 MB/s 2024-02-22T23:56:27.392 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-22T23:56:27.453 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_3 2024-02-22T23:56:27.511 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-22T23:56:27.511 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T23:56:27.512 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 163703 Links: 1 2024-02-22T23:56:27.512 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T23:56:27.512 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T23:56:27.512 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-02-22 23:56:14.949180712 +0000 2024-02-22T23:56:27.512 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-02-22 23:53:13.028487623 +0000 2024-02-22T23:56:27.512 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-02-22 23:53:13.028487623 +0000 2024-02-22T23:56:27.512 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-02-22T23:56:27.512 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-22T23:56:27.578 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-02-22T23:56:27.578 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-02-22T23:56:27.578 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000191815 s, 2.7 MB/s 2024-02-22T23:56:27.579 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-22T23:56:27.639 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_4 2024-02-22T23:56:27.696 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-22T23:56:27.696 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T23:56:27.697 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 168194 Links: 1 2024-02-22T23:56:27.697 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T23:56:27.697 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T23:56:27.697 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-02-22 23:56:14.949180712 +0000 2024-02-22T23:56:27.697 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-02-22 23:53:13.383480171 +0000 2024-02-22T23:56:27.697 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-02-22 23:53:13.383480171 +0000 2024-02-22T23:56:27.697 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-02-22T23:56:27.697 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-22T23:56:27.763 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-02-22T23:56:27.763 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-02-22T23:56:27.763 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000231606 s, 2.2 MB/s 2024-02-22T23:56:27.764 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-22T23:56:27.823 INFO:tasks.cephadm:Deploying osd.0 on smithi115 with /dev/vg_nvme/lv_4... 2024-02-22T23:56:27.823 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-22T23:56:29.826 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-22T23:56:29.826 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-22T23:56:29.826 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10+0 records in 2024-02-22T23:56:29.826 INFO:teuthology.orchestra.run.smithi115.stderr:10+0 records out 2024-02-22T23:56:29.826 INFO:teuthology.orchestra.run.smithi115.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0113022 s, 928 MB/s 2024-02-22T23:56:29.826 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping successful for: 2024-02-22T23:56:30.530 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch daemon add osd smithi115:vg_nvme/lv_4 2024-02-23T00:00:56.347 INFO:teuthology.orchestra.run.smithi115.stdout:Created osd(s) 0 on host 'smithi115' 2024-02-23T00:00:57.001 DEBUG:teuthology.orchestra.run.smithi115:osd.0> sudo journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.0.service 2024-02-23T00:00:57.003 INFO:tasks.cephadm:Deploying osd.1 on smithi115 with /dev/vg_nvme/lv_3... 2024-02-23T00:00:57.004 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-23T00:00:57.035 INFO:journalctl@ceph.osd.0.smithi115.stdout:-- Logs begin at Thu 2024-02-22 23:47:39 UTC. -- 2024-02-23T00:00:59.284 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-23T00:00:59.284 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-23T00:00:59.284 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10+0 records in 2024-02-23T00:00:59.284 INFO:teuthology.orchestra.run.smithi115.stderr:10+0 records out 2024-02-23T00:00:59.284 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0142877 s, 734 MB/s 2024-02-23T00:00:59.284 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping successful for: 2024-02-23T00:00:59.958 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch daemon add osd smithi115:vg_nvme/lv_3 2024-02-23T00:01:13.560 INFO:teuthology.orchestra.run.smithi115.stdout:Created osd(s) 1 on host 'smithi115' 2024-02-23T00:01:14.258 DEBUG:teuthology.orchestra.run.smithi115:osd.1> sudo journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.1.service 2024-02-23T00:01:14.264 INFO:tasks.cephadm:Deploying osd.2 on smithi115 with /dev/vg_nvme/lv_2... 2024-02-23T00:01:14.264 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-23T00:01:14.293 INFO:journalctl@ceph.osd.1.smithi115.stdout:-- Logs begin at Thu 2024-02-22 23:47:39 UTC. -- 2024-02-23T00:01:16.314 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-23T00:01:16.314 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-23T00:01:16.314 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10+0 records in 2024-02-23T00:01:16.314 INFO:teuthology.orchestra.run.smithi115.stderr:10+0 records out 2024-02-23T00:01:16.315 INFO:teuthology.orchestra.run.smithi115.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.014761 s, 710 MB/s 2024-02-23T00:01:16.315 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping successful for: 2024-02-23T00:01:17.004 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch daemon add osd smithi115:vg_nvme/lv_2 2024-02-23T00:03:30.048 INFO:teuthology.orchestra.run.smithi115.stdout:Created osd(s) 2 on host 'smithi115' 2024-02-23T00:03:30.688 DEBUG:teuthology.orchestra.run.smithi115:osd.2> sudo journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.2.service 2024-02-23T00:03:30.691 INFO:tasks.cephadm:Deploying osd.3 on smithi115 with /dev/vg_nvme/lv_1... 2024-02-23T00:03:30.691 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-23T00:03:30.721 INFO:journalctl@ceph.osd.2.smithi115.stdout:-- Logs begin at Thu 2024-02-22 23:47:39 UTC. -- 2024-02-23T00:03:32.815 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-23T00:03:32.815 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-23T00:03:32.815 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10+0 records in 2024-02-23T00:03:32.815 INFO:teuthology.orchestra.run.smithi115.stderr:10+0 records out 2024-02-23T00:03:32.816 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123223 s, 851 MB/s 2024-02-23T00:03:32.816 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping successful for: 2024-02-23T00:03:33.408 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch daemon add osd smithi115:vg_nvme/lv_1 2024-02-23T00:03:47.128 INFO:teuthology.orchestra.run.smithi115.stdout:Created osd(s) 3 on host 'smithi115' 2024-02-23T00:03:47.835 DEBUG:teuthology.orchestra.run.smithi115:osd.3> sudo journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.3.service 2024-02-23T00:03:47.878 INFO:tasks.cephadm:Deploying osd.4 on smithi131 with /dev/vg_nvme/lv_4... 2024-02-23T00:03:47.879 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-23T00:03:47.908 INFO:journalctl@ceph.osd.3.smithi115.stdout:-- Logs begin at Thu 2024-02-22 23:47:39 UTC. -- 2024-02-23T00:03:49.904 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-23T00:03:49.904 INFO:teuthology.orchestra.run.smithi131.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-23T00:03:49.905 INFO:teuthology.orchestra.run.smithi131.stderr: stderr: 10+0 records in 2024-02-23T00:03:49.905 INFO:teuthology.orchestra.run.smithi131.stderr:10+0 records out 2024-02-23T00:03:49.905 INFO:teuthology.orchestra.run.smithi131.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109525 s, 957 MB/s 2024-02-23T00:03:49.905 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping successful for: 2024-02-23T00:03:50.553 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch daemon add osd smithi131:vg_nvme/lv_4 2024-02-23T00:05:29.603 INFO:teuthology.orchestra.run.smithi131.stdout:Created osd(s) 4 on host 'smithi131' 2024-02-23T00:05:30.219 DEBUG:teuthology.orchestra.run.smithi131:osd.4> sudo journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.4.service 2024-02-23T00:05:30.223 INFO:tasks.cephadm:Deploying osd.5 on smithi131 with /dev/vg_nvme/lv_3... 2024-02-23T00:05:30.223 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-23T00:05:30.255 INFO:journalctl@ceph.osd.4.smithi131.stdout:-- Logs begin at Thu 2024-02-22 23:47:30 UTC. -- 2024-02-23T00:05:32.247 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-23T00:05:32.248 INFO:teuthology.orchestra.run.smithi131.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-23T00:05:32.248 INFO:teuthology.orchestra.run.smithi131.stderr: stderr: 10+0 records in 2024-02-23T00:05:32.248 INFO:teuthology.orchestra.run.smithi131.stderr:10+0 records out 2024-02-23T00:05:32.248 INFO:teuthology.orchestra.run.smithi131.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121453 s, 863 MB/s 2024-02-23T00:05:32.248 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping successful for: 2024-02-23T00:05:32.881 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch daemon add osd smithi131:vg_nvme/lv_3 2024-02-23T00:05:46.105 INFO:teuthology.orchestra.run.smithi131.stdout:Created osd(s) 5 on host 'smithi131' 2024-02-23T00:05:46.763 DEBUG:teuthology.orchestra.run.smithi131:osd.5> sudo journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.5.service 2024-02-23T00:05:46.766 INFO:tasks.cephadm:Deploying osd.6 on smithi131 with /dev/vg_nvme/lv_2... 2024-02-23T00:05:46.766 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-23T00:05:46.799 INFO:journalctl@ceph.osd.5.smithi131.stdout:-- Logs begin at Thu 2024-02-22 23:47:30 UTC. -- 2024-02-23T00:05:49.004 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-23T00:05:49.004 INFO:teuthology.orchestra.run.smithi131.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-23T00:05:49.004 INFO:teuthology.orchestra.run.smithi131.stderr: stderr: 10+0 records in 2024-02-23T00:05:49.004 INFO:teuthology.orchestra.run.smithi131.stderr:10+0 records out 2024-02-23T00:05:49.005 INFO:teuthology.orchestra.run.smithi131.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0117745 s, 891 MB/s 2024-02-23T00:05:49.005 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping successful for: 2024-02-23T00:05:49.567 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch daemon add osd smithi131:vg_nvme/lv_2 2024-02-23T00:06:03.147 INFO:teuthology.orchestra.run.smithi131.stdout:Created osd(s) 6 on host 'smithi131' 2024-02-23T00:06:03.812 DEBUG:teuthology.orchestra.run.smithi131:osd.6> sudo journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.6.service 2024-02-23T00:06:03.815 INFO:tasks.cephadm:Deploying osd.7 on smithi131 with /dev/vg_nvme/lv_1... 2024-02-23T00:06:03.815 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-23T00:06:03.845 INFO:journalctl@ceph.osd.6.smithi131.stdout:-- Logs begin at Thu 2024-02-22 23:47:30 UTC. -- 2024-02-23T00:06:05.783 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-23T00:06:05.783 INFO:teuthology.orchestra.run.smithi131.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-23T00:06:05.783 INFO:teuthology.orchestra.run.smithi131.stderr: stderr: 10+0 records in 2024-02-23T00:06:05.783 INFO:teuthology.orchestra.run.smithi131.stderr:10+0 records out 2024-02-23T00:06:05.783 INFO:teuthology.orchestra.run.smithi131.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0133912 s, 783 MB/s 2024-02-23T00:06:05.783 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping successful for: 2024-02-23T00:06:06.434 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch daemon add osd smithi131:vg_nvme/lv_1 2024-02-23T00:06:20.049 INFO:teuthology.orchestra.run.smithi131.stdout:Created osd(s) 7 on host 'smithi131' 2024-02-23T00:06:20.631 DEBUG:teuthology.orchestra.run.smithi131:osd.7> sudo journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.7.service 2024-02-23T00:06:20.634 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-23T00:06:20.634 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:06:20.663 INFO:journalctl@ceph.osd.7.smithi131.stdout:-- Logs begin at Thu 2024-02-22 23:47:30 UTC. -- 2024-02-23T00:06:22.771 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:06:23.380 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1708646766,"num_in_osds":7,"osd_in_since":1708646766,"num_remapped_pgs":0} 2024-02-23T00:06:24.383 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:06:26.394 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:06:27.028 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":48,"num_osds":8,"num_up_osds":8,"osd_up_since":1708646783,"num_in_osds":8,"osd_in_since":1708646783,"num_remapped_pgs":0} 2024-02-23T00:06:27.029 INFO:tasks.cephadm:Setting up client nodes... 2024-02-23T00:06:27.029 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-23T00:06:29.007 INFO:teuthology.orchestra.run.smithi115.stdout:[client.0] 2024-02-23T00:06:29.007 INFO:teuthology.orchestra.run.smithi115.stdout: key = AQCF4ddleE40ABAAZ0WuVX0LiVZu/jGzt9mBOw== 2024-02-23T00:06:29.751 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-23T00:06:29.751 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-23T00:06:29.751 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-23T00:06:29.792 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd dump --format=json 2024-02-23T00:06:29.968 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:06:31.880 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:06:31.880 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":48,"fsid":"a7201934-d1dd-11ee-95c0-87774f69a715","created":"2024-02-22T23:54:31.084037+0000","modified":"2024-02-23T00:06:24.270050+0000","last_up_change":"2024-02-23T00:06:23.260078+0000","last_in_change":"2024-02-23T00:06:23.260078+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":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-22T23:56:09.378636+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"13","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":"b35913c7-1f12-40f1-9fe2-97f28f4ff40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":717287047},{"type":"v1","addr":"172.21.15.115:6803","nonce":717287047}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":717287047},{"type":"v1","addr":"172.21.15.115:6805","nonce":717287047}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":717287047},{"type":"v1","addr":"172.21.15.115:6809","nonce":717287047}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":717287047},{"type":"v1","addr":"172.21.15.115:6807","nonce":717287047}]},"public_addr":"172.21.15.115:6803/717287047","cluster_addr":"172.21.15.115:6805/717287047","heartbeat_back_addr":"172.21.15.115:6809/717287047","heartbeat_front_addr":"172.21.15.115:6807/717287047","state":["exists","up"]},{"osd":1,"uuid":"9c39d408-d7b2-4440-856e-eea3d08c5946","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6810","nonce":2146627153},{"type":"v1","addr":"172.21.15.115:6811","nonce":2146627153}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6812","nonce":2146627153},{"type":"v1","addr":"172.21.15.115:6813","nonce":2146627153}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6816","nonce":2146627153},{"type":"v1","addr":"172.21.15.115:6817","nonce":2146627153}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6814","nonce":2146627153},{"type":"v1","addr":"172.21.15.115:6815","nonce":2146627153}]},"public_addr":"172.21.15.115:6811/2146627153","cluster_addr":"172.21.15.115:6813/2146627153","heartbeat_back_addr":"172.21.15.115:6817/2146627153","heartbeat_front_addr":"172.21.15.115:6815/2146627153","state":["exists","up"]},{"osd":2,"uuid":"c6816619-3093-4600-897e-f5c3b57ccfba","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6818","nonce":3444215931},{"type":"v1","addr":"172.21.15.115:6819","nonce":3444215931}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6820","nonce":3444215931},{"type":"v1","addr":"172.21.15.115:6821","nonce":3444215931}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6824","nonce":3444215931},{"type":"v1","addr":"172.21.15.115:6825","nonce":3444215931}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6822","nonce":3444215931},{"type":"v1","addr":"172.21.15.115:6823","nonce":3444215931}]},"public_addr":"172.21.15.115:6819/3444215931","cluster_addr":"172.21.15.115:6821/3444215931","heartbeat_back_addr":"172.21.15.115:6825/3444215931","heartbeat_front_addr":"172.21.15.115:6823/3444215931","state":["exists","up"]},{"osd":3,"uuid":"e2173bbb-0af5-4c29-bacc-e46a46b32402","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6826","nonce":4175196138},{"type":"v1","addr":"172.21.15.115:6827","nonce":4175196138}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6828","nonce":4175196138},{"type":"v1","addr":"172.21.15.115:6829","nonce":4175196138}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6832","nonce":4175196138},{"type":"v1","addr":"172.21.15.115:6833","nonce":4175196138}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6830","nonce":4175196138},{"type":"v1","addr":"172.21.15.115:6831","nonce":4175196138}]},"public_addr":"172.21.15.115:6827/4175196138","cluster_addr":"172.21.15.115:6829/4175196138","heartbeat_back_addr":"172.21.15.115:6833/4175196138","heartbeat_front_addr":"172.21.15.115:6831/4175196138","state":["exists","up"]},{"osd":4,"uuid":"a6b60434-aaa9-4287-af92-02f87a99e041","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":1912969438},{"type":"v1","addr":"172.21.15.131:6801","nonce":1912969438}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":1912969438},{"type":"v1","addr":"172.21.15.131:6803","nonce":1912969438}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":1912969438},{"type":"v1","addr":"172.21.15.131:6807","nonce":1912969438}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":1912969438},{"type":"v1","addr":"172.21.15.131:6805","nonce":1912969438}]},"public_addr":"172.21.15.131:6801/1912969438","cluster_addr":"172.21.15.131:6803/1912969438","heartbeat_back_addr":"172.21.15.131:6807/1912969438","heartbeat_front_addr":"172.21.15.131:6805/1912969438","state":["exists","up"]},{"osd":5,"uuid":"42e3d8ec-a969-4b3d-9233-291e10cbeaf4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":74596499},{"type":"v1","addr":"172.21.15.131:6809","nonce":74596499}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6810","nonce":74596499},{"type":"v1","addr":"172.21.15.131:6811","nonce":74596499}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":74596499},{"type":"v1","addr":"172.21.15.131:6815","nonce":74596499}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":74596499},{"type":"v1","addr":"172.21.15.131:6813","nonce":74596499}]},"public_addr":"172.21.15.131:6809/74596499","cluster_addr":"172.21.15.131:6811/74596499","heartbeat_back_addr":"172.21.15.131:6815/74596499","heartbeat_front_addr":"172.21.15.131:6813/74596499","state":["exists","up"]},{"osd":6,"uuid":"36f58756-6c3f-4bef-8e34-3ba7d2587194","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":1034468891},{"type":"v1","addr":"172.21.15.131:6817","nonce":1034468891}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6818","nonce":1034468891},{"type":"v1","addr":"172.21.15.131:6819","nonce":1034468891}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":1034468891},{"type":"v1","addr":"172.21.15.131:6823","nonce":1034468891}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":1034468891},{"type":"v1","addr":"172.21.15.131:6821","nonce":1034468891}]},"public_addr":"172.21.15.131:6817/1034468891","cluster_addr":"172.21.15.131:6819/1034468891","heartbeat_back_addr":"172.21.15.131:6823/1034468891","heartbeat_front_addr":"172.21.15.131:6821/1034468891","state":["exists","up"]},{"osd":7,"uuid":"b10c7145-e18e-4607-b58e-d44d9cf0c9f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":1871425818},{"type":"v1","addr":"172.21.15.131:6825","nonce":1871425818}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6826","nonce":1871425818},{"type":"v1","addr":"172.21.15.131:6827","nonce":1871425818}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":1871425818},{"type":"v1","addr":"172.21.15.131:6831","nonce":1871425818}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":1871425818},{"type":"v1","addr":"172.21.15.131:6829","nonce":1871425818}]},"public_addr":"172.21.15.131:6825/1871425818","cluster_addr":"172.21.15.131:6827/1871425818","heartbeat_back_addr":"172.21.15.131:6831/1871425818","heartbeat_front_addr":"172.21.15.131:6829/1871425818","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:00:58.293771+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:01:15.497703+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:03:31.982840+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:03:48.918133+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:05:31.560072+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:05:48.100535+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:06:05.075577+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:06:22.019735+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.115:6800/3205738962":"2024-02-23T23:55:30.031937+0000","172.21.15.115:0/1951584944":"2024-02-23T23:55:15.269352+0000","172.21.15.115:0/3131911876":"2024-02-23T23:55:30.031937+0000","172.21.15.115:0/3083049132":"2024-02-23T23:55:15.269352+0000","172.21.15.115:6800/465936499":"2024-02-23T23:55:15.269352+0000","172.21.15.115:6801/465936499":"2024-02-23T23:55:15.269352+0000","172.21.15.115:0/3030639173":"2024-02-23T23:54:53.428555+0000","172.21.15.115:6801/2750900570":"2024-02-23T23:54:53.428555+0000","172.21.15.115:6800/2750900570":"2024-02-23T23:54:53.428555+0000","172.21.15.115:6801/3205738962":"2024-02-23T23:55:30.031937+0000","172.21.15.115:0/2475483786":"2024-02-23T23:55:30.031937+0000","172.21.15.115:0/3687742853":"2024-02-23T23:54:53.428555+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-02-23T00:06:32.600 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-22T23:56:09.378636+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, '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': '13', '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-02-23T00:06:32.601 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-23T00:06:32.738 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:06:34.699 INFO:teuthology.orchestra.run.smithi115.stdout:pg_num: 1 2024-02-23T00:06:35.351 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-23T00:06:35.351 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-23T00:06:35.351 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph mgr dump --format=json 2024-02-23T00:06:35.491 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:06:37.412 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:06:38.135 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":19,"active_gid":14162,"active_name":"smithi115.zzjgkn","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6800","nonce":4121633992},{"type":"v1","addr":"172.21.15.115:6801","nonce":4121633992}]},"active_addr":"172.21.15.115:6801/4121633992","active_change":"2024-02-22T23:55:30.032202+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":24125,"name":"smithi131.erzmvo","mgr_features":4540138292840890367,"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":"False","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":"none","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_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_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":"False","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":[]},"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":[]},"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":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"None","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":"None","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":"None","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":"None","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":"None","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":"False","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":"int","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":"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":"None","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":"str","level":"advanced","flags":0,"default_value":"","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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"","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":{"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":"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":"False","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":"none","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_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_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":"False","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":[]},"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":[]},"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":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"None","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":"None","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":"None","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":"None","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":"None","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":"False","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":"int","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":"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":"None","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":"str","level":"advanced","flags":0,"default_value":"","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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"","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":{"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":"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://smithi115.front.sepia.ceph.com:8443/","prometheus":"http://smithi115.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"],"last_failure_osd_epoch":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.115:0","nonce":2949031063}]},{"addrvec":[{"type":"v2","addr":"172.21.15.115:0","nonce":2031800960}]},{"addrvec":[{"type":"v2","addr":"172.21.15.115:0","nonce":3020617201}]}]}} 2024-02-23T00:06:38.138 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-23T00:06:38.138 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-23T00:06:38.138 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd dump --format=json 2024-02-23T00:06:38.286 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:06:40.186 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:06:40.186 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":48,"fsid":"a7201934-d1dd-11ee-95c0-87774f69a715","created":"2024-02-22T23:54:31.084037+0000","modified":"2024-02-23T00:06:24.270050+0000","last_up_change":"2024-02-23T00:06:23.260078+0000","last_in_change":"2024-02-23T00:06:23.260078+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":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-22T23:56:09.378636+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"13","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":"b35913c7-1f12-40f1-9fe2-97f28f4ff40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":717287047},{"type":"v1","addr":"172.21.15.115:6803","nonce":717287047}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":717287047},{"type":"v1","addr":"172.21.15.115:6805","nonce":717287047}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":717287047},{"type":"v1","addr":"172.21.15.115:6809","nonce":717287047}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":717287047},{"type":"v1","addr":"172.21.15.115:6807","nonce":717287047}]},"public_addr":"172.21.15.115:6803/717287047","cluster_addr":"172.21.15.115:6805/717287047","heartbeat_back_addr":"172.21.15.115:6809/717287047","heartbeat_front_addr":"172.21.15.115:6807/717287047","state":["exists","up"]},{"osd":1,"uuid":"9c39d408-d7b2-4440-856e-eea3d08c5946","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6810","nonce":2146627153},{"type":"v1","addr":"172.21.15.115:6811","nonce":2146627153}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6812","nonce":2146627153},{"type":"v1","addr":"172.21.15.115:6813","nonce":2146627153}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6816","nonce":2146627153},{"type":"v1","addr":"172.21.15.115:6817","nonce":2146627153}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6814","nonce":2146627153},{"type":"v1","addr":"172.21.15.115:6815","nonce":2146627153}]},"public_addr":"172.21.15.115:6811/2146627153","cluster_addr":"172.21.15.115:6813/2146627153","heartbeat_back_addr":"172.21.15.115:6817/2146627153","heartbeat_front_addr":"172.21.15.115:6815/2146627153","state":["exists","up"]},{"osd":2,"uuid":"c6816619-3093-4600-897e-f5c3b57ccfba","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6818","nonce":3444215931},{"type":"v1","addr":"172.21.15.115:6819","nonce":3444215931}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6820","nonce":3444215931},{"type":"v1","addr":"172.21.15.115:6821","nonce":3444215931}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6824","nonce":3444215931},{"type":"v1","addr":"172.21.15.115:6825","nonce":3444215931}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6822","nonce":3444215931},{"type":"v1","addr":"172.21.15.115:6823","nonce":3444215931}]},"public_addr":"172.21.15.115:6819/3444215931","cluster_addr":"172.21.15.115:6821/3444215931","heartbeat_back_addr":"172.21.15.115:6825/3444215931","heartbeat_front_addr":"172.21.15.115:6823/3444215931","state":["exists","up"]},{"osd":3,"uuid":"e2173bbb-0af5-4c29-bacc-e46a46b32402","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6826","nonce":4175196138},{"type":"v1","addr":"172.21.15.115:6827","nonce":4175196138}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6828","nonce":4175196138},{"type":"v1","addr":"172.21.15.115:6829","nonce":4175196138}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6832","nonce":4175196138},{"type":"v1","addr":"172.21.15.115:6833","nonce":4175196138}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6830","nonce":4175196138},{"type":"v1","addr":"172.21.15.115:6831","nonce":4175196138}]},"public_addr":"172.21.15.115:6827/4175196138","cluster_addr":"172.21.15.115:6829/4175196138","heartbeat_back_addr":"172.21.15.115:6833/4175196138","heartbeat_front_addr":"172.21.15.115:6831/4175196138","state":["exists","up"]},{"osd":4,"uuid":"a6b60434-aaa9-4287-af92-02f87a99e041","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":1912969438},{"type":"v1","addr":"172.21.15.131:6801","nonce":1912969438}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":1912969438},{"type":"v1","addr":"172.21.15.131:6803","nonce":1912969438}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":1912969438},{"type":"v1","addr":"172.21.15.131:6807","nonce":1912969438}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":1912969438},{"type":"v1","addr":"172.21.15.131:6805","nonce":1912969438}]},"public_addr":"172.21.15.131:6801/1912969438","cluster_addr":"172.21.15.131:6803/1912969438","heartbeat_back_addr":"172.21.15.131:6807/1912969438","heartbeat_front_addr":"172.21.15.131:6805/1912969438","state":["exists","up"]},{"osd":5,"uuid":"42e3d8ec-a969-4b3d-9233-291e10cbeaf4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":74596499},{"type":"v1","addr":"172.21.15.131:6809","nonce":74596499}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6810","nonce":74596499},{"type":"v1","addr":"172.21.15.131:6811","nonce":74596499}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":74596499},{"type":"v1","addr":"172.21.15.131:6815","nonce":74596499}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":74596499},{"type":"v1","addr":"172.21.15.131:6813","nonce":74596499}]},"public_addr":"172.21.15.131:6809/74596499","cluster_addr":"172.21.15.131:6811/74596499","heartbeat_back_addr":"172.21.15.131:6815/74596499","heartbeat_front_addr":"172.21.15.131:6813/74596499","state":["exists","up"]},{"osd":6,"uuid":"36f58756-6c3f-4bef-8e34-3ba7d2587194","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":1034468891},{"type":"v1","addr":"172.21.15.131:6817","nonce":1034468891}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6818","nonce":1034468891},{"type":"v1","addr":"172.21.15.131:6819","nonce":1034468891}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":1034468891},{"type":"v1","addr":"172.21.15.131:6823","nonce":1034468891}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":1034468891},{"type":"v1","addr":"172.21.15.131:6821","nonce":1034468891}]},"public_addr":"172.21.15.131:6817/1034468891","cluster_addr":"172.21.15.131:6819/1034468891","heartbeat_back_addr":"172.21.15.131:6823/1034468891","heartbeat_front_addr":"172.21.15.131:6821/1034468891","state":["exists","up"]},{"osd":7,"uuid":"b10c7145-e18e-4607-b58e-d44d9cf0c9f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":1871425818},{"type":"v1","addr":"172.21.15.131:6825","nonce":1871425818}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6826","nonce":1871425818},{"type":"v1","addr":"172.21.15.131:6827","nonce":1871425818}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":1871425818},{"type":"v1","addr":"172.21.15.131:6831","nonce":1871425818}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":1871425818},{"type":"v1","addr":"172.21.15.131:6829","nonce":1871425818}]},"public_addr":"172.21.15.131:6825/1871425818","cluster_addr":"172.21.15.131:6827/1871425818","heartbeat_back_addr":"172.21.15.131:6831/1871425818","heartbeat_front_addr":"172.21.15.131:6829/1871425818","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:00:58.293771+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:01:15.497703+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:03:31.982840+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:03:48.918133+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:05:31.560072+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:05:48.100535+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:06:05.075577+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:06:22.019735+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.115:6800/3205738962":"2024-02-23T23:55:30.031937+0000","172.21.15.115:0/1951584944":"2024-02-23T23:55:15.269352+0000","172.21.15.115:0/3131911876":"2024-02-23T23:55:30.031937+0000","172.21.15.115:0/3083049132":"2024-02-23T23:55:15.269352+0000","172.21.15.115:6800/465936499":"2024-02-23T23:55:15.269352+0000","172.21.15.115:6801/465936499":"2024-02-23T23:55:15.269352+0000","172.21.15.115:0/3030639173":"2024-02-23T23:54:53.428555+0000","172.21.15.115:6801/2750900570":"2024-02-23T23:54:53.428555+0000","172.21.15.115:6800/2750900570":"2024-02-23T23:54:53.428555+0000","172.21.15.115:6801/3205738962":"2024-02-23T23:55:30.031937+0000","172.21.15.115:0/2475483786":"2024-02-23T23:55:30.031937+0000","172.21.15.115:0/3687742853":"2024-02-23T23:54:53.428555+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-02-23T00:06:40.793 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-23T00:06:40.794 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd dump --format=json 2024-02-23T00:06:40.933 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:06:42.925 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:06:42.926 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":48,"fsid":"a7201934-d1dd-11ee-95c0-87774f69a715","created":"2024-02-22T23:54:31.084037+0000","modified":"2024-02-23T00:06:24.270050+0000","last_up_change":"2024-02-23T00:06:23.260078+0000","last_in_change":"2024-02-23T00:06:23.260078+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":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-22T23:56:09.378636+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"13","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":"b35913c7-1f12-40f1-9fe2-97f28f4ff40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":717287047},{"type":"v1","addr":"172.21.15.115:6803","nonce":717287047}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":717287047},{"type":"v1","addr":"172.21.15.115:6805","nonce":717287047}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":717287047},{"type":"v1","addr":"172.21.15.115:6809","nonce":717287047}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":717287047},{"type":"v1","addr":"172.21.15.115:6807","nonce":717287047}]},"public_addr":"172.21.15.115:6803/717287047","cluster_addr":"172.21.15.115:6805/717287047","heartbeat_back_addr":"172.21.15.115:6809/717287047","heartbeat_front_addr":"172.21.15.115:6807/717287047","state":["exists","up"]},{"osd":1,"uuid":"9c39d408-d7b2-4440-856e-eea3d08c5946","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6810","nonce":2146627153},{"type":"v1","addr":"172.21.15.115:6811","nonce":2146627153}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6812","nonce":2146627153},{"type":"v1","addr":"172.21.15.115:6813","nonce":2146627153}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6816","nonce":2146627153},{"type":"v1","addr":"172.21.15.115:6817","nonce":2146627153}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6814","nonce":2146627153},{"type":"v1","addr":"172.21.15.115:6815","nonce":2146627153}]},"public_addr":"172.21.15.115:6811/2146627153","cluster_addr":"172.21.15.115:6813/2146627153","heartbeat_back_addr":"172.21.15.115:6817/2146627153","heartbeat_front_addr":"172.21.15.115:6815/2146627153","state":["exists","up"]},{"osd":2,"uuid":"c6816619-3093-4600-897e-f5c3b57ccfba","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6818","nonce":3444215931},{"type":"v1","addr":"172.21.15.115:6819","nonce":3444215931}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6820","nonce":3444215931},{"type":"v1","addr":"172.21.15.115:6821","nonce":3444215931}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6824","nonce":3444215931},{"type":"v1","addr":"172.21.15.115:6825","nonce":3444215931}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6822","nonce":3444215931},{"type":"v1","addr":"172.21.15.115:6823","nonce":3444215931}]},"public_addr":"172.21.15.115:6819/3444215931","cluster_addr":"172.21.15.115:6821/3444215931","heartbeat_back_addr":"172.21.15.115:6825/3444215931","heartbeat_front_addr":"172.21.15.115:6823/3444215931","state":["exists","up"]},{"osd":3,"uuid":"e2173bbb-0af5-4c29-bacc-e46a46b32402","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6826","nonce":4175196138},{"type":"v1","addr":"172.21.15.115:6827","nonce":4175196138}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6828","nonce":4175196138},{"type":"v1","addr":"172.21.15.115:6829","nonce":4175196138}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6832","nonce":4175196138},{"type":"v1","addr":"172.21.15.115:6833","nonce":4175196138}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6830","nonce":4175196138},{"type":"v1","addr":"172.21.15.115:6831","nonce":4175196138}]},"public_addr":"172.21.15.115:6827/4175196138","cluster_addr":"172.21.15.115:6829/4175196138","heartbeat_back_addr":"172.21.15.115:6833/4175196138","heartbeat_front_addr":"172.21.15.115:6831/4175196138","state":["exists","up"]},{"osd":4,"uuid":"a6b60434-aaa9-4287-af92-02f87a99e041","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":1912969438},{"type":"v1","addr":"172.21.15.131:6801","nonce":1912969438}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":1912969438},{"type":"v1","addr":"172.21.15.131:6803","nonce":1912969438}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":1912969438},{"type":"v1","addr":"172.21.15.131:6807","nonce":1912969438}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":1912969438},{"type":"v1","addr":"172.21.15.131:6805","nonce":1912969438}]},"public_addr":"172.21.15.131:6801/1912969438","cluster_addr":"172.21.15.131:6803/1912969438","heartbeat_back_addr":"172.21.15.131:6807/1912969438","heartbeat_front_addr":"172.21.15.131:6805/1912969438","state":["exists","up"]},{"osd":5,"uuid":"42e3d8ec-a969-4b3d-9233-291e10cbeaf4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":74596499},{"type":"v1","addr":"172.21.15.131:6809","nonce":74596499}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6810","nonce":74596499},{"type":"v1","addr":"172.21.15.131:6811","nonce":74596499}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":74596499},{"type":"v1","addr":"172.21.15.131:6815","nonce":74596499}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":74596499},{"type":"v1","addr":"172.21.15.131:6813","nonce":74596499}]},"public_addr":"172.21.15.131:6809/74596499","cluster_addr":"172.21.15.131:6811/74596499","heartbeat_back_addr":"172.21.15.131:6815/74596499","heartbeat_front_addr":"172.21.15.131:6813/74596499","state":["exists","up"]},{"osd":6,"uuid":"36f58756-6c3f-4bef-8e34-3ba7d2587194","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":1034468891},{"type":"v1","addr":"172.21.15.131:6817","nonce":1034468891}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6818","nonce":1034468891},{"type":"v1","addr":"172.21.15.131:6819","nonce":1034468891}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":1034468891},{"type":"v1","addr":"172.21.15.131:6823","nonce":1034468891}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":1034468891},{"type":"v1","addr":"172.21.15.131:6821","nonce":1034468891}]},"public_addr":"172.21.15.131:6817/1034468891","cluster_addr":"172.21.15.131:6819/1034468891","heartbeat_back_addr":"172.21.15.131:6823/1034468891","heartbeat_front_addr":"172.21.15.131:6821/1034468891","state":["exists","up"]},{"osd":7,"uuid":"b10c7145-e18e-4607-b58e-d44d9cf0c9f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":1871425818},{"type":"v1","addr":"172.21.15.131:6825","nonce":1871425818}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6826","nonce":1871425818},{"type":"v1","addr":"172.21.15.131:6827","nonce":1871425818}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":1871425818},{"type":"v1","addr":"172.21.15.131:6831","nonce":1871425818}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":1871425818},{"type":"v1","addr":"172.21.15.131:6829","nonce":1871425818}]},"public_addr":"172.21.15.131:6825/1871425818","cluster_addr":"172.21.15.131:6827/1871425818","heartbeat_back_addr":"172.21.15.131:6831/1871425818","heartbeat_front_addr":"172.21.15.131:6829/1871425818","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:00:58.293771+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:01:15.497703+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:03:31.982840+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:03:48.918133+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:05:31.560072+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:05:48.100535+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:06:05.075577+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:06:22.019735+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.115:6800/3205738962":"2024-02-23T23:55:30.031937+0000","172.21.15.115:0/1951584944":"2024-02-23T23:55:15.269352+0000","172.21.15.115:0/3131911876":"2024-02-23T23:55:30.031937+0000","172.21.15.115:0/3083049132":"2024-02-23T23:55:15.269352+0000","172.21.15.115:6800/465936499":"2024-02-23T23:55:15.269352+0000","172.21.15.115:6801/465936499":"2024-02-23T23:55:15.269352+0000","172.21.15.115:0/3030639173":"2024-02-23T23:54:53.428555+0000","172.21.15.115:6801/2750900570":"2024-02-23T23:54:53.428555+0000","172.21.15.115:6800/2750900570":"2024-02-23T23:54:53.428555+0000","172.21.15.115:6801/3205738962":"2024-02-23T23:55:30.031937+0000","172.21.15.115:0/2475483786":"2024-02-23T23:55:30.031937+0000","172.21.15.115:0/3687742853":"2024-02-23T23:54:53.428555+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-02-23T00:06:43.649 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-23T00:06:43.788 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:06:46.255 INFO:teuthology.orchestra.run.smithi115.stdout:47244640329 2024-02-23T00:06:46.255 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-23T00:06:46.393 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:06:48.856 INFO:teuthology.orchestra.run.smithi115.stdout:73014444102 2024-02-23T00:06:48.857 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-23T00:06:48.993 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:06:51.402 INFO:teuthology.orchestra.run.smithi115.stdout:94489280555 2024-02-23T00:06:51.403 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-23T00:06:51.541 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:06:54.041 INFO:teuthology.orchestra.run.smithi115.stdout:115964117032 2024-02-23T00:06:54.042 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-23T00:06:54.180 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:06:56.713 INFO:teuthology.orchestra.run.smithi115.stdout:137438953492 2024-02-23T00:06:56.713 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-23T00:06:56.851 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:06:59.117 INFO:teuthology.orchestra.run.smithi115.stdout:158913789968 2024-02-23T00:06:59.118 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-23T00:06:59.256 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:07:01.748 INFO:teuthology.orchestra.run.smithi115.stdout:180388626445 2024-02-23T00:07:01.748 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-23T00:07:01.888 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:07:04.261 INFO:teuthology.orchestra.run.smithi115.stdout:201863462923 2024-02-23T00:07:04.261 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-23T00:07:04.400 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:07:06.279 INFO:teuthology.orchestra.run.smithi115.stdout:47244640333 2024-02-23T00:07:06.872 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640329 got 47244640333 for osd.0 2024-02-23T00:07:06.872 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-23T00:07:07.010 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:07:08.801 INFO:teuthology.orchestra.run.smithi115.stdout:73014444106 2024-02-23T00:07:09.470 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444102 got 73014444106 for osd.1 2024-02-23T00:07:09.471 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-23T00:07:09.612 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:07:11.393 INFO:teuthology.orchestra.run.smithi115.stdout:94489280559 2024-02-23T00:07:12.208 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280555 got 94489280559 for osd.2 2024-02-23T00:07:12.208 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-23T00:07:12.348 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:07:14.101 INFO:teuthology.orchestra.run.smithi115.stdout:115964117036 2024-02-23T00:07:14.753 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117032 got 115964117036 for osd.3 2024-02-23T00:07:14.753 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-23T00:07:14.891 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:07:16.686 INFO:teuthology.orchestra.run.smithi115.stdout:137438953496 2024-02-23T00:07:17.342 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953492 got 137438953496 for osd.4 2024-02-23T00:07:17.342 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-23T00:07:17.480 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:07:19.235 INFO:teuthology.orchestra.run.smithi115.stdout:158913789972 2024-02-23T00:07:19.917 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789968 got 158913789972 for osd.5 2024-02-23T00:07:19.917 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-23T00:07:20.060 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:07:21.850 INFO:teuthology.orchestra.run.smithi115.stdout:180388626449 2024-02-23T00:07:22.578 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626445 got 180388626449 for osd.6 2024-02-23T00:07:22.578 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-23T00:07:22.715 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:07:24.442 INFO:teuthology.orchestra.run.smithi115.stdout:201863462927 2024-02-23T00:07:25.100 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462923 got 201863462927 for osd.7 2024-02-23T00:07:25.101 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-23T00:07:25.101 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph pg dump --format=json 2024-02-23T00:07:25.240 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:07:26.983 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:07:26.984 INFO:teuthology.orchestra.run.smithi115.stderr:dumped all 2024-02-23T00:07:27.701 INFO:teuthology.orchestra.run.smithi115.stdout:{"pg_ready":true,"pg_map":{"version":395,"stamp":"2024-02-23T00:07:26.223324+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":10,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":0,"num_keys_recovered":2,"num_objects_omap":2,"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":2,"ondisk_log_size":2,"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":8392276,"kb_used_data":3604,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568940,"statfs":{"total":767960285184,"available":759366594560,"internally_reserved":8589934592,"allocated":3690496,"data_stored":1481958,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"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":"12.002140"},"pg_stats":[{"pgid":"1.0","version":"33'2","reported_seq":"16","reported_epoch":"48","state":"active+clean","last_fresh":"2024-02-23T00:06:24.287322+0000","last_change":"2024-02-23T00:06:24.287322+0000","last_active":"2024-02-23T00:06:24.287322+0000","last_peered":"2024-02-23T00:06:24.287322+0000","last_clean":"2024-02-23T00:06:24.287322+0000","last_became_active":"2024-02-23T00:06:24.283504+0000","last_became_peered":"2024-02-23T00:06:24.283504+0000","last_unstale":"2024-02-23T00:06:24.287322+0000","last_undegraded":"2024-02-23T00:06:24.287322+0000","last_fullsized":"2024-02-23T00:06:24.287322+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-22T23:56:10.149486+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-22T23:56:10.149486+0000","last_clean_scrub_stamp":"2024-02-22T23:56:10.149486+0000","log_size":2,"ondisk_log_size":2,"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":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":10,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":0,"num_keys_recovered":2,"num_objects_omap":2,"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":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":10,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":0,"num_keys_recovered":2,"num_objects_omap":2,"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":2,"ondisk_log_size":2,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462928,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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.66900000000000004}]},{"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.66200000000000003}]},{"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.50700000000000001}]},{"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.65100000000000002}]},{"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.59699999999999998}]},{"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.56299999999999994}]},{"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.64000000000000001}]}]},{"osd":6,"up_from":42,"seq":180388626451,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.626},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.70999999999999996}]},{"osd":1,"last update":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.66900000000000004},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.67500000000000004}]},{"osd":2,"last update":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.68899999999999995}]},{"osd":3,"last update":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.71699999999999997}]},{"osd":4,"last update":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.432},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.53100000000000003}]},{"osd":5,"last update":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.45700000000000002}]},{"osd":7,"last update":"Fri Feb 23 00:07:25 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.44800000000000001}]}]},{"osd":1,"up_from":17,"seq":73014444109,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":184767,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:07:21 2024","interfaces":[{"interface":"back","average":{"1min":0.308,"5min":0.314,"15min":0.29599999999999999},"min":{"1min":0.19900000000000001,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.45700000000000002,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.22800000000000001},{"interface":"front","average":{"1min":0.317,"5min":0.32400000000000001,"15min":0.30199999999999999},"min":{"1min":0.24099999999999999,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.45900000000000002,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.29599999999999999}]},{"osd":2,"last update":"Fri Feb 23 00:06:35 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.33300000000000002,"15min":0.32800000000000001},"min":{"1min":0.24099999999999999,"5min":0.215,"15min":0.215},"max":{"1min":0.47499999999999998,"5min":0.48699999999999999,"15min":0.48699999999999999},"last":0.23899999999999999},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.36399999999999999,"15min":0.35499999999999998},"min":{"1min":0.30099999999999999,"5min":0.249,"15min":0.249},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.253}]},{"osd":3,"last update":"Fri Feb 23 00:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.38200000000000001,"15min":0.374},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.52000000000000002,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.317},{"interface":"front","average":{"1min":0.374,"5min":0.36299999999999999,"15min":0.35699999999999998},"min":{"1min":0.23200000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.27800000000000002}]},{"osd":4,"last update":"Fri Feb 23 00:06:33 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.61799999999999999}]},{"osd":5,"last update":"Fri Feb 23 00:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.624},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.52500000000000002}]},{"osd":6,"last update":"Fri Feb 23 00:07:06 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.58899999999999997}]},{"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.57699999999999996}]}]},{"osd":0,"up_from":11,"seq":47244640337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:06:28 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.313,"15min":0.29899999999999999},"min":{"1min":0.22600000000000001,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.255},{"interface":"front","average":{"1min":0.36499999999999999,"5min":0.32100000000000001,"15min":0.313},"min":{"1min":0.23000000000000001,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.24199999999999999}]},{"osd":2,"last update":"Fri Feb 23 00:06:36 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.34999999999999998,"15min":0.33800000000000002},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.497,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.35599999999999998,"15min":0.34200000000000003},"min":{"1min":0.252,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.29299999999999998}]},{"osd":3,"last update":"Fri Feb 23 00:06:56 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.38200000000000001,"15min":0.38},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.41399999999999998,"15min":0.41199999999999998},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.34699999999999998}]},{"osd":4,"last update":"Fri Feb 23 00:06:36 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.496}]},{"osd":5,"last update":"Fri Feb 23 00:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.45500000000000002}]},{"osd":6,"last update":"Fri Feb 23 00:07:09 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.437}]},{"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.50900000000000001}]}]},{"osd":2,"up_from":22,"seq":94489280562,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:06:41 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36199999999999999,"15min":0.37},"min":{"1min":0.19900000000000001,"5min":0.17499999999999999,"15min":0.17499999999999999},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.39500000000000002,"15min":0.40300000000000002},"min":{"1min":0.26900000000000002,"5min":0.25,"15min":0.25},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.33000000000000002}]},{"osd":1,"last update":"Fri Feb 23 00:06:41 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.35399999999999998,"15min":0.36099999999999999},"min":{"1min":0.24399999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.35499999999999998,"15min":0.35899999999999999},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.34000000000000002}]},{"osd":3,"last update":"Fri Feb 23 00:06:59 2024","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.36799999999999999,"15min":0.372},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.371},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.40100000000000002,"15min":0.39900000000000002},"min":{"1min":0.28399999999999997,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.35499999999999998}]},{"osd":4,"last update":"Fri Feb 23 00:06:37 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.52100000000000002}]},{"osd":5,"last update":"Fri Feb 23 00:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.42199999999999999}]},{"osd":6,"last update":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.41199999999999998}]},{"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.42799999999999999}]}]},{"osd":3,"up_from":27,"seq":115964117038,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:06:53 2024","interfaces":[{"interface":"back","average":{"1min":0.32700000000000001,"5min":0.35799999999999998,"15min":0.36299999999999999},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.53200000000000003,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.309},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.38800000000000001,"15min":0.39700000000000002},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.50900000000000001,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.23899999999999999}]},{"osd":1,"last update":"Fri Feb 23 00:06:53 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.40100000000000002,"15min":0.40699999999999997},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.51700000000000002,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.39700000000000002,"15min":0.40600000000000003},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.50600000000000001,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.34399999999999997}]},{"osd":2,"last update":"Fri Feb 23 00:06:53 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.42699999999999999,"15min":0.435},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.55300000000000005,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.26700000000000002},{"interface":"front","average":{"1min":0.373,"5min":0.40300000000000002,"15min":0.41499999999999998},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.29699999999999999}]},{"osd":4,"last update":"Fri Feb 23 00:06:36 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.65800000000000003}]},{"osd":5,"last update":"Fri Feb 23 00:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.70399999999999996}]},{"osd":6,"last update":"Fri Feb 23 00:07:07 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.67600000000000005}]},{"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.53100000000000003}]}]},{"osd":4,"up_from":32,"seq":137438953498,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.46899999999999997}]},{"osd":1,"last update":"Fri Feb 23 00:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.55700000000000005}]},{"osd":2,"last update":"Fri Feb 23 00:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.54000000000000004}]},{"osd":3,"last update":"Fri Feb 23 00:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.52800000000000002}]},{"osd":5,"last update":"Fri Feb 23 00:06:53 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.623},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.60099999999999998}]},{"osd":6,"last update":"Fri Feb 23 00:07:07 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.60899999999999999}]},{"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.58299999999999996}]}]},{"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":1049032,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696120,"statfs":{"total":95995035648,"available":94920826880,"internally_reserved":1073741824,"allocated":458752,"data_stored":185061,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.95599999999999996,"5min":0.95599999999999996,"15min":0.95599999999999996},"last":0.504}]},{"osd":1,"last update":"Fri Feb 23 00:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"last":0.46800000000000003}]},{"osd":2,"last update":"Fri Feb 23 00:06:50 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.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.99199999999999999,"5min":0.99199999999999999,"15min":0.99199999999999999},"last":0.437}]},{"osd":3,"last update":"Fri Feb 23 00:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.39100000000000001}]},{"osd":4,"last update":"Fri Feb 23 00:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.309},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.36399999999999999}]},{"osd":6,"last update":"Fri Feb 23 00:07:10 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.51500000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39600000000000002}]}]}]}} 2024-02-23T00:07:27.703 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph pg dump --format=json 2024-02-23T00:07:27.839 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:07:29.632 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:07:29.632 INFO:teuthology.orchestra.run.smithi115.stderr:dumped all 2024-02-23T00:07:30.348 INFO:teuthology.orchestra.run.smithi115.stdout:{"pg_ready":true,"pg_map":{"version":396,"stamp":"2024-02-23T00:07:28.223642+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":10,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":0,"num_keys_recovered":2,"num_objects_omap":2,"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":2,"ondisk_log_size":2,"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":8392276,"kb_used_data":3604,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568940,"statfs":{"total":767960285184,"available":759366594560,"internally_reserved":8589934592,"allocated":3690496,"data_stored":1481958,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"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":"12.002094"},"pg_stats":[{"pgid":"1.0","version":"33'2","reported_seq":"16","reported_epoch":"48","state":"active+clean","last_fresh":"2024-02-23T00:06:24.287322+0000","last_change":"2024-02-23T00:06:24.287322+0000","last_active":"2024-02-23T00:06:24.287322+0000","last_peered":"2024-02-23T00:06:24.287322+0000","last_clean":"2024-02-23T00:06:24.287322+0000","last_became_active":"2024-02-23T00:06:24.283504+0000","last_became_peered":"2024-02-23T00:06:24.283504+0000","last_unstale":"2024-02-23T00:06:24.287322+0000","last_undegraded":"2024-02-23T00:06:24.287322+0000","last_fullsized":"2024-02-23T00:06:24.287322+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-22T23:56:10.149486+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-22T23:56:10.149486+0000","last_clean_scrub_stamp":"2024-02-22T23:56:10.149486+0000","log_size":2,"ondisk_log_size":2,"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":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":10,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":0,"num_keys_recovered":2,"num_objects_omap":2,"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":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":10,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":0,"num_keys_recovered":2,"num_objects_omap":2,"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":2,"ondisk_log_size":2,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462928,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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.66900000000000004}]},{"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.66200000000000003}]},{"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.50700000000000001}]},{"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.65100000000000002}]},{"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.59699999999999998}]},{"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.56299999999999994}]},{"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.64000000000000001}]}]},{"osd":6,"up_from":42,"seq":180388626451,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.626},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.70999999999999996}]},{"osd":1,"last update":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.66900000000000004},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.67500000000000004}]},{"osd":2,"last update":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.68899999999999995}]},{"osd":3,"last update":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.71699999999999997}]},{"osd":4,"last update":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.432},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.53100000000000003}]},{"osd":5,"last update":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.45700000000000002}]},{"osd":7,"last update":"Fri Feb 23 00:07:25 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.44800000000000001}]}]},{"osd":1,"up_from":17,"seq":73014444110,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":184767,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:07:21 2024","interfaces":[{"interface":"back","average":{"1min":0.308,"5min":0.314,"15min":0.29599999999999999},"min":{"1min":0.19900000000000001,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.45700000000000002,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.22800000000000001},{"interface":"front","average":{"1min":0.317,"5min":0.32400000000000001,"15min":0.30199999999999999},"min":{"1min":0.24099999999999999,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.45900000000000002,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.29599999999999999}]},{"osd":2,"last update":"Fri Feb 23 00:06:35 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.33300000000000002,"15min":0.32800000000000001},"min":{"1min":0.24099999999999999,"5min":0.215,"15min":0.215},"max":{"1min":0.47499999999999998,"5min":0.48699999999999999,"15min":0.48699999999999999},"last":0.23899999999999999},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.36399999999999999,"15min":0.35499999999999998},"min":{"1min":0.30099999999999999,"5min":0.249,"15min":0.249},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.253}]},{"osd":3,"last update":"Fri Feb 23 00:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.38200000000000001,"15min":0.374},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.52000000000000002,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.317},{"interface":"front","average":{"1min":0.374,"5min":0.36299999999999999,"15min":0.35699999999999998},"min":{"1min":0.23200000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.27800000000000002}]},{"osd":4,"last update":"Fri Feb 23 00:06:33 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.61799999999999999}]},{"osd":5,"last update":"Fri Feb 23 00:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.624},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.52500000000000002}]},{"osd":6,"last update":"Fri Feb 23 00:07:06 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.58899999999999997}]},{"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.57699999999999996}]}]},{"osd":0,"up_from":11,"seq":47244640337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:06:28 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.313,"15min":0.29899999999999999},"min":{"1min":0.22600000000000001,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.255},{"interface":"front","average":{"1min":0.36499999999999999,"5min":0.32100000000000001,"15min":0.313},"min":{"1min":0.23000000000000001,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.24199999999999999}]},{"osd":2,"last update":"Fri Feb 23 00:06:36 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.34999999999999998,"15min":0.33800000000000002},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.497,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.35599999999999998,"15min":0.34200000000000003},"min":{"1min":0.252,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.29299999999999998}]},{"osd":3,"last update":"Fri Feb 23 00:06:56 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.38200000000000001,"15min":0.38},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.41399999999999998,"15min":0.41199999999999998},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.34699999999999998}]},{"osd":4,"last update":"Fri Feb 23 00:06:36 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.496}]},{"osd":5,"last update":"Fri Feb 23 00:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.45500000000000002}]},{"osd":6,"last update":"Fri Feb 23 00:07:09 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.437}]},{"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.50900000000000001}]}]},{"osd":2,"up_from":22,"seq":94489280562,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:06:41 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36199999999999999,"15min":0.37},"min":{"1min":0.19900000000000001,"5min":0.17499999999999999,"15min":0.17499999999999999},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.39500000000000002,"15min":0.40300000000000002},"min":{"1min":0.26900000000000002,"5min":0.25,"15min":0.25},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.33000000000000002}]},{"osd":1,"last update":"Fri Feb 23 00:06:41 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.35399999999999998,"15min":0.36099999999999999},"min":{"1min":0.24399999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.35499999999999998,"15min":0.35899999999999999},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.34000000000000002}]},{"osd":3,"last update":"Fri Feb 23 00:06:59 2024","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.36799999999999999,"15min":0.372},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.371},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.40100000000000002,"15min":0.39900000000000002},"min":{"1min":0.28399999999999997,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.35499999999999998}]},{"osd":4,"last update":"Fri Feb 23 00:06:37 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.52100000000000002}]},{"osd":5,"last update":"Fri Feb 23 00:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.42199999999999999}]},{"osd":6,"last update":"Fri Feb 23 00:07:08 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.41199999999999998}]},{"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.42799999999999999}]}]},{"osd":3,"up_from":27,"seq":115964117039,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:06:53 2024","interfaces":[{"interface":"back","average":{"1min":0.32700000000000001,"5min":0.35799999999999998,"15min":0.36299999999999999},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.53200000000000003,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.23899999999999999},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.38800000000000001,"15min":0.39700000000000002},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.50900000000000001,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.33600000000000002}]},{"osd":1,"last update":"Fri Feb 23 00:06:53 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.40100000000000002,"15min":0.40699999999999997},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.51700000000000002,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.39700000000000002,"15min":0.40600000000000003},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.50600000000000001,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.34999999999999998}]},{"osd":2,"last update":"Fri Feb 23 00:06:53 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.42699999999999999,"15min":0.435},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.55300000000000005,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.373,"5min":0.40300000000000002,"15min":0.41499999999999998},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.29499999999999998}]},{"osd":4,"last update":"Fri Feb 23 00:06:36 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.93999999999999995},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.89300000000000002}]},{"osd":5,"last update":"Fri Feb 23 00:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.94999999999999996},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.91100000000000003}]},{"osd":6,"last update":"Fri Feb 23 00:07:07 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.91900000000000004},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.90300000000000002}]},{"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.92900000000000005}]}]},{"osd":4,"up_from":32,"seq":137438953498,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.46899999999999997}]},{"osd":1,"last update":"Fri Feb 23 00:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.55700000000000005}]},{"osd":2,"last update":"Fri Feb 23 00:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.54000000000000004}]},{"osd":3,"last update":"Fri Feb 23 00:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.52800000000000002}]},{"osd":5,"last update":"Fri Feb 23 00:06:53 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.623},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.60099999999999998}]},{"osd":6,"last update":"Fri Feb 23 00:07:07 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.60899999999999999}]},{"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.58299999999999996}]}]},{"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":1049032,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696120,"statfs":{"total":95995035648,"available":94920826880,"internally_reserved":1073741824,"allocated":458752,"data_stored":185061,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Fri Feb 23 00:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.95599999999999996,"5min":0.95599999999999996,"15min":0.95599999999999996},"last":0.504}]},{"osd":1,"last update":"Fri Feb 23 00:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"last":0.46800000000000003}]},{"osd":2,"last update":"Fri Feb 23 00:06:50 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.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.99199999999999999,"5min":0.99199999999999999,"15min":0.99199999999999999},"last":0.437}]},{"osd":3,"last update":"Fri Feb 23 00:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.39100000000000001}]},{"osd":4,"last update":"Fri Feb 23 00:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.309},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.36399999999999999}]},{"osd":6,"last update":"Fri Feb 23 00:07:10 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.51500000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39600000000000002}]}]}]}} 2024-02-23T00:07:30.350 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-23T00:07:30.350 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-23T00:07:30.350 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-23T00:07:30.350 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph health --format=json 2024-02-23T00:07:30.488 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/mon.smithi115/config 2024-02-23T00:07:32.388 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:07:33.028 INFO:teuthology.orchestra.run.smithi115.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-23T00:07:33.029 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-23T00:07:33.029 INFO:tasks.cephadm:Setup complete, yielding 2024-02-23T00:07:33.030 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-23T00:07:33.039 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-23T00:07:33.040 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- bash -c 'ceph orch status' 2024-02-23T00:07:35.084 INFO:teuthology.orchestra.run.smithi115.stdout:Backend: cephadm 2024-02-23T00:07:35.084 INFO:teuthology.orchestra.run.smithi115.stdout:Available: True 2024-02-23T00:07:35.759 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-23T00:07:37.872 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:07:37.872 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 starting - - 2024-02-23T00:07:37.873 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 starting - - 2024-02-23T00:07:37.873 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 starting - - 2024-02-23T00:07:37.873 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (12m) 12m ago 12m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:07:37.873 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 starting - - 2024-02-23T00:07:37.873 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (13m) 12m ago 13m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:07:37.873 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 starting - - 2024-02-23T00:07:37.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 starting - - 2024-02-23T00:07:37.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 starting - - 2024-02-23T00:07:37.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 starting - - 2024-02-23T00:07:37.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 starting - - 2024-02-23T00:07:37.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 starting - - 2024-02-23T00:07:37.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 starting - - 2024-02-23T00:07:37.875 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 starting - - 2024-02-23T00:07:37.875 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 starting - - 2024-02-23T00:07:38.555 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-23T00:07:40.623 INFO:teuthology.orchestra.run.smithi115.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-02-23T00:07:40.624 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager 0/1 - - count:1 2024-02-23T00:07:40.624 INFO:teuthology.orchestra.run.smithi115.stdout:crash 2/2 - 12m * 2024-02-23T00:07:40.624 INFO:teuthology.orchestra.run.smithi115.stdout:grafana 1/1 - 12m count:1 2024-02-23T00:07:40.624 INFO:teuthology.orchestra.run.smithi115.stdout:mgr 2/2 - 12m count:2 mix mix 2024-02-23T00:07:40.624 INFO:teuthology.orchestra.run.smithi115.stdout:mon 2/5 - 12m count:5 mix mix 2024-02-23T00:07:40.624 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter 0/2 - - * 2024-02-23T00:07:40.624 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus 0/1 - - count:1 2024-02-23T00:07:41.317 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-23T00:07:43.351 INFO:teuthology.orchestra.run.smithi115.stdout:HOST ADDR LABELS STATUS 2024-02-23T00:07:43.351 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 smithi115 2024-02-23T00:07:43.352 INFO:teuthology.orchestra.run.smithi115.stdout:smithi131 smithi131 2024-02-23T00:07:43.988 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-23T00:07:46.042 INFO:teuthology.orchestra.run.smithi115.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-23T00:07:46.042 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 /dev/nvme0n1 ssd PHFT620400UU400BGN 400G Unknown N/A N/A No 2024-02-23T00:07:46.709 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-23T00:07:46.719 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-23T00:07:46.720 DEBUG:teuthology.orchestra.run.smithi115:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-23T00:07:46.749 INFO:teuthology.orchestra.run.smithi115.stderr:+ systemctl stop nfs-server 2024-02-23T00:07:46.756 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi131.front.sepia.ceph.com 2024-02-23T00:07:46.756 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-23T00:07:46.793 INFO:teuthology.orchestra.run.smithi131.stderr:+ systemctl stop nfs-server 2024-02-23T00:07:46.802 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-23T00:07:46.811 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-23T00:07:46.811 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-23T00:07:51.050 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-23T00:07:51.059 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-23T00:07:51.060 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:07:52.984 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:07:52.984 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:07:54.109 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:07:55.110 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:07:57.769 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:07:57.769 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:07:58.431 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:07:59.432 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:01.407 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:01.407 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:02.128 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:03.129 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:05.182 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:05.182 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:05.882 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:06.884 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:08.944 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:08.945 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:09.612 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:10.613 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:12.695 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:12.695 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:13.507 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:14.508 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:16.600 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:16.600 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:17.296 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:18.296 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:20.379 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:20.379 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:21.146 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:22.147 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:24.273 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:24.274 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:25.084 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:26.086 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:28.150 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:28.150 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:29.049 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:30.050 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:32.189 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:32.189 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:33.008 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:34.009 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:36.146 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:36.146 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:36.879 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:37.880 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:39.879 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:39.880 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:40.641 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:41.641 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:43.669 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:43.669 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:44.553 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:45.555 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:47.643 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:47.643 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:48.417 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:49.418 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:51.196 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:51.196 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:51.895 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:52.896 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:54.962 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:54.963 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:55.674 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:08:56.675 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:08:58.728 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:08:58.728 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:08:59.419 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:00.420 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:02.583 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:02.583 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:03.299 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:04.300 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:06.392 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:06.392 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:07.103 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:08.104 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:10.253 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:10.253 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:11.021 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:12.022 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:14.147 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:14.147 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:14.878 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:15.879 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:17.873 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:17.873 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:18.582 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:19.584 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:21.664 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:21.664 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:22.369 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:23.370 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:25.404 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:25.404 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:26.064 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:27.065 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:28.964 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:28.964 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:29.684 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:30.685 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:32.693 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:32.693 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:33.437 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:34.438 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:36.653 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:36.653 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:37.352 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:38.353 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:40.317 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:40.317 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:40.948 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:41.952 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:44.060 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:44.060 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:44.696 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:45.697 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:47.668 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:47.668 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:48.378 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:49.379 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:51.369 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:51.369 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:52.058 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:53.059 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:55.044 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:55.044 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:55.725 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:09:56.726 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:09:58.703 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:09:58.703 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:09:59.314 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:00.316 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:02.495 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:02.495 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:03.219 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:04.220 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:06.457 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:06.458 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:07.141 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:08.143 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:10.247 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:10.248 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:10.893 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:11.894 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:13.850 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:13.851 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:14.533 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:15.533 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:17.558 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:17.558 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:18.204 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:19.205 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:21.300 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:21.301 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:21.940 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:22.941 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:24.922 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:24.923 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:25.613 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:26.614 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:28.658 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:28.658 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:29.377 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:30.378 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:32.476 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:32.477 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:33.138 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:34.139 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:36.058 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:36.059 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:36.776 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:37.778 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:39.903 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:39.904 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:40.489 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:41.490 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:43.526 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:43.527 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:44.195 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:45.196 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:47.412 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:47.413 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:48.059 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:49.060 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:51.132 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:51.132 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:51.825 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:52.826 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:54.864 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:54.864 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:55.538 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:10:56.539 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:10:58.527 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:10:58.527 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:10:59.275 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:00.276 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:02.453 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:02.453 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:03.137 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:04.138 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:06.138 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:06.138 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:06.909 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:07.910 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:09.950 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:09.950 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:10.655 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:11.657 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:13.734 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:13.734 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:14.444 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:15.445 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:17.511 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:17.511 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:18.191 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:19.192 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:21.267 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:21.267 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:21.981 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:22.983 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:25.204 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:25.204 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:26.060 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:27.060 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:29.058 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:29.058 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:29.844 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:30.845 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:33.153 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:33.153 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:33.893 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:34.895 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:37.019 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:37.019 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:37.861 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:38.862 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:40.909 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:40.910 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:41.641 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:42.642 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:44.691 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:44.691 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:45.465 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:46.466 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:48.816 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:48.816 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:49.655 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:50.657 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:52.892 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:52.892 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:53.674 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:54.675 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:11:56.738 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:11:56.738 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:11:57.582 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:11:58.583 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:00.738 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:00.738 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:01.487 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:02.488 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:04.691 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:04.692 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:05.377 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:06.378 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:08.602 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:08.603 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:09.467 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:10.468 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:12.657 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:12.658 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:13.480 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:14.481 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:16.640 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:16.640 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:17.433 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:18.434 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:20.611 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:20.611 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:21.388 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:22.389 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:24.447 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:24.447 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:25.283 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:26.287 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:28.202 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:28.202 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:28.953 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:29.954 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:32.025 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:32.025 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:32.860 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:33.863 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:36.053 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:36.054 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:36.873 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:37.874 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:40.059 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:40.059 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:40.744 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:41.746 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:43.781 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:43.781 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:44.439 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:45.440 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:47.425 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:47.426 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:48.286 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:49.288 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:51.473 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:51.473 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:52.265 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:53.266 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:55.429 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:55.429 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:12:56.195 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:12:57.197 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:12:59.286 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:12:59.286 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:00.033 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:01.378 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:03.483 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:03.484 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:04.272 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:05.614 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:07.644 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:07.644 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:08.442 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:09.443 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:11.639 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:11.639 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:12.345 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:13.346 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:15.163 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:15.163 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:15.944 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:16.944 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:19.121 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:19.121 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:19.850 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:20.852 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:23.020 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:23.021 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:23.727 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:24.728 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:26.991 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:26.992 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:27.785 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:28.786 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:30.871 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:30.871 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:31.744 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:32.746 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:34.745 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:34.745 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:35.551 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:36.552 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:38.590 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:38.590 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:39.381 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:40.382 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:42.482 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:42.483 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:43.220 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:44.222 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:46.395 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:46.395 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:47.149 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:48.151 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:50.221 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:50.221 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:50.879 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:51.881 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:54.000 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:54.000 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:54.661 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:55.662 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:13:57.783 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:13:57.783 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:13:58.548 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:13:59.549 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:01.589 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:01.590 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:02.383 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:03.384 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:05.453 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:05.453 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:06.268 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:07.270 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:09.403 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:09.403 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:10.129 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:11.130 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:13.355 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:13.355 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:14.077 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:15.079 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:17.265 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:17.265 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:18.048 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:19.049 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:21.159 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:21.946 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:22.948 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:25.113 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:25.113 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:25.793 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:26.794 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:28.871 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:28.871 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:29.646 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:30.647 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:32.850 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:32.850 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:33.646 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:34.647 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:36.777 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:36.777 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:37.525 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:38.526 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:40.734 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:40.735 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:41.439 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:42.440 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:44.673 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:44.674 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:45.455 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:46.456 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:48.646 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:48.646 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:49.333 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:50.334 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:52.435 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:52.435 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:53.102 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:54.104 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:14:56.331 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:14:56.331 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:14:56.927 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:14:57.928 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:15:00.042 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:15:00.042 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:15:00.742 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:15:01.769 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:15:03.838 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:15:03.838 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:15:04.527 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:15:05.528 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:15:07.673 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:15:07.674 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:15:08.450 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:15:09.451 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:15:11.657 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:15:11.658 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:15:12.477 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:15:13.478 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:15:15.476 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:15:15.476 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:15:16.198 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:15:17.199 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:15:19.426 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:15:19.426 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:15:20.196 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:15:21.197 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:15:23.214 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:15:23.215 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:15:22.993501Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:13:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:14:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:14:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:15:24.704 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-23T00:15:25.705 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:15:27.832 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:15:27.833 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:51.726423Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:07:51.726482Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:07:50.340142Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:51.726535Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:51.726296Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:51.726588Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:51.726593Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:15:22.993501Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:13:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:14:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:14:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:15:28.809 INFO:tasks.cephadm:mds.foofs has 1/2 2024-02-23T00:15:29.810 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:15:31.897 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:15:31.898 INFO:teuthology.orchestra.run.smithi115.stdout:[{"events": ["2024-02-23T00:00:44.113927Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:56:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:56:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:57:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi115 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-22T23:58:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-22T23:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:00:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:12:55.028850Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi131 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:08:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi131 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-23T00:11:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:11:40Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T00:07:52.616663Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T00:15:31.234112Z", "running": 1, "size": 1}}, {"events": ["2024-02-23T00:07:50.342778Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-23T00:07:50.340142Z", "last_refresh": "2024-02-23T00:15:31.234891Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T00:07:52.616572Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T00:07:52.616446Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T00:03:19.301827Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi115 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115\"", "2024-02-23T00:05:20.055819Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi131on smithi131: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi131 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\nsystemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T00:07:52.617087Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi115"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-23T00:07:52.616724Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-23T00:07:49.171649Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:05:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:06:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:07:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-23T00:15:22.993501Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi115on smithi115: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi115 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi115 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-23T00:13:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:14:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:14:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-23T00:15:32.771 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-23T00:15:32.771 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-23T00:15:32.784 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-23T00:15:32.784 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-23T00:15:36.628 INFO:teuthology.orchestra.run.smithi115.stderr:Invalid command: missing required parameter clusterid() 2024-02-23T00:15:36.629 INFO:teuthology.orchestra.run.smithi115.stderr:nfs cluster create [] : Create an NFS Cluster 2024-02-23T00:15:36.629 INFO:teuthology.orchestra.run.smithi115.stderr:Error EINVAL: invalid command 2024-02-23T00:15:38.692 INFO:teuthology.orchestra.run.smithi115.stdout:NFS Cluster Created Successfully 2024-02-23T00:15:39.577 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- 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-02-23T00:15:41.852 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:15:41.852 INFO:teuthology.orchestra.run.smithi115.stdout: "bind": "/fake", 2024-02-23T00:15:41.852 INFO:teuthology.orchestra.run.smithi115.stdout: "fs": "foofs", 2024-02-23T00:15:41.852 INFO:teuthology.orchestra.run.smithi115.stdout: "path": "/", 2024-02-23T00:15:41.852 INFO:teuthology.orchestra.run.smithi115.stdout: "cluster": "foo", 2024-02-23T00:15:41.852 INFO:teuthology.orchestra.run.smithi115.stdout: "mode": "RW" 2024-02-23T00:15:41.852 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:15:42.727 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-23T00:35:37.715 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo 2/2 - 8s count:2 2024-02-23T00:35:38.547 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-23T00:35:38.558 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-23T00:35:38.559 DEBUG:teuthology.orchestra.run.smithi115:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-23T00:35:38.591 INFO:teuthology.orchestra.run.smithi115.stderr:+ mkdir /mnt/foo 2024-02-23T00:35:38.604 DEBUG:teuthology.orchestra.run.smithi115:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-02-23T00:35:38.670 INFO:teuthology.orchestra.run.smithi115.stderr:++ hostname 2024-02-23T00:35:38.670 INFO:teuthology.orchestra.run.smithi115.stderr:+ mount -t nfs smithi115:/fake /mnt/foo -o sync 2024-02-23T00:35:39.200 DEBUG:teuthology.orchestra.run.smithi115:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-23T00:35:39.267 INFO:teuthology.orchestra.run.smithi115.stderr:+ echo test 2024-02-23T00:35:39.277 DEBUG:teuthology.orchestra.run.smithi115:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-23T00:35:39.345 INFO:teuthology.orchestra.run.smithi115.stderr:+ sync 2024-02-23T00:35:39.689 INFO:teuthology.run_tasks:Running task parallel... 2024-02-23T00:35:39.710 INFO:teuthology.task.parallel:starting parallel... 2024-02-23T00:35:39.710 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-23T00:35:39.712 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-23T00:35:39.713 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-23T00:35:39.713 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-23T00:35:39.713 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-23T00:35:39.714 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-23T00:35:39.714 INFO:teuthology.task.exec:Executing custom commands... 2024-02-23T00:35:39.715 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-23T00:35:39.715 DEBUG:teuthology.orchestra.run.smithi115:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-23T00:35:39.784 INFO:teuthology.orchestra.run.smithi115.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-23T00:35:39.784 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:35:39.784 INFO:teuthology.orchestra.run.smithi115.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-23T00:35:39.784 INFO:teuthology.orchestra.run.smithi115.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-23T00:35:39.885 INFO:teuthology.orchestra.run.smithi115.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-23T00:35:39.885 INFO:teuthology.orchestra.run.smithi115.stdout:releasing clients 2024-02-23T00:35:40.885 INFO:teuthology.orchestra.run.smithi115.stdout: 5 302 55.47 MB/sec warmup 1 sec latency 12.270 ms 2024-02-23T00:35:41.885 INFO:teuthology.orchestra.run.smithi115.stdout: 5 606 51.87 MB/sec warmup 2 sec latency 17.601 ms 2024-02-23T00:35:42.885 INFO:teuthology.orchestra.run.smithi115.stdout: 5 1670 43.69 MB/sec warmup 3 sec latency 10.211 ms 2024-02-23T00:35:43.262 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-23T00:35:43.885 INFO:teuthology.orchestra.run.smithi115.stdout: 5 3054 42.13 MB/sec warmup 4 sec latency 15.569 ms 2024-02-23T00:35:44.885 INFO:teuthology.orchestra.run.smithi115.stdout: 5 4158 40.14 MB/sec warmup 5 sec latency 13.671 ms 2024-02-23T00:35:45.885 INFO:teuthology.orchestra.run.smithi115.stdout: 5 5470 37.97 MB/sec warmup 6 sec latency 14.600 ms 2024-02-23T00:35:46.885 INFO:teuthology.orchestra.run.smithi115.stdout: 5 6686 38.04 MB/sec warmup 7 sec latency 12.070 ms 2024-02-23T00:35:47.344 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-23T00:35:47.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 7790 37.12 MB/sec warmup 8 sec latency 12.673 ms 2024-02-23T00:35:48.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 8747 35.77 MB/sec warmup 9 sec latency 70.506 ms 2024-02-23T00:35:49.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 10082 35.77 MB/sec warmup 10 sec latency 11.978 ms 2024-02-23T00:35:50.344 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph mgr module enable nfs --force' 2024-02-23T00:35:50.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 11180 35.61 MB/sec warmup 11 sec latency 19.619 ms 2024-02-23T00:35:51.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 12255 34.78 MB/sec warmup 12 sec latency 73.359 ms 2024-02-23T00:35:52.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 13593 34.80 MB/sec warmup 13 sec latency 44.441 ms 2024-02-23T00:35:53.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 14592 34.78 MB/sec warmup 14 sec latency 22.276 ms 2024-02-23T00:35:54.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 15433 33.36 MB/sec warmup 15 sec latency 16.060 ms 2024-02-23T00:35:55.851 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-23T00:35:55.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 16702 32.78 MB/sec warmup 16 sec latency 41.370 ms 2024-02-23T00:35:56.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 17939 34.03 MB/sec warmup 17 sec latency 21.534 ms 2024-02-23T00:35:57.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 18763 32.73 MB/sec warmup 18 sec latency 13.292 ms 2024-02-23T00:35:58.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 19877 32.26 MB/sec warmup 19 sec latency 20.487 ms 2024-02-23T00:35:59.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 20978 32.53 MB/sec warmup 20 sec latency 16.530 ms 2024-02-23T00:36:00.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 21882 32.34 MB/sec warmup 21 sec latency 18.711 ms 2024-02-23T00:36:01.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 22760 31.86 MB/sec warmup 22 sec latency 21.171 ms 2024-02-23T00:36:02.021 INFO:teuthology.orchestra.run.smithi115.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 2024-02-23T00:36:02.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 23922 31.45 MB/sec warmup 23 sec latency 19.850 ms 2024-02-23T00:36:03.224 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-23T00:36:03.224 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-23T00:36:03.225 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-02-23T00:36:03.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 25139 32.16 MB/sec warmup 24 sec latency 12.827 ms 2024-02-23T00:36:04.890 INFO:teuthology.orchestra.run.smithi115.stdout: 5 25868 31.21 MB/sec warmup 25 sec latency 14.541 ms 2024-02-23T00:36:05.552 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:36:05.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 27030 30.95 MB/sec warmup 26 sec latency 22.108 ms 2024-02-23T00:36:06.406 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:36:06.406 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (35m) 0s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:36:06.406 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (35m) 1s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:36:06.406 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (34m) 1s ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:36:06.406 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (20m) 0s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:36:06.406 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (20m) 1s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:36:06.406 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (41m) 0s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:36:06.406 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (34m) 1s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:36:06.406 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (41m) 0s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:36:06.407 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (39m) 1s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:36:06.407 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (33s) 0s ago 33s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:36:06.407 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (29s) 1s ago 29s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:36:06.407 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 0s ago 12m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:36:06.407 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 1s ago 10m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:36:06.407 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (35m) 0s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:36:06.407 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (34m) 0s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:36:06.407 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (32m) 0s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:36:06.407 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (32m) 0s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:36:06.407 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (30m) 1s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:36:06.407 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (30m) 1s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:36:06.407 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (30m) 1s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:36:06.407 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (29m) 1s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:36:06.871 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:36:06.871 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:36:06.871 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:36:06.872 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:36:06.872 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:36:06.872 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:36:06.872 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:36:06.872 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:36:06.872 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:36:06.872 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:36:06.872 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:36:06.872 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:36:06.872 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:36:06.872 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:36:06.872 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:36:06.872 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:36:06.875 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:36:06.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 28197 31.46 MB/sec warmup 27 sec latency 15.608 ms 2024-02-23T00:36:07.301 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:36:07.301 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:36:07.301 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:36:07.301 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:36:07.301 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:36:07.302 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:36:07.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 29137 31.12 MB/sec warmup 28 sec latency 24.870 ms 2024-02-23T00:36:08.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 30169 30.91 MB/sec warmup 29 sec latency 18.826 ms 2024-02-23T00:36:09.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 31319 30.91 MB/sec warmup 30 sec latency 15.462 ms 2024-02-23T00:36:10.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 32362 31.12 MB/sec warmup 31 sec latency 14.164 ms 2024-02-23T00:36:11.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 33358 30.78 MB/sec warmup 32 sec latency 16.115 ms 2024-02-23T00:36:12.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 34770 30.83 MB/sec warmup 33 sec latency 15.075 ms 2024-02-23T00:36:13.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 36044 31.21 MB/sec warmup 34 sec latency 15.876 ms 2024-02-23T00:36:14.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 36957 30.88 MB/sec warmup 35 sec latency 22.154 ms 2024-02-23T00:36:15.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 37974 30.54 MB/sec warmup 36 sec latency 20.806 ms 2024-02-23T00:36:16.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 38952 30.86 MB/sec warmup 37 sec latency 17.541 ms 2024-02-23T00:36:17.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 39812 30.51 MB/sec warmup 38 sec latency 26.811 ms 2024-02-23T00:36:18.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 40908 30.37 MB/sec warmup 39 sec latency 17.961 ms 2024-02-23T00:36:19.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 42085 30.49 MB/sec warmup 40 sec latency 11.887 ms 2024-02-23T00:36:20.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 42978 30.50 MB/sec warmup 41 sec latency 17.218 ms 2024-02-23T00:36:21.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 43954 30.25 MB/sec warmup 42 sec latency 15.417 ms 2024-02-23T00:36:22.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 45353 30.32 MB/sec warmup 43 sec latency 20.962 ms 2024-02-23T00:36:23.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 46456 30.58 MB/sec warmup 44 sec latency 12.708 ms 2024-02-23T00:36:24.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 47292 30.19 MB/sec warmup 45 sec latency 26.175 ms 2024-02-23T00:36:25.891 INFO:teuthology.orchestra.run.smithi115.stdout: 5 48520 30.13 MB/sec warmup 46 sec latency 22.273 ms 2024-02-23T00:36:26.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 49850 30.56 MB/sec warmup 47 sec latency 12.317 ms 2024-02-23T00:36:27.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 50794 30.28 MB/sec warmup 48 sec latency 20.167 ms 2024-02-23T00:36:28.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 52051 30.24 MB/sec warmup 49 sec latency 21.503 ms 2024-02-23T00:36:29.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 53109 30.41 MB/sec warmup 50 sec latency 18.020 ms 2024-02-23T00:36:30.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 53972 30.23 MB/sec warmup 51 sec latency 19.499 ms 2024-02-23T00:36:31.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 54928 30.06 MB/sec warmup 52 sec latency 20.232 ms 2024-02-23T00:36:32.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 55791 29.86 MB/sec warmup 53 sec latency 20.739 ms 2024-02-23T00:36:33.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 56682 29.94 MB/sec warmup 54 sec latency 22.070 ms 2024-02-23T00:36:34.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 57531 29.77 MB/sec warmup 55 sec latency 15.575 ms 2024-02-23T00:36:35.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 58431 29.61 MB/sec warmup 56 sec latency 18.296 ms 2024-02-23T00:36:36.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 59178 29.37 MB/sec warmup 57 sec latency 25.157 ms 2024-02-23T00:36:37.638 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:36:37.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 59888 29.30 MB/sec warmup 58 sec latency 24.197 ms 2024-02-23T00:36:38.263 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:36:38.263 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (35m) 32s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:36:38.263 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (35m) 33s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:36:38.263 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (35m) 33s ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:36:38.263 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (21m) 32s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:36:38.264 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (21m) 33s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:36:38.264 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (42m) 32s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:36:38.264 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (35m) 33s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:36:38.264 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (42m) 32s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:36:38.264 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (40m) 33s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:36:38.264 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (65s) 32s ago 65s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:36:38.264 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (61s) 33s ago 61s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:36:38.264 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 32s ago 12m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:36:38.264 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 33s ago 10m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:36:38.264 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (35m) 32s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:36:38.264 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (35m) 32s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:36:38.265 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (33m) 32s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:36:38.265 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (32m) 32s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:36:38.265 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (31m) 33s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:36:38.265 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (30m) 33s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:36:38.265 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (30m) 33s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:36:38.265 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (30m) 33s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:36:38.692 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:36:38.692 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:36:38.692 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:36:38.692 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:36:38.692 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:36:38.693 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:36:38.693 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:36:38.693 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:36:38.693 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:36:38.693 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:36:38.693 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:36:38.693 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:36:38.693 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:36:38.693 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:36:38.693 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:36:38.693 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:36:38.693 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:36:38.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 60780 29.31 MB/sec warmup 59 sec latency 23.985 ms 2024-02-23T00:36:39.055 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:36:39.055 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:36:39.055 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:36:39.055 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:36:39.056 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:36:39.056 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:36:39.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 61534 29.08 MB/sec warmup 60 sec latency 20.742 ms 2024-02-23T00:36:40.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 62435 28.88 MB/sec warmup 61 sec latency 23.765 ms 2024-02-23T00:36:41.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 63490 29.00 MB/sec warmup 62 sec latency 18.543 ms 2024-02-23T00:36:42.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 64335 28.96 MB/sec warmup 63 sec latency 23.131 ms 2024-02-23T00:36:43.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 65135 28.76 MB/sec warmup 64 sec latency 23.428 ms 2024-02-23T00:36:44.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 66041 28.60 MB/sec warmup 65 sec latency 24.803 ms 2024-02-23T00:36:45.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 67007 28.68 MB/sec warmup 66 sec latency 23.238 ms 2024-02-23T00:36:46.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 67616 28.57 MB/sec warmup 67 sec latency 99.057 ms 2024-02-23T00:36:47.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 68252 28.32 MB/sec warmup 68 sec latency 26.531 ms 2024-02-23T00:36:48.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 68961 28.12 MB/sec warmup 69 sec latency 25.581 ms 2024-02-23T00:36:49.892 INFO:teuthology.orchestra.run.smithi115.stdout: 5 69872 28.07 MB/sec warmup 70 sec latency 20.893 ms 2024-02-23T00:36:50.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 70697 28.08 MB/sec warmup 71 sec latency 21.508 ms 2024-02-23T00:36:51.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 71408 27.96 MB/sec warmup 72 sec latency 27.493 ms 2024-02-23T00:36:52.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 71914 27.74 MB/sec warmup 73 sec latency 31.244 ms 2024-02-23T00:36:53.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 72498 27.51 MB/sec warmup 74 sec latency 28.664 ms 2024-02-23T00:36:54.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 73085 27.30 MB/sec warmup 75 sec latency 29.594 ms 2024-02-23T00:36:55.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 73990 27.35 MB/sec warmup 76 sec latency 22.124 ms 2024-02-23T00:36:56.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 74726 27.33 MB/sec warmup 77 sec latency 50.861 ms 2024-02-23T00:36:57.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 75533 27.23 MB/sec warmup 78 sec latency 20.218 ms 2024-02-23T00:36:58.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 76488 27.08 MB/sec warmup 79 sec latency 18.178 ms 2024-02-23T00:36:59.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 77301 27.07 MB/sec warmup 80 sec latency 29.455 ms 2024-02-23T00:37:00.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 77896 27.01 MB/sec warmup 81 sec latency 19.087 ms 2024-02-23T00:37:01.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 78449 26.87 MB/sec warmup 82 sec latency 39.867 ms 2024-02-23T00:37:02.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 78904 26.66 MB/sec warmup 83 sec latency 24.759 ms 2024-02-23T00:37:03.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 79740 26.54 MB/sec warmup 84 sec latency 41.097 ms 2024-02-23T00:37:04.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 80751 26.59 MB/sec warmup 85 sec latency 20.576 ms 2024-02-23T00:37:05.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 81415 26.55 MB/sec warmup 86 sec latency 27.551 ms 2024-02-23T00:37:06.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 82000 26.42 MB/sec warmup 87 sec latency 31.260 ms 2024-02-23T00:37:07.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 82829 26.33 MB/sec warmup 88 sec latency 20.381 ms 2024-02-23T00:37:08.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 83914 26.33 MB/sec warmup 89 sec latency 21.352 ms 2024-02-23T00:37:09.474 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:37:09.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 84876 26.38 MB/sec warmup 90 sec latency 19.893 ms 2024-02-23T00:37:10.246 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:37:10.246 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (36m) 64s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:37:10.246 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (36m) 65s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:37:10.246 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (35m) 65s ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:37:10.246 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (21m) 64s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:37:10.247 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (21m) 65s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:37:10.247 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (42m) 64s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:37:10.247 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (35m) 65s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:37:10.247 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (42m) 64s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:37:10.247 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (40m) 65s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:37:10.247 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (97s) 64s ago 97s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:37:10.247 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (93s) 65s ago 93s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:37:10.247 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 64s ago 13m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:37:10.247 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 65s ago 11m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:37:10.247 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (36m) 64s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:37:10.247 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (35m) 64s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:37:10.247 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (33m) 64s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:37:10.247 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (33m) 64s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:37:10.248 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (31m) 65s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:37:10.248 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (31m) 65s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:37:10.248 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (31m) 65s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:37:10.248 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (30m) 65s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:37:10.679 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:37:10.679 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:37:10.679 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:37:10.679 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:37:10.679 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:37:10.680 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:37:10.680 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:37:10.680 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:37:10.680 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:37:10.680 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:37:10.680 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:37:10.680 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:37:10.680 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:37:10.680 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:37:10.680 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:37:10.680 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:37:10.680 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:37:10.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 85487 26.29 MB/sec warmup 91 sec latency 28.300 ms 2024-02-23T00:37:11.072 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:37:11.072 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:37:11.072 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:37:11.072 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:37:11.072 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:37:11.072 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:37:11.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 85969 26.12 MB/sec warmup 92 sec latency 31.081 ms 2024-02-23T00:37:12.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 86499 25.95 MB/sec warmup 93 sec latency 39.253 ms 2024-02-23T00:37:13.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 86946 25.76 MB/sec warmup 94 sec latency 36.363 ms 2024-02-23T00:37:14.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 87841 25.80 MB/sec warmup 95 sec latency 42.216 ms 2024-02-23T00:37:15.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 88523 25.77 MB/sec warmup 96 sec latency 45.731 ms 2024-02-23T00:37:16.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 89064 25.66 MB/sec warmup 97 sec latency 45.309 ms 2024-02-23T00:37:17.893 INFO:teuthology.orchestra.run.smithi115.stdout: 5 89727 25.58 MB/sec warmup 98 sec latency 33.367 ms 2024-02-23T00:37:18.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 90655 25.48 MB/sec warmup 99 sec latency 23.639 ms 2024-02-23T00:37:19.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 91580 25.55 MB/sec warmup 100 sec latency 21.940 ms 2024-02-23T00:37:20.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 92319 25.49 MB/sec warmup 101 sec latency 27.259 ms 2024-02-23T00:37:21.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 93091 25.47 MB/sec warmup 102 sec latency 22.929 ms 2024-02-23T00:37:22.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 94041 25.37 MB/sec warmup 103 sec latency 22.713 ms 2024-02-23T00:37:23.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 94920 25.41 MB/sec warmup 104 sec latency 20.190 ms 2024-02-23T00:37:24.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 95598 25.38 MB/sec warmup 105 sec latency 27.461 ms 2024-02-23T00:37:25.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 96077 25.27 MB/sec warmup 106 sec latency 28.486 ms 2024-02-23T00:37:26.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 96405 25.10 MB/sec warmup 107 sec latency 55.633 ms 2024-02-23T00:37:27.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 96763 24.98 MB/sec warmup 108 sec latency 37.132 ms 2024-02-23T00:37:28.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 97461 24.84 MB/sec warmup 109 sec latency 52.672 ms 2024-02-23T00:37:29.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 98243 24.81 MB/sec warmup 110 sec latency 22.456 ms 2024-02-23T00:37:30.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 99068 24.85 MB/sec warmup 111 sec latency 18.787 ms 2024-02-23T00:37:31.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 99823 24.80 MB/sec warmup 112 sec latency 36.677 ms 2024-02-23T00:37:32.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 100758 24.77 MB/sec warmup 113 sec latency 29.053 ms 2024-02-23T00:37:33.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 101471 24.72 MB/sec warmup 114 sec latency 29.757 ms 2024-02-23T00:37:34.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 102128 24.71 MB/sec warmup 115 sec latency 33.047 ms 2024-02-23T00:37:35.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 102727 24.63 MB/sec warmup 116 sec latency 27.934 ms 2024-02-23T00:37:36.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 103249 24.54 MB/sec warmup 117 sec latency 45.209 ms 2024-02-23T00:37:37.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 103955 24.49 MB/sec warmup 118 sec latency 41.174 ms 2024-02-23T00:37:38.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 104654 24.38 MB/sec warmup 119 sec latency 33.622 ms 2024-02-23T00:37:40.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 105957 20.95 MB/sec execute 1 sec latency 27.572 ms 2024-02-23T00:37:41.468 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:37:41.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 106394 16.62 MB/sec execute 2 sec latency 43.487 ms 2024-02-23T00:37:42.189 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:37:42.189 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (36m) 96s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:37:42.189 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (36m) 97s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:37:42.189 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (36m) 97s ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:37:42.189 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (22m) 96s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:37:42.189 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (22m) 97s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:37:42.189 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (43m) 96s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (36m) 97s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (43m) 96s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (41m) 97s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (2m) 96s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (2m) 97s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 96s ago 14m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 97s ago 12m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (36m) 96s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (36m) 96s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (34m) 96s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (33m) 96s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (32m) 97s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (31m) 97s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (31m) 97s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:37:42.190 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (31m) 97s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:37:42.601 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:37:42.601 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:37:42.601 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:37:42.601 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:37:42.601 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:37:42.602 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:37:42.602 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:37:42.602 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:37:42.602 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:37:42.602 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:37:42.602 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:37:42.602 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:37:42.602 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:37:42.602 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:37:42.602 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:37:42.602 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:37:42.602 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:37:42.894 INFO:teuthology.orchestra.run.smithi115.stdout: 5 106806 14.93 MB/sec execute 3 sec latency 29.833 ms 2024-02-23T00:37:42.943 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:37:42.943 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:37:42.944 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:37:42.944 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:37:42.944 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:37:42.944 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:37:43.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 107368 15.41 MB/sec execute 4 sec latency 29.698 ms 2024-02-23T00:37:44.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 107981 14.35 MB/sec execute 5 sec latency 38.700 ms 2024-02-23T00:37:45.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 108484 14.08 MB/sec execute 6 sec latency 34.200 ms 2024-02-23T00:37:46.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 108876 13.66 MB/sec execute 7 sec latency 46.120 ms 2024-02-23T00:37:47.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 109357 14.20 MB/sec execute 8 sec latency 44.575 ms 2024-02-23T00:37:48.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 109973 14.31 MB/sec execute 9 sec latency 50.293 ms 2024-02-23T00:37:49.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 110546 14.50 MB/sec execute 10 sec latency 38.828 ms 2024-02-23T00:37:50.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 111050 14.44 MB/sec execute 11 sec latency 38.607 ms 2024-02-23T00:37:51.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 111539 13.96 MB/sec execute 12 sec latency 37.881 ms 2024-02-23T00:37:52.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 112106 14.22 MB/sec execute 13 sec latency 65.888 ms 2024-02-23T00:37:53.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 112772 14.61 MB/sec execute 14 sec latency 28.354 ms 2024-02-23T00:37:54.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 113290 14.68 MB/sec execute 15 sec latency 31.170 ms 2024-02-23T00:37:55.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 113717 14.28 MB/sec execute 16 sec latency 31.856 ms 2024-02-23T00:37:56.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 114139 14.19 MB/sec execute 17 sec latency 33.889 ms 2024-02-23T00:37:57.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 114560 14.10 MB/sec execute 18 sec latency 38.710 ms 2024-02-23T00:37:58.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 115003 13.80 MB/sec execute 19 sec latency 35.740 ms 2024-02-23T00:37:59.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 115735 14.08 MB/sec execute 20 sec latency 44.633 ms 2024-02-23T00:38:00.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 116612 14.68 MB/sec execute 21 sec latency 28.275 ms 2024-02-23T00:38:01.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 117634 15.25 MB/sec execute 22 sec latency 23.809 ms 2024-02-23T00:38:02.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 118442 15.39 MB/sec execute 23 sec latency 22.230 ms 2024-02-23T00:38:03.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 119039 15.41 MB/sec execute 24 sec latency 36.124 ms 2024-02-23T00:38:04.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 119390 15.21 MB/sec execute 25 sec latency 32.507 ms 2024-02-23T00:38:05.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 119822 15.16 MB/sec execute 26 sec latency 37.053 ms 2024-02-23T00:38:06.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 120092 14.93 MB/sec execute 27 sec latency 71.454 ms 2024-02-23T00:38:07.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 120541 14.75 MB/sec execute 28 sec latency 39.873 ms 2024-02-23T00:38:08.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 120844 14.48 MB/sec execute 29 sec latency 36.393 ms 2024-02-23T00:38:09.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 121262 14.50 MB/sec execute 30 sec latency 53.276 ms 2024-02-23T00:38:10.895 INFO:teuthology.orchestra.run.smithi115.stdout: 5 121841 14.40 MB/sec execute 31 sec latency 43.740 ms 2024-02-23T00:38:11.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 122223 14.24 MB/sec execute 32 sec latency 34.528 ms 2024-02-23T00:38:12.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 122765 14.25 MB/sec execute 33 sec latency 25.642 ms 2024-02-23T00:38:13.336 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:38:13.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 123222 14.35 MB/sec execute 34 sec latency 44.391 ms 2024-02-23T00:38:14.046 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:38:14.046 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:38:14.046 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:38:14.046 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (36m) 2m ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:38:14.046 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:38:14.046 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:38:14.046 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:38:14.046 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:38:14.047 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:38:14.047 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:38:14.047 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:38:14.047 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:38:14.047 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:38:14.047 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 2m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:38:14.048 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:38:14.048 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:38:14.048 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:38:14.048 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:38:14.048 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (32m) 2m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:38:14.048 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (32m) 2m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:38:14.048 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (32m) 2m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:38:14.048 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:38:14.449 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:38:14.449 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:38:14.449 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:38:14.449 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:38:14.449 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:38:14.449 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:38:14.449 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:38:14.449 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:38:14.449 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:38:14.449 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:38:14.449 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:38:14.449 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:38:14.449 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:38:14.450 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:38:14.450 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:38:14.450 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:38:14.450 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:38:14.815 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:38:14.815 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:38:14.815 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:38:14.815 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:38:14.815 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:38:14.815 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:38:14.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 123613 14.24 MB/sec execute 35 sec latency 36.912 ms 2024-02-23T00:38:15.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 124179 14.20 MB/sec execute 36 sec latency 44.543 ms 2024-02-23T00:38:16.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 124701 14.19 MB/sec execute 37 sec latency 48.172 ms 2024-02-23T00:38:17.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 125704 14.48 MB/sec execute 38 sec latency 29.908 ms 2024-02-23T00:38:18.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 126582 14.75 MB/sec execute 39 sec latency 21.468 ms 2024-02-23T00:38:19.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 127257 14.89 MB/sec execute 40 sec latency 36.603 ms 2024-02-23T00:38:20.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 127832 14.84 MB/sec execute 41 sec latency 36.266 ms 2024-02-23T00:38:21.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 128304 14.88 MB/sec execute 42 sec latency 30.375 ms 2024-02-23T00:38:22.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 129217 15.01 MB/sec execute 43 sec latency 27.063 ms 2024-02-23T00:38:23.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 130275 15.36 MB/sec execute 44 sec latency 24.048 ms 2024-02-23T00:38:24.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 131173 15.54 MB/sec execute 45 sec latency 27.729 ms 2024-02-23T00:38:25.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 131521 15.40 MB/sec execute 46 sec latency 39.993 ms 2024-02-23T00:38:26.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 131966 15.42 MB/sec execute 47 sec latency 43.850 ms 2024-02-23T00:38:27.896 INFO:teuthology.orchestra.run.smithi115.stdout: 5 132539 15.32 MB/sec execute 48 sec latency 31.455 ms 2024-02-23T00:38:28.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 133523 15.55 MB/sec execute 49 sec latency 23.851 ms 2024-02-23T00:38:29.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 133957 15.49 MB/sec execute 50 sec latency 36.186 ms 2024-02-23T00:38:30.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 134327 15.39 MB/sec execute 51 sec latency 37.123 ms 2024-02-23T00:38:31.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 134741 15.29 MB/sec execute 52 sec latency 86.219 ms 2024-02-23T00:38:32.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 135494 15.47 MB/sec execute 53 sec latency 37.568 ms 2024-02-23T00:38:33.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 136182 15.41 MB/sec execute 54 sec latency 40.426 ms 2024-02-23T00:38:34.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 136520 15.37 MB/sec execute 55 sec latency 39.455 ms 2024-02-23T00:38:35.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 136903 15.21 MB/sec execute 56 sec latency 57.901 ms 2024-02-23T00:38:36.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 137240 15.17 MB/sec execute 57 sec latency 68.941 ms 2024-02-23T00:38:37.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 137583 15.06 MB/sec execute 58 sec latency 35.606 ms 2024-02-23T00:38:38.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 137885 14.94 MB/sec execute 59 sec latency 45.120 ms 2024-02-23T00:38:39.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 138278 14.85 MB/sec execute 60 sec latency 47.035 ms 2024-02-23T00:38:40.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 138554 14.73 MB/sec execute 61 sec latency 35.387 ms 2024-02-23T00:38:41.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 138897 14.68 MB/sec execute 62 sec latency 39.792 ms 2024-02-23T00:38:42.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 139228 14.56 MB/sec execute 63 sec latency 109.856 ms 2024-02-23T00:38:43.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 139657 14.48 MB/sec execute 64 sec latency 54.911 ms 2024-02-23T00:38:44.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 140212 14.53 MB/sec execute 65 sec latency 48.706 ms 2024-02-23T00:38:45.219 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:38:45.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 140779 14.55 MB/sec execute 66 sec latency 39.704 ms 2024-02-23T00:38:45.926 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:38:45.926 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:38:45.927 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:38:45.927 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (37m) 2m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:38:45.927 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (23m) 2m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:38:45.927 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (23m) 2m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:38:45.927 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:38:45.927 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:38:45.927 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:38:45.927 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (42m) 2m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:38:45.927 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:38:45.927 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:38:45.927 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:38:45.927 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 2m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:38:45.927 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:38:45.928 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:38:45.928 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:38:45.928 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:38:45.928 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (33m) 2m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:38:45.928 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (33m) 2m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:38:45.928 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (32m) 2m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:38:45.928 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (32m) 2m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:38:46.238 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:38:46.238 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:38:46.238 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:38:46.238 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:38:46.238 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:38:46.238 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:38:46.238 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:38:46.238 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:38:46.238 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:38:46.238 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:38:46.238 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:38:46.238 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:38:46.239 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:38:46.239 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:38:46.239 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:38:46.239 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:38:46.239 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:38:46.533 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:38:46.534 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:38:46.534 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:38:46.534 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:38:46.534 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:38:46.534 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:38:46.897 INFO:teuthology.orchestra.run.smithi115.stdout: 5 140999 14.41 MB/sec execute 67 sec latency 74.516 ms 2024-02-23T00:38:47.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 141300 14.34 MB/sec execute 68 sec latency 39.183 ms 2024-02-23T00:38:48.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 141618 14.19 MB/sec execute 69 sec latency 101.684 ms 2024-02-23T00:38:49.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 142031 14.16 MB/sec execute 70 sec latency 58.598 ms 2024-02-23T00:38:50.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 142482 14.21 MB/sec execute 71 sec latency 29.386 ms 2024-02-23T00:38:51.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 142946 14.09 MB/sec execute 72 sec latency 48.948 ms 2024-02-23T00:38:52.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 143403 14.06 MB/sec execute 73 sec latency 27.201 ms 2024-02-23T00:38:53.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 144039 14.12 MB/sec execute 74 sec latency 47.827 ms 2024-02-23T00:38:54.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 144398 14.10 MB/sec execute 75 sec latency 71.597 ms 2024-02-23T00:38:55.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 144653 13.97 MB/sec execute 76 sec latency 40.147 ms 2024-02-23T00:38:56.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 144897 13.91 MB/sec execute 77 sec latency 83.570 ms 2024-02-23T00:38:57.899 INFO:teuthology.orchestra.run.smithi115.stdout: 5 145164 13.77 MB/sec execute 78 sec latency 78.204 ms 2024-02-23T00:38:58.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 145563 13.76 MB/sec execute 79 sec latency 72.066 ms 2024-02-23T00:38:59.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 146082 13.81 MB/sec execute 80 sec latency 34.833 ms 2024-02-23T00:39:00.899 INFO:teuthology.orchestra.run.smithi115.stdout: 5 146585 13.74 MB/sec execute 81 sec latency 43.032 ms 2024-02-23T00:39:01.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 146914 13.68 MB/sec execute 82 sec latency 42.785 ms 2024-02-23T00:39:02.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 147352 13.70 MB/sec execute 83 sec latency 40.085 ms 2024-02-23T00:39:03.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 147822 13.70 MB/sec execute 84 sec latency 40.335 ms 2024-02-23T00:39:04.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 148158 13.61 MB/sec execute 85 sec latency 40.042 ms 2024-02-23T00:39:05.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 148558 13.57 MB/sec execute 86 sec latency 59.008 ms 2024-02-23T00:39:06.899 INFO:teuthology.orchestra.run.smithi115.stdout: 5 149112 13.60 MB/sec execute 87 sec latency 74.128 ms 2024-02-23T00:39:07.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 149976 13.69 MB/sec execute 88 sec latency 38.089 ms 2024-02-23T00:39:08.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 150817 13.83 MB/sec execute 89 sec latency 26.153 ms 2024-02-23T00:39:09.898 INFO:teuthology.orchestra.run.smithi115.stdout: 5 151721 13.92 MB/sec execute 90 sec latency 35.211 ms 2024-02-23T00:39:10.899 INFO:teuthology.orchestra.run.smithi115.stdout: 5 152603 14.03 MB/sec execute 91 sec latency 34.958 ms 2024-02-23T00:39:11.900 INFO:teuthology.orchestra.run.smithi115.stdout: 5 153487 14.13 MB/sec execute 92 sec latency 32.914 ms 2024-02-23T00:39:12.900 INFO:teuthology.orchestra.run.smithi115.stdout: 5 154252 14.25 MB/sec execute 93 sec latency 22.226 ms 2024-02-23T00:39:13.900 INFO:teuthology.orchestra.run.smithi115.stdout: 5 155087 14.31 MB/sec execute 94 sec latency 28.491 ms 2024-02-23T00:39:14.900 INFO:teuthology.orchestra.run.smithi115.stdout: 5 155702 14.31 MB/sec execute 95 sec latency 36.188 ms 2024-02-23T00:39:15.900 INFO:teuthology.orchestra.run.smithi115.stdout: 5 156312 14.34 MB/sec execute 96 sec latency 29.592 ms 2024-02-23T00:39:16.900 INFO:teuthology.orchestra.run.smithi115.stdout: 5 157152 14.40 MB/sec execute 97 sec latency 37.378 ms 2024-02-23T00:39:16.923 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:39:17.662 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:39:17.662 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:39:17.662 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (38m) 3m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (43m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 3m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:39:17.663 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:39:17.664 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:39:17.664 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (33m) 3m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:39:17.664 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (33m) 3m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:39:17.664 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (33m) 3m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:39:17.664 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:39:17.900 INFO:teuthology.orchestra.run.smithi115.stdout: 5 157693 14.45 MB/sec execute 98 sec latency 31.544 ms 2024-02-23T00:39:18.016 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:39:18.017 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:39:18.018 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:39:18.018 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:39:18.345 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:39:18.345 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:39:18.345 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:39:18.345 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:39:18.345 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:39:18.345 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:39:18.900 INFO:teuthology.orchestra.run.smithi115.stdout: 5 158102 14.41 MB/sec execute 99 sec latency 41.313 ms 2024-02-23T00:39:19.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 158515 14.39 MB/sec execute 100 sec latency 45.454 ms 2024-02-23T00:39:20.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 158814 14.30 MB/sec execute 101 sec latency 54.571 ms 2024-02-23T00:39:21.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 159514 14.33 MB/sec execute 102 sec latency 32.015 ms 2024-02-23T00:39:22.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 160135 14.40 MB/sec execute 103 sec latency 24.984 ms 2024-02-23T00:39:23.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 160769 14.37 MB/sec execute 104 sec latency 45.714 ms 2024-02-23T00:39:24.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 161284 14.41 MB/sec execute 105 sec latency 26.234 ms 2024-02-23T00:39:25.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 161917 14.43 MB/sec execute 106 sec latency 34.264 ms 2024-02-23T00:39:26.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 162352 14.38 MB/sec execute 107 sec latency 64.651 ms 2024-02-23T00:39:27.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 162776 14.36 MB/sec execute 108 sec latency 42.397 ms 2024-02-23T00:39:28.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 163178 14.33 MB/sec execute 109 sec latency 54.192 ms 2024-02-23T00:39:29.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 163662 14.35 MB/sec execute 110 sec latency 38.389 ms 2024-02-23T00:39:30.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 164596 14.42 MB/sec execute 111 sec latency 32.966 ms 2024-02-23T00:39:31.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 165287 14.47 MB/sec execute 112 sec latency 26.327 ms 2024-02-23T00:39:32.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 165836 14.46 MB/sec execute 113 sec latency 41.830 ms 2024-02-23T00:39:33.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 166369 14.44 MB/sec execute 114 sec latency 29.430 ms 2024-02-23T00:39:34.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 166874 14.44 MB/sec execute 115 sec latency 31.487 ms 2024-02-23T00:39:35.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 167600 14.49 MB/sec execute 116 sec latency 25.425 ms 2024-02-23T00:39:36.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 168302 14.55 MB/sec execute 117 sec latency 67.867 ms 2024-02-23T00:39:37.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 168834 14.55 MB/sec execute 118 sec latency 36.670 ms 2024-02-23T00:39:38.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 169296 14.52 MB/sec execute 119 sec latency 49.649 ms 2024-02-23T00:39:39.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 169880 14.51 MB/sec execute 120 sec latency 43.615 ms 2024-02-23T00:39:40.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 170576 14.57 MB/sec execute 121 sec latency 32.994 ms 2024-02-23T00:39:41.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 171229 14.57 MB/sec execute 122 sec latency 217.424 ms 2024-02-23T00:39:42.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 171938 14.63 MB/sec execute 123 sec latency 29.903 ms 2024-02-23T00:39:43.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 172636 14.68 MB/sec execute 124 sec latency 34.552 ms 2024-02-23T00:39:44.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 173180 14.65 MB/sec execute 125 sec latency 44.199 ms 2024-02-23T00:39:45.901 INFO:teuthology.orchestra.run.smithi115.stdout: 5 173578 14.61 MB/sec execute 126 sec latency 33.158 ms 2024-02-23T00:39:46.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 174048 14.61 MB/sec execute 127 sec latency 57.806 ms 2024-02-23T00:39:47.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 174433 14.58 MB/sec execute 128 sec latency 41.504 ms 2024-02-23T00:39:48.660 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:39:48.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 174792 14.52 MB/sec execute 129 sec latency 44.240 ms 2024-02-23T00:39:49.222 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:39:49.222 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:39:49.222 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:39:49.222 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (38m) 3m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:39:49.222 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (24m) 3m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:39:49.222 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (24m) 3m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:39:49.222 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:39:49.222 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:39:49.222 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:39:49.223 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (43m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:39:49.223 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:39:49.223 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:39:49.223 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 16m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:39:49.223 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 3m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:39:49.223 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:39:49.223 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:39:49.223 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:39:49.223 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:39:49.223 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (34m) 3m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:39:49.223 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (34m) 3m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:39:49.223 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (33m) 3m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:39:49.223 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (33m) 3m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:39:49.545 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:39:49.545 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:39:49.545 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:39:49.545 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:39:49.545 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:39:49.545 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:39:49.545 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:39:49.545 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:39:49.545 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:39:49.545 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:39:49.545 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:39:49.545 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:39:49.546 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:39:49.546 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:39:49.546 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:39:49.546 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:39:49.546 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:39:49.830 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:39:49.830 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:39:49.830 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:39:49.831 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:39:49.831 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:39:49.831 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:39:49.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 175017 14.45 MB/sec execute 130 sec latency 57.750 ms 2024-02-23T00:39:50.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 175319 14.45 MB/sec execute 131 sec latency 67.145 ms 2024-02-23T00:39:51.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 175561 14.38 MB/sec execute 132 sec latency 51.803 ms 2024-02-23T00:39:52.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 176267 14.42 MB/sec execute 133 sec latency 27.186 ms 2024-02-23T00:39:53.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 176929 14.40 MB/sec execute 134 sec latency 44.476 ms 2024-02-23T00:39:54.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 177851 14.50 MB/sec execute 135 sec latency 27.751 ms 2024-02-23T00:39:55.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 178550 14.51 MB/sec execute 136 sec latency 28.696 ms 2024-02-23T00:39:56.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 179189 14.58 MB/sec execute 137 sec latency 33.489 ms 2024-02-23T00:39:57.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 179583 14.55 MB/sec execute 138 sec latency 36.041 ms 2024-02-23T00:39:58.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 179889 14.49 MB/sec execute 139 sec latency 55.859 ms 2024-02-23T00:39:59.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 180242 14.43 MB/sec execute 140 sec latency 69.852 ms 2024-02-23T00:40:00.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 180578 14.40 MB/sec execute 141 sec latency 42.493 ms 2024-02-23T00:40:01.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 180973 14.40 MB/sec execute 142 sec latency 46.885 ms 2024-02-23T00:40:02.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 181353 14.36 MB/sec execute 143 sec latency 48.635 ms 2024-02-23T00:40:03.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 181710 14.30 MB/sec execute 144 sec latency 46.386 ms 2024-02-23T00:40:04.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 181992 14.26 MB/sec execute 145 sec latency 68.062 ms 2024-02-23T00:40:05.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 182278 14.22 MB/sec execute 146 sec latency 45.225 ms 2024-02-23T00:40:06.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 182577 14.20 MB/sec execute 147 sec latency 100.832 ms 2024-02-23T00:40:07.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 182917 14.17 MB/sec execute 148 sec latency 91.895 ms 2024-02-23T00:40:08.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 183336 14.16 MB/sec execute 149 sec latency 48.496 ms 2024-02-23T00:40:09.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 183688 14.08 MB/sec execute 150 sec latency 36.150 ms 2024-02-23T00:40:10.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 183976 14.04 MB/sec execute 151 sec latency 72.612 ms 2024-02-23T00:40:11.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 184224 14.00 MB/sec execute 152 sec latency 44.979 ms 2024-02-23T00:40:12.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 184549 13.99 MB/sec execute 153 sec latency 69.727 ms 2024-02-23T00:40:13.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 184867 13.94 MB/sec execute 154 sec latency 68.837 ms 2024-02-23T00:40:14.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 185223 13.90 MB/sec execute 155 sec latency 73.729 ms 2024-02-23T00:40:15.902 INFO:teuthology.orchestra.run.smithi115.stdout: 5 185637 13.89 MB/sec execute 156 sec latency 40.912 ms 2024-02-23T00:40:16.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 186069 13.90 MB/sec execute 157 sec latency 41.507 ms 2024-02-23T00:40:17.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 186431 13.88 MB/sec execute 158 sec latency 45.953 ms 2024-02-23T00:40:18.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 186759 13.84 MB/sec execute 159 sec latency 42.002 ms 2024-02-23T00:40:19.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 187064 13.79 MB/sec execute 160 sec latency 49.877 ms 2024-02-23T00:40:20.195 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:40:20.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 187413 13.74 MB/sec execute 161 sec latency 71.949 ms 2024-02-23T00:40:20.914 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:40:20.914 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:40:20.914 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:40:20.914 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (39m) 4m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:40:20.914 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:40:20.914 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:40:20.914 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:40:20.914 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:40:20.915 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:40:20.915 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:40:20.915 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:40:20.915 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:40:20.915 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 16m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:40:20.915 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 4m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:40:20.915 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:40:20.915 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:40:20.915 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:40:20.915 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:40:20.915 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (34m) 4m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:40:20.915 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (34m) 4m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:40:20.916 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (34m) 4m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:40:20.916 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (34m) 4m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:40:21.312 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:40:21.313 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:40:21.313 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:40:21.313 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:40:21.313 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:40:21.313 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:40:21.313 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:40:21.313 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:40:21.313 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:40:21.313 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:40:21.313 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:40:21.313 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:40:21.314 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:40:21.314 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:40:21.314 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:40:21.314 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:40:21.314 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:40:21.660 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:40:21.661 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:40:21.661 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:40:21.661 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:40:21.661 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:40:21.661 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:40:21.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 187660 13.70 MB/sec execute 162 sec latency 37.734 ms 2024-02-23T00:40:22.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 188054 13.71 MB/sec execute 163 sec latency 66.658 ms 2024-02-23T00:40:23.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 188443 13.67 MB/sec execute 164 sec latency 52.923 ms 2024-02-23T00:40:24.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 188967 13.68 MB/sec execute 165 sec latency 68.081 ms 2024-02-23T00:40:25.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 189690 13.73 MB/sec execute 166 sec latency 44.082 ms 2024-02-23T00:40:26.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 190185 13.75 MB/sec execute 167 sec latency 38.907 ms 2024-02-23T00:40:27.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 190681 13.70 MB/sec execute 168 sec latency 45.524 ms 2024-02-23T00:40:28.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 191273 13.71 MB/sec execute 169 sec latency 24.128 ms 2024-02-23T00:40:29.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 191942 13.75 MB/sec execute 170 sec latency 35.114 ms 2024-02-23T00:40:30.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 192485 13.74 MB/sec execute 171 sec latency 32.297 ms 2024-02-23T00:40:31.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 193051 13.78 MB/sec execute 172 sec latency 37.068 ms 2024-02-23T00:40:32.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 193568 13.81 MB/sec execute 173 sec latency 28.420 ms 2024-02-23T00:40:33.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 194010 13.77 MB/sec execute 174 sec latency 42.863 ms 2024-02-23T00:40:34.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 194482 13.72 MB/sec execute 175 sec latency 50.526 ms 2024-02-23T00:40:35.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 195290 13.81 MB/sec execute 176 sec latency 50.822 ms 2024-02-23T00:40:36.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 196115 13.83 MB/sec execute 177 sec latency 25.645 ms 2024-02-23T00:40:37.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 197040 13.94 MB/sec execute 178 sec latency 28.757 ms 2024-02-23T00:40:38.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 197334 13.90 MB/sec execute 179 sec latency 48.166 ms 2024-02-23T00:40:39.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 197677 13.85 MB/sec execute 180 sec latency 62.796 ms 2024-02-23T00:40:40.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 197990 13.79 MB/sec execute 181 sec latency 59.531 ms 2024-02-23T00:40:41.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 198799 13.88 MB/sec execute 182 sec latency 22.953 ms 2024-02-23T00:40:42.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 199505 13.87 MB/sec execute 183 sec latency 27.609 ms 2024-02-23T00:40:43.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 199871 13.88 MB/sec execute 184 sec latency 35.155 ms 2024-02-23T00:40:44.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 200249 13.85 MB/sec execute 185 sec latency 43.345 ms 2024-02-23T00:40:45.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 200641 13.86 MB/sec execute 186 sec latency 52.436 ms 2024-02-23T00:40:46.903 INFO:teuthology.orchestra.run.smithi115.stdout: 5 201320 13.84 MB/sec execute 187 sec latency 31.746 ms 2024-02-23T00:40:47.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 201878 13.84 MB/sec execute 188 sec latency 46.829 ms 2024-02-23T00:40:48.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 202631 13.89 MB/sec execute 189 sec latency 33.865 ms 2024-02-23T00:40:49.906 INFO:teuthology.orchestra.run.smithi115.stdout: 5 203163 13.88 MB/sec execute 190 sec latency 42.528 ms 2024-02-23T00:40:50.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 203770 13.91 MB/sec execute 191 sec latency 48.055 ms 2024-02-23T00:40:51.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 204193 13.93 MB/sec execute 192 sec latency 35.971 ms 2024-02-23T00:40:51.981 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:40:52.606 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:40:52.606 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (40m) 4m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:40:52.606 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:40:52.606 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (39m) 4m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:40:52.606 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (25m) 4m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:40:52.607 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (25m) 4m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:40:52.607 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:40:52.607 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:40:52.607 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:40:52.607 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:40:52.607 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:40:52.607 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:40:52.607 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 17m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:40:52.607 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 4m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:40:52.607 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:40:52.607 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:40:52.608 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:40:52.608 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:40:52.608 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (35m) 4m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:40:52.608 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (35m) 4m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:40:52.608 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (34m) 4m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:40:52.608 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (34m) 4m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:40:52.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 204419 13.88 MB/sec execute 193 sec latency 79.533 ms 2024-02-23T00:40:52.954 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:40:52.954 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:40:52.954 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:40:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:40:53.258 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:40:53.258 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:40:53.258 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:40:53.258 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:40:53.259 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:40:53.259 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:40:53.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 204679 13.83 MB/sec execute 194 sec latency 61.827 ms 2024-02-23T00:40:54.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 204903 13.77 MB/sec execute 195 sec latency 95.660 ms 2024-02-23T00:40:55.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 205218 13.74 MB/sec execute 196 sec latency 55.760 ms 2024-02-23T00:40:56.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 205499 13.72 MB/sec execute 197 sec latency 54.701 ms 2024-02-23T00:40:57.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 205892 13.72 MB/sec execute 198 sec latency 64.961 ms 2024-02-23T00:40:58.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 206260 13.67 MB/sec execute 199 sec latency 62.724 ms 2024-02-23T00:40:59.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 206627 13.65 MB/sec execute 200 sec latency 38.947 ms 2024-02-23T00:41:00.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 207142 13.68 MB/sec execute 201 sec latency 39.338 ms 2024-02-23T00:41:01.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 207663 13.71 MB/sec execute 202 sec latency 39.677 ms 2024-02-23T00:41:02.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 207895 13.66 MB/sec execute 203 sec latency 69.513 ms 2024-02-23T00:41:03.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 208198 13.62 MB/sec execute 204 sec latency 53.338 ms 2024-02-23T00:41:04.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 208478 13.57 MB/sec execute 205 sec latency 67.263 ms 2024-02-23T00:41:05.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 208979 13.56 MB/sec execute 206 sec latency 40.925 ms 2024-02-23T00:41:06.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 209570 13.59 MB/sec execute 207 sec latency 42.611 ms 2024-02-23T00:41:07.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 210131 13.58 MB/sec execute 208 sec latency 36.309 ms 2024-02-23T00:41:08.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 210757 13.62 MB/sec execute 209 sec latency 32.336 ms 2024-02-23T00:41:09.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 211300 13.65 MB/sec execute 210 sec latency 40.321 ms 2024-02-23T00:41:10.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 211746 13.62 MB/sec execute 211 sec latency 31.556 ms 2024-02-23T00:41:11.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 212138 13.58 MB/sec execute 212 sec latency 37.747 ms 2024-02-23T00:41:12.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 212509 13.56 MB/sec execute 213 sec latency 31.251 ms 2024-02-23T00:41:13.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 212992 13.58 MB/sec execute 214 sec latency 51.813 ms 2024-02-23T00:41:14.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 213470 13.56 MB/sec execute 215 sec latency 45.451 ms 2024-02-23T00:41:15.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 213848 13.55 MB/sec execute 216 sec latency 50.570 ms 2024-02-23T00:41:16.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 214216 13.55 MB/sec execute 217 sec latency 70.816 ms 2024-02-23T00:41:17.904 INFO:teuthology.orchestra.run.smithi115.stdout: 5 214618 13.55 MB/sec execute 218 sec latency 35.370 ms 2024-02-23T00:41:18.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 214872 13.53 MB/sec execute 219 sec latency 59.724 ms 2024-02-23T00:41:19.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 215098 13.48 MB/sec execute 220 sec latency 74.608 ms 2024-02-23T00:41:20.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 215366 13.44 MB/sec execute 221 sec latency 79.040 ms 2024-02-23T00:41:21.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 215685 13.39 MB/sec execute 222 sec latency 90.368 ms 2024-02-23T00:41:22.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 216458 13.44 MB/sec execute 223 sec latency 35.772 ms 2024-02-23T00:41:23.650 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:41:23.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 217258 13.47 MB/sec execute 224 sec latency 38.579 ms 2024-02-23T00:41:24.383 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:41:24.383 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:41:24.383 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:41:24.383 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (40m) 5m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:41:24.383 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:41:24.383 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:41:24.383 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:41:24.383 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:41:24.383 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:41:24.383 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:41:24.383 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:41:24.384 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:41:24.384 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 17m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:41:24.384 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 5m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:41:24.384 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:41:24.384 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:41:24.384 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:41:24.384 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:41:24.384 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (35m) 5m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:41:24.384 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (35m) 5m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:41:24.384 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (35m) 5m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:41:24.384 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (35m) 5m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:41:24.812 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:41:24.812 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:41:24.812 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:41:24.812 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:41:24.812 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:41:24.812 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:41:24.812 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:41:24.813 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:41:24.813 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:41:24.813 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:41:24.813 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:41:24.813 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:41:24.813 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:41:24.813 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:41:24.813 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:41:24.813 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:41:24.813 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:41:24.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 218014 13.53 MB/sec execute 225 sec latency 33.246 ms 2024-02-23T00:41:25.185 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:41:25.185 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:41:25.185 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:41:25.185 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:41:25.185 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:41:25.185 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:41:25.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 218580 13.54 MB/sec execute 226 sec latency 53.471 ms 2024-02-23T00:41:26.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 219014 13.51 MB/sec execute 227 sec latency 33.586 ms 2024-02-23T00:41:27.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 219527 13.50 MB/sec execute 228 sec latency 64.065 ms 2024-02-23T00:41:28.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 220203 13.53 MB/sec execute 229 sec latency 35.751 ms 2024-02-23T00:41:29.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 220693 13.51 MB/sec execute 230 sec latency 39.527 ms 2024-02-23T00:41:30.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 221189 13.53 MB/sec execute 231 sec latency 40.498 ms 2024-02-23T00:41:31.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 221641 13.54 MB/sec execute 232 sec latency 47.130 ms 2024-02-23T00:41:32.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 222055 13.54 MB/sec execute 233 sec latency 36.743 ms 2024-02-23T00:41:33.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 222473 13.50 MB/sec execute 234 sec latency 49.402 ms 2024-02-23T00:41:34.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 222812 13.47 MB/sec execute 235 sec latency 42.143 ms 2024-02-23T00:41:35.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 223072 13.44 MB/sec execute 236 sec latency 43.141 ms 2024-02-23T00:41:36.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 223314 13.42 MB/sec execute 237 sec latency 87.865 ms 2024-02-23T00:41:37.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 223565 13.39 MB/sec execute 238 sec latency 84.588 ms 2024-02-23T00:41:38.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 223897 13.38 MB/sec execute 239 sec latency 60.534 ms 2024-02-23T00:41:39.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 224126 13.34 MB/sec execute 240 sec latency 103.050 ms 2024-02-23T00:41:40.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 224509 13.34 MB/sec execute 241 sec latency 38.719 ms 2024-02-23T00:41:41.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 224813 13.32 MB/sec execute 242 sec latency 41.945 ms 2024-02-23T00:41:42.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 225149 13.32 MB/sec execute 243 sec latency 42.016 ms 2024-02-23T00:41:43.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 225525 13.31 MB/sec execute 244 sec latency 53.010 ms 2024-02-23T00:41:44.906 INFO:teuthology.orchestra.run.smithi115.stdout: 5 225937 13.28 MB/sec execute 245 sec latency 43.506 ms 2024-02-23T00:41:45.905 INFO:teuthology.orchestra.run.smithi115.stdout: 5 226265 13.25 MB/sec execute 246 sec latency 35.167 ms 2024-02-23T00:41:46.906 INFO:teuthology.orchestra.run.smithi115.stdout: 5 226679 13.25 MB/sec execute 247 sec latency 52.755 ms 2024-02-23T00:41:47.906 INFO:teuthology.orchestra.run.smithi115.stdout: 5 227096 13.23 MB/sec execute 248 sec latency 47.327 ms 2024-02-23T00:41:48.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 227557 13.24 MB/sec execute 249 sec latency 45.386 ms 2024-02-23T00:41:49.906 INFO:teuthology.orchestra.run.smithi115.stdout: 5 228037 13.24 MB/sec execute 250 sec latency 31.538 ms 2024-02-23T00:41:50.906 INFO:teuthology.orchestra.run.smithi115.stdout: 5 228372 13.22 MB/sec execute 251 sec latency 60.630 ms 2024-02-23T00:41:51.906 INFO:teuthology.orchestra.run.smithi115.stdout: 5 228732 13.23 MB/sec execute 252 sec latency 49.152 ms 2024-02-23T00:41:52.906 INFO:teuthology.orchestra.run.smithi115.stdout: 5 229152 13.22 MB/sec execute 253 sec latency 51.534 ms 2024-02-23T00:41:53.906 INFO:teuthology.orchestra.run.smithi115.stdout: 5 229578 13.19 MB/sec execute 254 sec latency 53.172 ms 2024-02-23T00:41:54.906 INFO:teuthology.orchestra.run.smithi115.stdout: 5 230000 13.18 MB/sec execute 255 sec latency 41.990 ms 2024-02-23T00:41:55.596 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:41:55.907 INFO:teuthology.orchestra.run.smithi115.stdout: 5 230462 13.18 MB/sec execute 256 sec latency 49.451 ms 2024-02-23T00:41:56.340 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:41:56.340 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:41:56.340 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:41:56.340 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (40m) 5m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:41:56.340 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:41:56.340 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:41:56.340 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:41:56.340 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:41:56.340 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:41:56.340 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:41:56.341 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:41:56.341 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:41:56.341 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 18m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:41:56.341 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 5m ago 16m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:41:56.341 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:41:56.341 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:41:56.341 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:41:56.341 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:41:56.341 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (36m) 5m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:41:56.341 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (36m) 5m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:41:56.341 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (35m) 5m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:41:56.341 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (35m) 5m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:41:56.763 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:41:56.764 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:41:56.764 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:41:56.907 INFO:teuthology.orchestra.run.smithi115.stdout: 5 230953 13.18 MB/sec execute 257 sec latency 43.518 ms 2024-02-23T00:41:57.138 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:41:57.138 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:41:57.138 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:41:57.138 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:41:57.138 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:41:57.138 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:41:57.907 INFO:teuthology.orchestra.run.smithi115.stdout: 5 231350 13.16 MB/sec execute 258 sec latency 38.544 ms 2024-02-23T00:41:58.907 INFO:teuthology.orchestra.run.smithi115.stdout: 5 231857 13.18 MB/sec execute 259 sec latency 52.591 ms 2024-02-23T00:41:59.907 INFO:teuthology.orchestra.run.smithi115.stdout: 5 232249 13.19 MB/sec execute 260 sec latency 36.311 ms 2024-02-23T00:42:00.907 INFO:teuthology.orchestra.run.smithi115.stdout: 5 232628 13.18 MB/sec execute 261 sec latency 44.171 ms 2024-02-23T00:42:01.907 INFO:teuthology.orchestra.run.smithi115.stdout: 5 233008 13.15 MB/sec execute 262 sec latency 46.837 ms 2024-02-23T00:42:02.907 INFO:teuthology.orchestra.run.smithi115.stdout: 5 233321 13.12 MB/sec execute 263 sec latency 61.131 ms 2024-02-23T00:42:03.907 INFO:teuthology.orchestra.run.smithi115.stdout: 5 233987 13.14 MB/sec execute 264 sec latency 36.790 ms 2024-02-23T00:42:04.907 INFO:teuthology.orchestra.run.smithi115.stdout: 5 234611 13.16 MB/sec execute 265 sec latency 36.073 ms 2024-02-23T00:42:05.907 INFO:teuthology.orchestra.run.smithi115.stdout: 5 235030 13.14 MB/sec execute 266 sec latency 30.394 ms 2024-02-23T00:42:06.907 INFO:teuthology.orchestra.run.smithi115.stdout: 5 235417 13.14 MB/sec execute 267 sec latency 54.653 ms 2024-02-23T00:42:07.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 235788 13.15 MB/sec execute 268 sec latency 44.318 ms 2024-02-23T00:42:08.907 INFO:teuthology.orchestra.run.smithi115.stdout: 5 236128 13.13 MB/sec execute 269 sec latency 50.780 ms 2024-02-23T00:42:09.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 236499 13.11 MB/sec execute 270 sec latency 44.398 ms 2024-02-23T00:42:10.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 236814 13.08 MB/sec execute 271 sec latency 42.350 ms 2024-02-23T00:42:11.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 237229 13.08 MB/sec execute 272 sec latency 48.296 ms 2024-02-23T00:42:12.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 237620 13.06 MB/sec execute 273 sec latency 58.342 ms 2024-02-23T00:42:13.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 238099 13.07 MB/sec execute 274 sec latency 35.554 ms 2024-02-23T00:42:14.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 238323 13.03 MB/sec execute 275 sec latency 111.231 ms 2024-02-23T00:42:15.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 238632 13.02 MB/sec execute 276 sec latency 65.394 ms 2024-02-23T00:42:16.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 238867 13.00 MB/sec execute 277 sec latency 103.601 ms 2024-02-23T00:42:17.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 239080 12.99 MB/sec execute 278 sec latency 67.279 ms 2024-02-23T00:42:18.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 239318 12.97 MB/sec execute 279 sec latency 73.963 ms 2024-02-23T00:42:19.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 239772 12.97 MB/sec execute 280 sec latency 46.525 ms 2024-02-23T00:42:20.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 240206 12.94 MB/sec execute 281 sec latency 78.508 ms 2024-02-23T00:42:21.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 240814 12.96 MB/sec execute 282 sec latency 33.485 ms 2024-02-23T00:42:22.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 241441 12.96 MB/sec execute 283 sec latency 43.279 ms 2024-02-23T00:42:23.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 241889 12.96 MB/sec execute 284 sec latency 44.265 ms 2024-02-23T00:42:24.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 242396 12.97 MB/sec execute 285 sec latency 39.789 ms 2024-02-23T00:42:25.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 242776 12.98 MB/sec execute 286 sec latency 41.855 ms 2024-02-23T00:42:26.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 242971 12.96 MB/sec execute 287 sec latency 76.592 ms 2024-02-23T00:42:27.438 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:42:27.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 243207 12.93 MB/sec execute 288 sec latency 76.650 ms 2024-02-23T00:42:28.013 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:42:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:42:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:42:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (41m) 6m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:42:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:42:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:42:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:42:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:42:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:42:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:42:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:42:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:42:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 6m ago 18m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:42:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 6m ago 16m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:42:28.015 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:42:28.015 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:42:28.015 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:42:28.015 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:42:28.015 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (36m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:42:28.015 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (36m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:42:28.015 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (36m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:42:28.015 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (36m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:42:28.313 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:42:28.313 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:42:28.313 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:42:28.313 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:42:28.313 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:42:28.313 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:42:28.313 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:42:28.313 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:42:28.313 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:42:28.313 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:42:28.313 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:42:28.314 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:42:28.314 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:42:28.314 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:42:28.314 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:42:28.314 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:42:28.314 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:42:28.607 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:42:28.607 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:42:28.607 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:42:28.608 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:42:28.608 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:42:28.608 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:42:28.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 243428 12.90 MB/sec execute 289 sec latency 84.191 ms 2024-02-23T00:42:29.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 243650 12.86 MB/sec execute 290 sec latency 84.755 ms 2024-02-23T00:42:30.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 243908 12.84 MB/sec execute 291 sec latency 56.612 ms 2024-02-23T00:42:31.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 244327 12.84 MB/sec execute 292 sec latency 49.507 ms 2024-02-23T00:42:32.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 244744 12.82 MB/sec execute 293 sec latency 45.613 ms 2024-02-23T00:42:33.908 INFO:teuthology.orchestra.run.smithi115.stdout: 5 245155 12.82 MB/sec execute 294 sec latency 32.999 ms 2024-02-23T00:42:34.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 245416 12.80 MB/sec execute 295 sec latency 87.398 ms 2024-02-23T00:42:35.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 245752 12.80 MB/sec execute 296 sec latency 47.901 ms 2024-02-23T00:42:36.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 246037 12.78 MB/sec execute 297 sec latency 80.491 ms 2024-02-23T00:42:37.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 246280 12.77 MB/sec execute 298 sec latency 48.681 ms 2024-02-23T00:42:38.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 246645 12.76 MB/sec execute 299 sec latency 66.288 ms 2024-02-23T00:42:39.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 247078 12.75 MB/sec execute 300 sec latency 49.918 ms 2024-02-23T00:42:40.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 247406 12.72 MB/sec execute 301 sec latency 33.372 ms 2024-02-23T00:42:41.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 247731 12.70 MB/sec execute 302 sec latency 49.618 ms 2024-02-23T00:42:42.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 248107 12.70 MB/sec execute 303 sec latency 55.609 ms 2024-02-23T00:42:43.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 248538 12.69 MB/sec execute 304 sec latency 42.350 ms 2024-02-23T00:42:44.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 248846 12.69 MB/sec execute 305 sec latency 37.991 ms 2024-02-23T00:42:45.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 249268 12.69 MB/sec execute 306 sec latency 49.138 ms 2024-02-23T00:42:46.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 249591 12.68 MB/sec execute 307 sec latency 46.400 ms 2024-02-23T00:42:47.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 249910 12.68 MB/sec execute 308 sec latency 62.232 ms 2024-02-23T00:42:48.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 250244 12.67 MB/sec execute 309 sec latency 39.704 ms 2024-02-23T00:42:49.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 250618 12.64 MB/sec execute 310 sec latency 56.702 ms 2024-02-23T00:42:50.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 250952 12.62 MB/sec execute 311 sec latency 45.664 ms 2024-02-23T00:42:51.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 251417 12.63 MB/sec execute 312 sec latency 67.581 ms 2024-02-23T00:42:52.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 251860 12.61 MB/sec execute 313 sec latency 40.928 ms 2024-02-23T00:42:53.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 252291 12.62 MB/sec execute 314 sec latency 42.407 ms 2024-02-23T00:42:54.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 252747 12.62 MB/sec execute 315 sec latency 35.600 ms 2024-02-23T00:42:55.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 253141 12.62 MB/sec execute 316 sec latency 52.202 ms 2024-02-23T00:42:56.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 253495 12.62 MB/sec execute 317 sec latency 61.293 ms 2024-02-23T00:42:57.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 253787 12.60 MB/sec execute 318 sec latency 35.958 ms 2024-02-23T00:42:58.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 254128 12.59 MB/sec execute 319 sec latency 50.421 ms 2024-02-23T00:42:58.972 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:42:59.672 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:42:59.672 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:42:59.672 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (41m) 6m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 6m ago 19m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 6m ago 17m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:42:59.673 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:42:59.674 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:42:59.674 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (37m) 6m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:42:59.674 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (37m) 6m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:42:59.674 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (36m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:42:59.674 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (36m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:42:59.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 254401 12.56 MB/sec execute 320 sec latency 79.686 ms 2024-02-23T00:43:00.045 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:43:00.046 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:43:00.047 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:43:00.047 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:43:00.378 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:43:00.379 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:43:00.379 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:43:00.379 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:43:00.379 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:43:00.379 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:43:00.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 254677 12.55 MB/sec execute 321 sec latency 46.415 ms 2024-02-23T00:43:01.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 255125 12.54 MB/sec execute 322 sec latency 47.394 ms 2024-02-23T00:43:02.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 255571 12.52 MB/sec execute 323 sec latency 43.685 ms 2024-02-23T00:43:03.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 255903 12.53 MB/sec execute 324 sec latency 42.157 ms 2024-02-23T00:43:04.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 256291 12.53 MB/sec execute 325 sec latency 47.998 ms 2024-02-23T00:43:05.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 256658 12.52 MB/sec execute 326 sec latency 47.352 ms 2024-02-23T00:43:06.909 INFO:teuthology.orchestra.run.smithi115.stdout: 5 256914 12.51 MB/sec execute 327 sec latency 63.070 ms 2024-02-23T00:43:07.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 257094 12.50 MB/sec execute 328 sec latency 60.454 ms 2024-02-23T00:43:08.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 257312 12.47 MB/sec execute 329 sec latency 68.647 ms 2024-02-23T00:43:09.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 257534 12.45 MB/sec execute 330 sec latency 80.317 ms 2024-02-23T00:43:10.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 257750 12.42 MB/sec execute 331 sec latency 87.030 ms 2024-02-23T00:43:11.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 258036 12.40 MB/sec execute 332 sec latency 39.618 ms 2024-02-23T00:43:12.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 258334 12.38 MB/sec execute 333 sec latency 47.242 ms 2024-02-23T00:43:13.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 258731 12.38 MB/sec execute 334 sec latency 52.796 ms 2024-02-23T00:43:14.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 259148 12.37 MB/sec execute 335 sec latency 41.955 ms 2024-02-23T00:43:15.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 259680 12.39 MB/sec execute 336 sec latency 39.881 ms 2024-02-23T00:43:16.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 260191 12.40 MB/sec execute 337 sec latency 63.690 ms 2024-02-23T00:43:17.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 260555 12.40 MB/sec execute 338 sec latency 79.024 ms 2024-02-23T00:43:18.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 260835 12.38 MB/sec execute 339 sec latency 49.615 ms 2024-02-23T00:43:19.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 261164 12.37 MB/sec execute 340 sec latency 56.157 ms 2024-02-23T00:43:20.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 261458 12.35 MB/sec execute 341 sec latency 51.678 ms 2024-02-23T00:43:21.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 261694 12.33 MB/sec execute 342 sec latency 43.066 ms 2024-02-23T00:43:22.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 262057 12.33 MB/sec execute 343 sec latency 63.913 ms 2024-02-23T00:43:23.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 262397 12.30 MB/sec execute 344 sec latency 62.160 ms 2024-02-23T00:43:24.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 262720 12.29 MB/sec execute 345 sec latency 44.797 ms 2024-02-23T00:43:25.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 262952 12.29 MB/sec execute 346 sec latency 56.427 ms 2024-02-23T00:43:26.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 263219 12.27 MB/sec execute 347 sec latency 104.419 ms 2024-02-23T00:43:27.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 263557 12.26 MB/sec execute 348 sec latency 64.815 ms 2024-02-23T00:43:28.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 263842 12.26 MB/sec execute 349 sec latency 66.486 ms 2024-02-23T00:43:29.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 264135 12.25 MB/sec execute 350 sec latency 47.396 ms 2024-02-23T00:43:30.698 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:43:30.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 264374 12.23 MB/sec execute 351 sec latency 48.887 ms 2024-02-23T00:43:31.259 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:43:31.260 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:43:31.260 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:43:31.260 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (42m) 7m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:43:31.260 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:43:31.260 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:43:31.260 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:43:31.260 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:43:31.260 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (48m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:43:31.260 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:43:31.260 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:43:31.260 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:43:31.261 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 7m ago 19m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:43:31.261 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 7m ago 17m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:43:31.261 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:43:31.261 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:43:31.261 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:43:31.261 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:43:31.261 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (38m) 7m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:43:31.261 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (37m) 7m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:43:31.261 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (37m) 7m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:43:31.261 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (37m) 7m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:43:31.604 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:43:31.604 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:43:31.604 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:43:31.604 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:43:31.604 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:43:31.604 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:43:31.604 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:43:31.604 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:43:31.604 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:43:31.605 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:43:31.605 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:43:31.605 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:43:31.605 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:43:31.605 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:43:31.605 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:43:31.605 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:43:31.605 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:43:31.892 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:43:31.892 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:43:31.892 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:43:31.893 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:43:31.893 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:43:31.893 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:43:31.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 264669 12.22 MB/sec execute 352 sec latency 91.616 ms 2024-02-23T00:43:32.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 264991 12.20 MB/sec execute 353 sec latency 51.608 ms 2024-02-23T00:43:33.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 265234 12.18 MB/sec execute 354 sec latency 40.324 ms 2024-02-23T00:43:34.912 INFO:teuthology.orchestra.run.smithi115.stdout: 5 265599 12.18 MB/sec execute 355 sec latency 71.338 ms 2024-02-23T00:43:35.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 265979 12.16 MB/sec execute 356 sec latency 66.607 ms 2024-02-23T00:43:36.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 266251 12.15 MB/sec execute 357 sec latency 57.893 ms 2024-02-23T00:43:37.910 INFO:teuthology.orchestra.run.smithi115.stdout: 5 266426 12.12 MB/sec execute 358 sec latency 63.722 ms 2024-02-23T00:43:38.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 266709 12.12 MB/sec execute 359 sec latency 67.974 ms 2024-02-23T00:43:39.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 267000 12.12 MB/sec execute 360 sec latency 67.413 ms 2024-02-23T00:43:40.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 267293 12.10 MB/sec execute 361 sec latency 75.781 ms 2024-02-23T00:43:41.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 267489 12.09 MB/sec execute 362 sec latency 74.582 ms 2024-02-23T00:43:42.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 267669 12.08 MB/sec execute 363 sec latency 71.103 ms 2024-02-23T00:43:43.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 267849 12.05 MB/sec execute 364 sec latency 53.396 ms 2024-02-23T00:43:44.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 268095 12.04 MB/sec execute 365 sec latency 80.283 ms 2024-02-23T00:43:45.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 268356 12.02 MB/sec execute 366 sec latency 92.445 ms 2024-02-23T00:43:46.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 268733 12.00 MB/sec execute 367 sec latency 43.572 ms 2024-02-23T00:43:47.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 269270 12.01 MB/sec execute 368 sec latency 72.408 ms 2024-02-23T00:43:48.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 269746 12.00 MB/sec execute 369 sec latency 37.697 ms 2024-02-23T00:43:49.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 270032 12.00 MB/sec execute 370 sec latency 39.177 ms 2024-02-23T00:43:50.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 270440 12.01 MB/sec execute 371 sec latency 54.339 ms 2024-02-23T00:43:51.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 270828 12.00 MB/sec execute 372 sec latency 42.910 ms 2024-02-23T00:43:52.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 271086 12.00 MB/sec execute 373 sec latency 68.148 ms 2024-02-23T00:43:53.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 271312 11.98 MB/sec execute 374 sec latency 46.611 ms 2024-02-23T00:43:54.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 271560 11.97 MB/sec execute 375 sec latency 65.335 ms 2024-02-23T00:43:55.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 271833 11.95 MB/sec execute 376 sec latency 66.284 ms 2024-02-23T00:43:56.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 272084 11.93 MB/sec execute 377 sec latency 63.563 ms 2024-02-23T00:43:57.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 272306 11.91 MB/sec execute 378 sec latency 42.316 ms 2024-02-23T00:43:58.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 272673 11.91 MB/sec execute 379 sec latency 74.265 ms 2024-02-23T00:43:59.911 INFO:teuthology.orchestra.run.smithi115.stdout: 5 273049 11.89 MB/sec execute 380 sec latency 57.321 ms 2024-02-23T00:44:00.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 273461 11.89 MB/sec execute 381 sec latency 31.735 ms 2024-02-23T00:44:01.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 273898 11.91 MB/sec execute 382 sec latency 37.516 ms 2024-02-23T00:44:02.280 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:44:02.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 274310 11.90 MB/sec execute 383 sec latency 48.205 ms 2024-02-23T00:44:03.003 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:44:03.003 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:44:03.003 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:44:03.003 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (42m) 7m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:44:03.003 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:44:03.003 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:44:03.003 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:44:03.004 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:44:03.004 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:44:03.004 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:44:03.004 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:44:03.004 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:44:03.004 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 7m ago 20m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:44:03.004 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 7m ago 18m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:44:03.004 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:44:03.004 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:44:03.004 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:44:03.004 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:44:03.004 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (38m) 7m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:44:03.005 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (38m) 7m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:44:03.005 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (38m) 7m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:44:03.005 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (37m) 7m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:44:03.399 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:44:03.400 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:44:03.400 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:44:03.400 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:44:03.765 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:44:03.766 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:44:03.766 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:44:03.766 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:44:03.766 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:44:03.766 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:44:03.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 274785 11.92 MB/sec execute 384 sec latency 36.603 ms 2024-02-23T00:44:04.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 275299 11.91 MB/sec execute 385 sec latency 55.955 ms 2024-02-23T00:44:05.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 275631 11.90 MB/sec execute 386 sec latency 42.938 ms 2024-02-23T00:44:06.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 275874 11.88 MB/sec execute 387 sec latency 48.443 ms 2024-02-23T00:44:07.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 276227 11.88 MB/sec execute 388 sec latency 128.225 ms 2024-02-23T00:44:08.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 276651 11.86 MB/sec execute 389 sec latency 80.877 ms 2024-02-23T00:44:09.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 276883 11.85 MB/sec execute 390 sec latency 48.807 ms 2024-02-23T00:44:10.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 277082 11.83 MB/sec execute 391 sec latency 49.728 ms 2024-02-23T00:44:11.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 277405 11.85 MB/sec execute 392 sec latency 66.893 ms 2024-02-23T00:44:12.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 277724 11.83 MB/sec execute 393 sec latency 62.456 ms 2024-02-23T00:44:13.913 INFO:teuthology.orchestra.run.smithi115.stdout: 5 278088 11.84 MB/sec execute 394 sec latency 64.357 ms 2024-02-23T00:44:14.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 278379 11.83 MB/sec execute 395 sec latency 42.881 ms 2024-02-23T00:44:15.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 278751 11.82 MB/sec execute 396 sec latency 64.340 ms 2024-02-23T00:44:16.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 279006 11.80 MB/sec execute 397 sec latency 60.834 ms 2024-02-23T00:44:17.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 279247 11.79 MB/sec execute 398 sec latency 42.834 ms 2024-02-23T00:44:18.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 279509 11.78 MB/sec execute 399 sec latency 46.145 ms 2024-02-23T00:44:19.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 279797 11.77 MB/sec execute 400 sec latency 97.701 ms 2024-02-23T00:44:20.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 280261 11.75 MB/sec execute 401 sec latency 48.793 ms 2024-02-23T00:44:21.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 280559 11.75 MB/sec execute 402 sec latency 34.123 ms 2024-02-23T00:44:22.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 280963 11.76 MB/sec execute 403 sec latency 41.823 ms 2024-02-23T00:44:23.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 281391 11.75 MB/sec execute 404 sec latency 56.143 ms 2024-02-23T00:44:24.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 281706 11.75 MB/sec execute 405 sec latency 52.263 ms 2024-02-23T00:44:25.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 281962 11.75 MB/sec execute 406 sec latency 37.613 ms 2024-02-23T00:44:26.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 282284 11.73 MB/sec execute 407 sec latency 70.814 ms 2024-02-23T00:44:27.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 282607 11.72 MB/sec execute 408 sec latency 54.498 ms 2024-02-23T00:44:28.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 282921 11.71 MB/sec execute 409 sec latency 45.860 ms 2024-02-23T00:44:29.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 283283 11.70 MB/sec execute 410 sec latency 75.883 ms 2024-02-23T00:44:30.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 283784 11.70 MB/sec execute 411 sec latency 44.361 ms 2024-02-23T00:44:31.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 284078 11.69 MB/sec execute 412 sec latency 32.338 ms 2024-02-23T00:44:32.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 284439 11.70 MB/sec execute 413 sec latency 43.163 ms 2024-02-23T00:44:33.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 284827 11.69 MB/sec execute 414 sec latency 45.762 ms 2024-02-23T00:44:34.131 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:44:34.784 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:44:34.784 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:44:34.784 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:44:34.784 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (43m) 8m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:44:34.784 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (29m) 8m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (29m) 8m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (49m) 8m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (49m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (9m) 8m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (8m) 8m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 8m ago 20m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 8m ago 18m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:44:34.785 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (39m) 8m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:44:34.786 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (38m) 8m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:44:34.786 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (38m) 8m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:44:34.786 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (38m) 8m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:44:34.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 285203 11.70 MB/sec execute 415 sec latency 35.762 ms 2024-02-23T00:44:35.150 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:44:35.150 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:44:35.150 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:44:35.150 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:44:35.150 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:44:35.150 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:44:35.150 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:44:35.150 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:44:35.150 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:44:35.150 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:44:35.150 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:44:35.150 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:44:35.150 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:44:35.151 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:44:35.151 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:44:35.151 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:44:35.151 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:44:35.481 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:44:35.481 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:44:35.481 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:44:35.481 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:44:35.481 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:44:35.481 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:44:35.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 285485 11.69 MB/sec execute 416 sec latency 35.482 ms 2024-02-23T00:44:36.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 285830 11.68 MB/sec execute 417 sec latency 54.615 ms 2024-02-23T00:44:37.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 286117 11.67 MB/sec execute 418 sec latency 65.699 ms 2024-02-23T00:44:38.914 INFO:teuthology.orchestra.run.smithi115.stdout: 5 286364 11.65 MB/sec execute 419 sec latency 49.316 ms 2024-02-23T00:44:39.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 286619 11.64 MB/sec execute 420 sec latency 56.799 ms 2024-02-23T00:44:40.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 286942 11.63 MB/sec execute 421 sec latency 89.773 ms 2024-02-23T00:44:41.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 287412 11.62 MB/sec execute 422 sec latency 43.380 ms 2024-02-23T00:44:42.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 287690 11.62 MB/sec execute 423 sec latency 45.030 ms 2024-02-23T00:44:43.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 288122 11.63 MB/sec execute 424 sec latency 42.652 ms 2024-02-23T00:44:44.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 288605 11.64 MB/sec execute 425 sec latency 43.126 ms 2024-02-23T00:44:45.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 288864 11.63 MB/sec execute 426 sec latency 55.032 ms 2024-02-23T00:44:46.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 289158 11.62 MB/sec execute 427 sec latency 63.752 ms 2024-02-23T00:44:47.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 289617 11.62 MB/sec execute 428 sec latency 78.780 ms 2024-02-23T00:44:48.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 290082 11.61 MB/sec execute 429 sec latency 42.731 ms 2024-02-23T00:44:49.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 290628 11.62 MB/sec execute 430 sec latency 79.381 ms 2024-02-23T00:44:50.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 291014 11.61 MB/sec execute 431 sec latency 33.979 ms 2024-02-23T00:44:51.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 291349 11.61 MB/sec execute 432 sec latency 47.526 ms 2024-02-23T00:44:52.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 291757 11.62 MB/sec execute 433 sec latency 54.025 ms 2024-02-23T00:44:53.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 292185 11.62 MB/sec execute 434 sec latency 41.034 ms 2024-02-23T00:44:54.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 292414 11.61 MB/sec execute 435 sec latency 53.908 ms 2024-02-23T00:44:55.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 292677 11.60 MB/sec execute 436 sec latency 55.889 ms 2024-02-23T00:44:56.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 292989 11.59 MB/sec execute 437 sec latency 69.201 ms 2024-02-23T00:44:57.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 293303 11.57 MB/sec execute 438 sec latency 55.560 ms 2024-02-23T00:44:58.915 INFO:teuthology.orchestra.run.smithi115.stdout: 5 293565 11.57 MB/sec execute 439 sec latency 49.463 ms 2024-02-23T00:44:59.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 293889 11.56 MB/sec execute 440 sec latency 55.847 ms 2024-02-23T00:45:00.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 294347 11.55 MB/sec execute 441 sec latency 55.445 ms 2024-02-23T00:45:01.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 294693 11.54 MB/sec execute 442 sec latency 39.721 ms 2024-02-23T00:45:02.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 295097 11.56 MB/sec execute 443 sec latency 38.206 ms 2024-02-23T00:45:03.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 295510 11.56 MB/sec execute 444 sec latency 64.027 ms 2024-02-23T00:45:04.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 295863 11.56 MB/sec execute 445 sec latency 42.053 ms 2024-02-23T00:45:05.843 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:45:05.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 296144 11.55 MB/sec execute 446 sec latency 34.230 ms 2024-02-23T00:45:06.454 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:45:06.454 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:45:06.454 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:45:06.454 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (43m) 9m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:45:06.454 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:45:06.455 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:45:06.455 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:45:06.455 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:45:06.455 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:45:06.455 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (48m) 9m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:45:06.455 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:45:06.455 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:45:06.455 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 9m ago 21m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:45:06.455 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 9m ago 19m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:45:06.455 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:45:06.455 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:45:06.455 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:45:06.456 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:45:06.456 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (39m) 9m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:45:06.456 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (39m) 9m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:45:06.456 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (39m) 9m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:45:06.456 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (38m) 9m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:45:06.854 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:45:06.854 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:45:06.854 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:45:06.854 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:45:06.854 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:45:06.854 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:45:06.854 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:45:06.855 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:45:06.855 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:45:06.855 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:45:06.855 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:45:06.855 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:45:06.855 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:45:06.855 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:45:06.855 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:45:06.855 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:45:06.855 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:45:06.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 296460 11.54 MB/sec execute 447 sec latency 53.293 ms 2024-02-23T00:45:07.210 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:45:07.210 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:45:07.211 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:45:07.211 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:45:07.211 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:45:07.211 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:45:07.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 296786 11.53 MB/sec execute 448 sec latency 45.209 ms 2024-02-23T00:45:08.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 297105 11.52 MB/sec execute 449 sec latency 33.771 ms 2024-02-23T00:45:09.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 297423 11.51 MB/sec execute 450 sec latency 57.974 ms 2024-02-23T00:45:10.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 297957 11.51 MB/sec execute 451 sec latency 43.808 ms 2024-02-23T00:45:11.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 298343 11.51 MB/sec execute 452 sec latency 41.149 ms 2024-02-23T00:45:12.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 298774 11.52 MB/sec execute 453 sec latency 58.887 ms 2024-02-23T00:45:13.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 299217 11.52 MB/sec execute 454 sec latency 51.376 ms 2024-02-23T00:45:14.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 299476 11.52 MB/sec execute 455 sec latency 43.868 ms 2024-02-23T00:45:15.917 INFO:teuthology.orchestra.run.smithi115.stdout: 5 299745 11.51 MB/sec execute 456 sec latency 50.474 ms 2024-02-23T00:45:16.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 300012 11.49 MB/sec execute 457 sec latency 94.480 ms 2024-02-23T00:45:17.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 300252 11.48 MB/sec execute 458 sec latency 61.982 ms 2024-02-23T00:45:18.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 300506 11.46 MB/sec execute 459 sec latency 57.802 ms 2024-02-23T00:45:19.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 300723 11.45 MB/sec execute 460 sec latency 52.374 ms 2024-02-23T00:45:20.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 300984 11.45 MB/sec execute 461 sec latency 82.240 ms 2024-02-23T00:45:21.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 301345 11.43 MB/sec execute 462 sec latency 94.050 ms 2024-02-23T00:45:22.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 301632 11.42 MB/sec execute 463 sec latency 44.311 ms 2024-02-23T00:45:23.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 301880 11.42 MB/sec execute 464 sec latency 52.077 ms 2024-02-23T00:45:24.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 302193 11.43 MB/sec execute 465 sec latency 56.587 ms 2024-02-23T00:45:25.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 302466 11.42 MB/sec execute 466 sec latency 68.570 ms 2024-02-23T00:45:26.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 302752 11.41 MB/sec execute 467 sec latency 61.335 ms 2024-02-23T00:45:27.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 302980 11.40 MB/sec execute 468 sec latency 86.093 ms 2024-02-23T00:45:28.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 303152 11.38 MB/sec execute 469 sec latency 62.919 ms 2024-02-23T00:45:29.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 303409 11.37 MB/sec execute 470 sec latency 58.188 ms 2024-02-23T00:45:30.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 303750 11.36 MB/sec execute 471 sec latency 63.910 ms 2024-02-23T00:45:31.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 304125 11.36 MB/sec execute 472 sec latency 37.397 ms 2024-02-23T00:45:32.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 304492 11.36 MB/sec execute 473 sec latency 51.668 ms 2024-02-23T00:45:33.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 304876 11.35 MB/sec execute 474 sec latency 72.108 ms 2024-02-23T00:45:34.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 305177 11.33 MB/sec execute 475 sec latency 53.711 ms 2024-02-23T00:45:35.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 305449 11.33 MB/sec execute 476 sec latency 49.161 ms 2024-02-23T00:45:36.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 305792 11.34 MB/sec execute 477 sec latency 54.332 ms 2024-02-23T00:45:37.573 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:45:37.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 306114 11.33 MB/sec execute 478 sec latency 68.778 ms 2024-02-23T00:45:38.246 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:45:38.246 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:45:38.246 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:45:38.246 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (44m) 9m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:45:38.246 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (30m) 9m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:45:38.246 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (30m) 9m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (51m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (10m) 9m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (10m) 9m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 9m ago 21m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 9m ago 19m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:45:38.247 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (39m) 9m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:45:38.248 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (39m) 9m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:45:38.248 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (39m) 9m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:45:38.627 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:45:38.627 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:45:38.628 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:45:38.629 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:45:38.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 306432 11.33 MB/sec execute 479 sec latency 67.086 ms 2024-02-23T00:45:38.967 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:45:38.967 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:45:38.967 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:45:38.967 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:45:38.968 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:45:38.968 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:45:39.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 306626 11.32 MB/sec execute 480 sec latency 88.510 ms 2024-02-23T00:45:40.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 307005 11.31 MB/sec execute 481 sec latency 65.608 ms 2024-02-23T00:45:41.918 INFO:teuthology.orchestra.run.smithi115.stdout: 5 307639 11.32 MB/sec execute 482 sec latency 55.567 ms 2024-02-23T00:45:42.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 308110 11.32 MB/sec execute 483 sec latency 72.753 ms 2024-02-23T00:45:43.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 308465 11.31 MB/sec execute 484 sec latency 73.083 ms 2024-02-23T00:45:44.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 308739 11.30 MB/sec execute 485 sec latency 49.473 ms 2024-02-23T00:45:45.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 308981 11.30 MB/sec execute 486 sec latency 42.094 ms 2024-02-23T00:45:46.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 309263 11.30 MB/sec execute 487 sec latency 86.833 ms 2024-02-23T00:45:47.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 309567 11.30 MB/sec execute 488 sec latency 58.563 ms 2024-02-23T00:45:48.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 309920 11.29 MB/sec execute 489 sec latency 47.916 ms 2024-02-23T00:45:49.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 310134 11.28 MB/sec execute 490 sec latency 57.435 ms 2024-02-23T00:45:50.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 310369 11.27 MB/sec execute 491 sec latency 71.458 ms 2024-02-23T00:45:51.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 310598 11.25 MB/sec execute 492 sec latency 75.150 ms 2024-02-23T00:45:52.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 310852 11.24 MB/sec execute 493 sec latency 67.705 ms 2024-02-23T00:45:53.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 311131 11.23 MB/sec execute 494 sec latency 61.517 ms 2024-02-23T00:45:54.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 311378 11.22 MB/sec execute 495 sec latency 91.479 ms 2024-02-23T00:45:55.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 311753 11.22 MB/sec execute 496 sec latency 59.317 ms 2024-02-23T00:45:56.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 312103 11.21 MB/sec execute 497 sec latency 56.031 ms 2024-02-23T00:45:57.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 312388 11.20 MB/sec execute 498 sec latency 39.649 ms 2024-02-23T00:45:58.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 312725 11.21 MB/sec execute 499 sec latency 69.227 ms 2024-02-23T00:45:59.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 313074 11.21 MB/sec execute 500 sec latency 41.126 ms 2024-02-23T00:46:00.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 313479 11.21 MB/sec execute 501 sec latency 43.112 ms 2024-02-23T00:46:01.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 313722 11.20 MB/sec execute 502 sec latency 70.144 ms 2024-02-23T00:46:02.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 314028 11.19 MB/sec execute 503 sec latency 66.808 ms 2024-02-23T00:46:03.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 314379 11.19 MB/sec execute 504 sec latency 58.480 ms 2024-02-23T00:46:04.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 314769 11.18 MB/sec execute 505 sec latency 45.546 ms 2024-02-23T00:46:05.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 315140 11.18 MB/sec execute 506 sec latency 52.510 ms 2024-02-23T00:46:06.919 INFO:teuthology.orchestra.run.smithi115.stdout: 5 315553 11.17 MB/sec execute 507 sec latency 59.147 ms 2024-02-23T00:46:07.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 315923 11.17 MB/sec execute 508 sec latency 62.236 ms 2024-02-23T00:46:08.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 316272 11.17 MB/sec execute 509 sec latency 44.604 ms 2024-02-23T00:46:09.279 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:46:09.847 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:46:09.848 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:46:09.848 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:46:09.848 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (44m) 10m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:46:09.848 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:46:09.848 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:46:09.848 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:46:09.848 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:46:09.848 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:46:09.848 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (49m) 10m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:46:09.848 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:46:09.848 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:46:09.848 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 10m ago 22m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:46:09.849 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 10m ago 20m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:46:09.849 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:46:09.849 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:46:09.849 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:46:09.849 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:46:09.849 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (40m) 10m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:46:09.849 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (40m) 10m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:46:09.849 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (40m) 10m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:46:09.849 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (39m) 10m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:46:09.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 316554 11.18 MB/sec execute 510 sec latency 53.551 ms 2024-02-23T00:46:10.147 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:46:10.147 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:46:10.147 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:46:10.147 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:46:10.147 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:46:10.147 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:46:10.147 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:46:10.147 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:46:10.147 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:46:10.147 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:46:10.147 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:46:10.148 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:46:10.148 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:46:10.148 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:46:10.148 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:46:10.148 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:46:10.148 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:46:10.427 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:46:10.427 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:46:10.427 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:46:10.427 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:46:10.427 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:46:10.427 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:46:10.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 316809 11.17 MB/sec execute 511 sec latency 78.698 ms 2024-02-23T00:46:11.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 317087 11.16 MB/sec execute 512 sec latency 86.444 ms 2024-02-23T00:46:12.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 317218 11.15 MB/sec execute 513 sec latency 80.636 ms 2024-02-23T00:46:13.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 317410 11.13 MB/sec execute 514 sec latency 68.214 ms 2024-02-23T00:46:14.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 317637 11.12 MB/sec execute 515 sec latency 52.100 ms 2024-02-23T00:46:15.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 317889 11.11 MB/sec execute 516 sec latency 61.740 ms 2024-02-23T00:46:16.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 318108 11.10 MB/sec execute 517 sec latency 93.762 ms 2024-02-23T00:46:17.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 318347 11.09 MB/sec execute 518 sec latency 58.160 ms 2024-02-23T00:46:18.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 318660 11.09 MB/sec execute 519 sec latency 77.005 ms 2024-02-23T00:46:19.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 318982 11.08 MB/sec execute 520 sec latency 70.057 ms 2024-02-23T00:46:20.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 319341 11.07 MB/sec execute 521 sec latency 57.900 ms 2024-02-23T00:46:21.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 319596 11.07 MB/sec execute 522 sec latency 49.057 ms 2024-02-23T00:46:22.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 319961 11.07 MB/sec execute 523 sec latency 48.524 ms 2024-02-23T00:46:23.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 320362 11.07 MB/sec execute 524 sec latency 52.542 ms 2024-02-23T00:46:24.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 320737 11.07 MB/sec execute 525 sec latency 62.222 ms 2024-02-23T00:46:25.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 321012 11.07 MB/sec execute 526 sec latency 50.908 ms 2024-02-23T00:46:26.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 321374 11.06 MB/sec execute 527 sec latency 43.708 ms 2024-02-23T00:46:27.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 321724 11.05 MB/sec execute 528 sec latency 55.590 ms 2024-02-23T00:46:28.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 322057 11.04 MB/sec execute 529 sec latency 43.967 ms 2024-02-23T00:46:29.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 322395 11.04 MB/sec execute 530 sec latency 61.294 ms 2024-02-23T00:46:30.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 322776 11.03 MB/sec execute 531 sec latency 45.453 ms 2024-02-23T00:46:31.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 323124 11.04 MB/sec execute 532 sec latency 37.171 ms 2024-02-23T00:46:32.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 323602 11.06 MB/sec execute 533 sec latency 43.985 ms 2024-02-23T00:46:33.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 324227 11.06 MB/sec execute 534 sec latency 41.223 ms 2024-02-23T00:46:34.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 324532 11.05 MB/sec execute 535 sec latency 40.765 ms 2024-02-23T00:46:35.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 324921 11.05 MB/sec execute 536 sec latency 87.904 ms 2024-02-23T00:46:36.920 INFO:teuthology.orchestra.run.smithi115.stdout: 5 325246 11.04 MB/sec execute 537 sec latency 52.721 ms 2024-02-23T00:46:37.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 325586 11.04 MB/sec execute 538 sec latency 48.016 ms 2024-02-23T00:46:38.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 325933 11.03 MB/sec execute 539 sec latency 48.515 ms 2024-02-23T00:46:39.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 326350 11.03 MB/sec execute 540 sec latency 46.049 ms 2024-02-23T00:46:40.776 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:46:40.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 326689 11.03 MB/sec execute 541 sec latency 37.583 ms 2024-02-23T00:46:41.446 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:46:41.446 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:46:41.446 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:46:41.446 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (45m) 10m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:46:41.446 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (31m) 10m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:46:41.446 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (31m) 10m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:46:41.446 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:46:41.446 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 10m ago 23m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 10m ago 21m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (41m) 10m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (40m) 10m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (40m) 10m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:46:41.447 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (40m) 10m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:46:41.837 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:46:41.837 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:46:41.837 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:46:41.837 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:46:41.838 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:46:41.838 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:46:41.838 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:46:41.838 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:46:41.838 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:46:41.838 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:46:41.838 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:46:41.838 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:46:41.838 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:46:41.838 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:46:41.838 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:46:41.838 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:46:41.838 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:46:41.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 327013 11.03 MB/sec execute 542 sec latency 42.351 ms 2024-02-23T00:46:42.199 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:46:42.199 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:46:42.199 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:46:42.199 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:46:42.199 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:46:42.199 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:46:42.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 327339 11.03 MB/sec execute 543 sec latency 62.773 ms 2024-02-23T00:46:43.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 327694 11.03 MB/sec execute 544 sec latency 47.385 ms 2024-02-23T00:46:44.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 327946 11.02 MB/sec execute 545 sec latency 56.318 ms 2024-02-23T00:46:45.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 328249 11.01 MB/sec execute 546 sec latency 54.811 ms 2024-02-23T00:46:46.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 328581 11.01 MB/sec execute 547 sec latency 88.595 ms 2024-02-23T00:46:47.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 328982 11.00 MB/sec execute 548 sec latency 48.136 ms 2024-02-23T00:46:48.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 329429 11.01 MB/sec execute 549 sec latency 39.119 ms 2024-02-23T00:46:49.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 329966 11.01 MB/sec execute 550 sec latency 63.287 ms 2024-02-23T00:46:50.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 330342 11.01 MB/sec execute 551 sec latency 31.112 ms 2024-02-23T00:46:51.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 330744 11.02 MB/sec execute 552 sec latency 63.625 ms 2024-02-23T00:46:52.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 331145 11.02 MB/sec execute 553 sec latency 49.580 ms 2024-02-23T00:46:53.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 331462 11.01 MB/sec execute 554 sec latency 59.815 ms 2024-02-23T00:46:54.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 331999 11.02 MB/sec execute 555 sec latency 41.815 ms 2024-02-23T00:46:55.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 332520 11.02 MB/sec execute 556 sec latency 47.094 ms 2024-02-23T00:46:56.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 332821 11.01 MB/sec execute 557 sec latency 51.035 ms 2024-02-23T00:46:57.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 333091 11.00 MB/sec execute 558 sec latency 65.127 ms 2024-02-23T00:46:58.923 INFO:teuthology.orchestra.run.smithi115.stdout: 5 333471 11.00 MB/sec execute 559 sec latency 52.097 ms 2024-02-23T00:46:59.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 333772 10.99 MB/sec execute 560 sec latency 35.888 ms 2024-02-23T00:47:00.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 334019 10.99 MB/sec execute 561 sec latency 54.050 ms 2024-02-23T00:47:01.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 334298 11.00 MB/sec execute 562 sec latency 59.293 ms 2024-02-23T00:47:02.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 334580 10.99 MB/sec execute 563 sec latency 75.518 ms 2024-02-23T00:47:03.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 334874 10.98 MB/sec execute 564 sec latency 71.300 ms 2024-02-23T00:47:04.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 335103 10.97 MB/sec execute 565 sec latency 59.405 ms 2024-02-23T00:47:05.921 INFO:teuthology.orchestra.run.smithi115.stdout: 5 335417 10.97 MB/sec execute 566 sec latency 45.516 ms 2024-02-23T00:47:06.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 335782 10.96 MB/sec execute 567 sec latency 47.795 ms 2024-02-23T00:47:07.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 336136 10.96 MB/sec execute 568 sec latency 57.625 ms 2024-02-23T00:47:08.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 336448 10.95 MB/sec execute 569 sec latency 45.133 ms 2024-02-23T00:47:09.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 336735 10.94 MB/sec execute 570 sec latency 74.191 ms 2024-02-23T00:47:10.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 337126 10.94 MB/sec execute 571 sec latency 61.913 ms 2024-02-23T00:47:11.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 337371 10.94 MB/sec execute 572 sec latency 57.092 ms 2024-02-23T00:47:12.565 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:47:12.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 337617 10.93 MB/sec execute 573 sec latency 53.268 ms 2024-02-23T00:47:13.256 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:47:13.256 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:47:13.256 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:47:13.256 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (45m) 11m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:47:13.256 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:47:13.256 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:47:13.256 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:47:13.256 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:47:13.256 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:47:13.256 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (50m) 11m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:47:13.257 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:47:13.257 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:47:13.257 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 11m ago 23m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:47:13.257 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 11m ago 21m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:47:13.257 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:47:13.257 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (46m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:47:13.257 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:47:13.257 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:47:13.257 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (41m) 11m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:47:13.257 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (41m) 11m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:47:13.257 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (41m) 11m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:47:13.257 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (40m) 11m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:47:13.624 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:47:13.625 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:47:13.626 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:47:13.626 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:47:13.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 337828 10.93 MB/sec execute 574 sec latency 75.741 ms 2024-02-23T00:47:13.976 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:47:13.977 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:47:13.977 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:47:13.977 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:47:13.977 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:47:13.977 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:47:14.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 338070 10.92 MB/sec execute 575 sec latency 71.664 ms 2024-02-23T00:47:15.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 338371 10.92 MB/sec execute 576 sec latency 86.422 ms 2024-02-23T00:47:16.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 338585 10.91 MB/sec execute 577 sec latency 80.539 ms 2024-02-23T00:47:17.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 338887 10.90 MB/sec execute 578 sec latency 47.964 ms 2024-02-23T00:47:18.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 339231 10.89 MB/sec execute 579 sec latency 59.414 ms 2024-02-23T00:47:19.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 339609 10.89 MB/sec execute 580 sec latency 56.477 ms 2024-02-23T00:47:20.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 339941 10.89 MB/sec execute 581 sec latency 49.262 ms 2024-02-23T00:47:21.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 340255 10.88 MB/sec execute 582 sec latency 55.396 ms 2024-02-23T00:47:22.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 340645 10.88 MB/sec execute 583 sec latency 41.317 ms 2024-02-23T00:47:23.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 341001 10.88 MB/sec execute 584 sec latency 33.128 ms 2024-02-23T00:47:24.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 341458 10.89 MB/sec execute 585 sec latency 30.901 ms 2024-02-23T00:47:25.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 341891 10.89 MB/sec execute 586 sec latency 47.170 ms 2024-02-23T00:47:26.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 342134 10.88 MB/sec execute 587 sec latency 73.569 ms 2024-02-23T00:47:27.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 342389 10.88 MB/sec execute 588 sec latency 50.856 ms 2024-02-23T00:47:28.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 342691 10.87 MB/sec execute 589 sec latency 52.063 ms 2024-02-23T00:47:29.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 343036 10.86 MB/sec execute 590 sec latency 86.333 ms 2024-02-23T00:47:30.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 343402 10.86 MB/sec execute 591 sec latency 42.182 ms 2024-02-23T00:47:31.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 343672 10.85 MB/sec execute 592 sec latency 54.776 ms 2024-02-23T00:47:32.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 344123 10.85 MB/sec execute 593 sec latency 43.202 ms 2024-02-23T00:47:33.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 344412 10.85 MB/sec execute 594 sec latency 46.652 ms 2024-02-23T00:47:34.922 INFO:teuthology.orchestra.run.smithi115.stdout: 5 344719 10.85 MB/sec execute 595 sec latency 46.055 ms 2024-02-23T00:47:35.923 INFO:teuthology.orchestra.run.smithi115.stdout: 5 345012 10.85 MB/sec execute 596 sec latency 43.588 ms 2024-02-23T00:47:36.923 INFO:teuthology.orchestra.run.smithi115.stdout: 5 345290 10.85 MB/sec execute 597 sec latency 55.716 ms 2024-02-23T00:47:37.923 INFO:teuthology.orchestra.run.smithi115.stdout: 5 345605 10.84 MB/sec execute 598 sec latency 52.777 ms 2024-02-23T00:47:38.923 INFO:teuthology.orchestra.run.smithi115.stdout: 5 345799 10.83 MB/sec execute 599 sec latency 54.253 ms 2024-02-23T00:47:39.923 INFO:teuthology.orchestra.run.smithi115.stdout: 5 cleanup 600 sec 2024-02-23T00:47:40.114 INFO:teuthology.orchestra.run.smithi115.stdout: 0 cleanup 600 sec 2024-02-23T00:47:40.114 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: Operation Count AvgLat MaxLat 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: ---------------------------------------- 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: NTCreateX 208233 4.163 217.421 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: Close 152816 0.133 11.686 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: Rename 8825 9.188 128.215 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: Unlink 42166 7.057 205.365 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: Qpathinfo 188846 0.891 84.108 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: Qfileinfo 32892 0.085 8.457 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: Qfsinfo 34671 0.378 11.052 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: Sfileinfo 16958 12.444 95.653 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: Find 72988 0.385 25.298 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: WriteX 102823 12.679 210.832 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: ReadX 326697 0.010 11.447 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: LockX 680 0.333 3.782 2024-02-23T00:47:40.115 INFO:teuthology.orchestra.run.smithi115.stdout: UnlockX 680 0.278 7.098 2024-02-23T00:47:40.116 INFO:teuthology.orchestra.run.smithi115.stdout: Flush 14577 0.002 0.017 2024-02-23T00:47:40.116 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:47:40.116 INFO:teuthology.orchestra.run.smithi115.stdout:Throughput 10.8284 MB/sec 5 clients 5 procs max_latency=217.424 ms 2024-02-23T00:47:40.117 DEBUG:teuthology.orchestra.run.smithi115:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-23T00:47:40.172 DEBUG:teuthology.orchestra.run.smithi115:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-23T00:47:40.245 DEBUG:teuthology.orchestra.run.smithi115:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-23T00:47:40.272 INFO:teuthology.orchestra.run.smithi115.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-23T00:47:40.272 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:47:40.272 INFO:teuthology.orchestra.run.smithi115.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-23T00:47:40.273 INFO:teuthology.orchestra.run.smithi115.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-23T00:47:40.373 INFO:teuthology.orchestra.run.smithi115.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-23T00:47:40.373 INFO:teuthology.orchestra.run.smithi115.stdout:releasing clients 2024-02-23T00:47:42.373 INFO:teuthology.orchestra.run.smithi115.stdout: 5 334 22.37 MB/sec execute 1 sec latency 79.167 ms 2024-02-23T00:47:43.373 INFO:teuthology.orchestra.run.smithi115.stdout: 5 477 22.63 MB/sec execute 2 sec latency 32.125 ms 2024-02-23T00:47:44.344 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:47:44.373 INFO:teuthology.orchestra.run.smithi115.stdout: 5 720 22.74 MB/sec execute 3 sec latency 35.621 ms 2024-02-23T00:47:45.065 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:47:45.065 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:47:45.065 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:47:45.065 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (46m) 11m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:47:45.065 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (32m) 11m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:47:45.065 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (32m) 11m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:47:45.065 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:47:45.065 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:47:45.065 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:47:45.065 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (51m) 11m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:47:45.065 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:47:45.066 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:47:45.066 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 11m ago 24m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:47:45.066 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 11m ago 22m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:47:45.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:47:45.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:47:45.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:47:45.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:47:45.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (42m) 11m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:47:45.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (41m) 11m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:47:45.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (41m) 11m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:47:45.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (41m) 11m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:47:45.373 INFO:teuthology.orchestra.run.smithi115.stdout: 5 1058 19.08 MB/sec execute 4 sec latency 36.071 ms 2024-02-23T00:47:45.484 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:47:45.484 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:47:45.484 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:47:45.484 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:47:45.484 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:47:45.484 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:47:45.485 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:47:45.485 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:47:45.485 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:47:45.485 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:47:45.485 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:47:45.485 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:47:45.485 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:47:45.485 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:47:45.485 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:47:45.485 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:47:45.485 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:47:45.869 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:47:45.869 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:47:45.869 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:47:45.870 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:47:45.870 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:47:45.870 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:47:46.373 INFO:teuthology.orchestra.run.smithi115.stdout: 5 cleanup 5 sec 2024-02-23T00:47:46.559 INFO:teuthology.orchestra.run.smithi115.stdout: 0 cleanup 5 sec 2024-02-23T00:47:46.559 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:47:46.559 INFO:teuthology.orchestra.run.smithi115.stdout: Operation Count AvgLat MaxLat 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: ---------------------------------------- 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: NTCreateX 919 7.547 35.212 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: Close 837 7.005 39.941 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: Rename 50 8.970 36.063 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: Unlink 95 3.643 23.011 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: Qpathinfo 554 1.570 41.476 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: Qfileinfo 383 16.370 35.627 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: Qfsinfo 165 0.629 4.689 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: Sfileinfo 170 12.590 29.896 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: Find 251 0.546 7.105 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: WriteX 1752 0.023 0.055 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: ReadX 1145 0.019 1.413 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: Flush 123 15.650 39.732 2024-02-23T00:47:46.560 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T00:47:46.561 INFO:teuthology.orchestra.run.smithi115.stdout:Throughput 19.0805 MB/sec 5 clients 5 procs max_latency=79.167 ms 2024-02-23T00:47:46.562 DEBUG:teuthology.parallel:result is None 2024-02-23T00:48:16.150 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:48:16.658 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:48:16.658 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:48:16.659 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:48:16.659 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (47m) 12m ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:48:16.659 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:48:16.659 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:48:16.659 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (53m) 12m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:48:16.659 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:48:16.659 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (53m) 12m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:48:16.659 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (52m) 12m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:48:16.659 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:48:16.659 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:48:16.659 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 12m ago 24m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:48:16.659 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 12m ago 22m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:48:16.660 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:48:16.660 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:48:16.660 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:48:16.660 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:48:16.660 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (42m) 12m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:48:16.660 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (42m) 12m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:48:16.660 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (42m) 12m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:48:16.660 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (41m) 12m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:48:16.970 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:48:16.971 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:48:16.972 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:48:16.972 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:48:17.244 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:48:17.244 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:48:17.244 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:48:17.244 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:48:17.244 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:48:17.244 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:48:47.521 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:48:48.016 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:48:48.016 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:48:48.016 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:48:48.016 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (47m) 12m ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:48:48.016 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (33m) 12m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:48:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (33m) 12m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:48:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (54m) 12m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:48:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:48:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (54m) 12m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:48:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (52m) 12m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:48:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:48:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:48:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 12m ago 25m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:48:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 12m ago 23m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:48:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:48:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:48:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (45m) 12m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:48:48.017 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (45m) 12m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:48:48.018 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (43m) 12m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:48:48.018 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (43m) 12m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:48:48.018 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (42m) 12m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:48:48.018 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (42m) 12m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:48:48.290 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:48:48.290 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:48:48.290 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:48:48.291 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:48:48.291 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:48:48.291 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:48:48.291 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:48:48.291 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:48:48.291 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:48:48.291 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:48:48.291 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:48:48.291 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:48:48.291 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:48:48.291 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:48:48.291 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:48:48.292 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:48:48.292 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:48:48.541 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:48:48.541 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:48:48.541 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:48:48.542 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:48:48.542 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:48:48.542 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:49:18.820 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:49:19.315 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:49:19.315 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (48m) 13m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:49:19.315 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (48m) 13m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:49:19.315 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (48m) 13m ago 48m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:49:19.316 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (33m) 13m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:49:19.316 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (33m) 13m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:49:19.316 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (54m) 13m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:49:19.316 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (48m) 13m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:49:19.316 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (54m) 13m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:49:19.316 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (53m) 13m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:49:19.316 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (13m) 13m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:49:19.316 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (13m) 13m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:49:19.316 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 13m ago 25m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:49:19.316 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 13m ago 23m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:49:19.316 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (48m) 13m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:49:19.316 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (48m) 13m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:49:19.316 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (45m) 13m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:49:19.317 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (45m) 13m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:49:19.317 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (43m) 13m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:49:19.317 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (43m) 13m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:49:19.317 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (43m) 13m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:49:19.317 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (42m) 13m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:49:19.590 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:49:19.591 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:49:19.591 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:49:19.591 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:49:19.591 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:49:19.591 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:49:19.591 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:49:19.591 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:49:19.591 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:49:19.591 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:49:19.591 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:49:19.591 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:49:19.591 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:49:19.592 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:49:19.592 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:49:19.592 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:49:19.592 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:49:19.842 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:49:19.842 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:49:19.842 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:49:19.842 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:49:19.842 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:49:19.842 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:49:50.114 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:49:50.613 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:49:50.613 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (48m) 13m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:49:50.614 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (48m) 13m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:49:50.614 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (48m) 13m ago 48m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:49:50.614 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (34m) 13m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:49:50.614 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (34m) 13m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:49:50.614 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (55m) 13m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:49:50.614 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (48m) 13m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:49:50.614 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (55m) 13m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:49:50.614 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (53m) 13m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:49:50.614 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (14m) 13m ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:49:50.614 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (14m) 13m ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:49:50.614 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 13m ago 26m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:49:50.614 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 13m ago 24m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:49:50.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (48m) 13m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:49:50.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (48m) 13m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:49:50.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (46m) 13m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:49:50.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (46m) 13m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:49:50.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (44m) 13m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:49:50.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (44m) 13m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:49:50.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (43m) 13m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:49:50.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (43m) 13m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:49:50.885 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:49:50.885 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:49:50.886 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:49:50.886 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:49:50.886 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:49:50.886 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:49:50.886 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:49:50.886 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:49:50.886 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:49:50.887 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:49:50.887 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:49:50.887 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:49:50.887 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:49:50.887 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:49:50.887 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:49:50.887 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:49:50.887 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:49:51.137 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:49:51.137 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:49:51.137 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:49:51.137 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:49:51.137 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:49:51.137 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:50:21.415 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:50:21.905 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:50:21.906 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (49m) 14m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:50:21.906 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (49m) 14m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:50:21.906 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (49m) 14m ago 49m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:50:21.906 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (34m) 14m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:50:21.906 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (34m) 14m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:50:21.906 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (55m) 14m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:50:21.906 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (49m) 14m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:50:21.906 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (55m) 14m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:50:21.906 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (54m) 14m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:50:21.906 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (14m) 14m ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:50:21.906 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (14m) 14m ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:50:21.907 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 14m ago 26m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:50:21.907 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 14m ago 24m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:50:21.907 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (49m) 14m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:50:21.907 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (49m) 14m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:50:21.907 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (46m) 14m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:50:21.907 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (46m) 14m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:50:21.907 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (44m) 14m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:50:21.907 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (44m) 14m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:50:21.907 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (44m) 14m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:50:21.907 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (44m) 14m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:50:22.180 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:50:22.180 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:50:22.180 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:50:22.180 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:50:22.180 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:50:22.180 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:50:22.180 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:50:22.180 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:50:22.180 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:50:22.180 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:50:22.180 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:50:22.181 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:50:22.181 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:50:22.181 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:50:22.181 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:50:22.181 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:50:22.181 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:50:22.434 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:50:22.435 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:50:22.435 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:50:22.435 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:50:22.435 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:50:22.435 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:50:52.709 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:50:53.201 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:50:53.201 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (50m) 14m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:50:53.201 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (50m) 14m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:50:53.201 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (49m) 14m ago 49m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (35m) 14m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (35m) 14m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (56m) 14m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (49m) 14m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (56m) 14m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (54m) 14m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (15m) 14m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (15m) 14m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 14m ago 27m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 14m ago 25m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (49m) 14m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (49m) 14m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (47m) 14m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:50:53.202 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (47m) 14m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:50:53.203 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (45m) 14m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:50:53.203 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (45m) 14m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:50:53.203 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (44m) 14m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:50:53.203 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (44m) 14m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:50:53.473 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:50:53.473 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:50:53.474 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:50:53.725 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:50:53.725 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:50:53.725 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:50:53.725 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:50:53.725 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:50:53.725 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:51:24.002 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:51:24.493 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:51:24.493 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (50m) 15m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:51:24.493 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (50m) 15m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:51:24.493 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (50m) 15m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (35m) 15m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (35m) 15m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (56m) 15m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (50m) 15m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (56m) 15m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (55m) 15m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (15m) 15m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (15m) 15m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 15m ago 27m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 15m ago 25m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (50m) 15m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (50m) 15m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (47m) 15m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (47m) 15m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:51:24.494 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (45m) 15m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:51:24.495 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (45m) 15m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:51:24.495 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (45m) 15m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:51:24.495 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (45m) 15m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:51:24.765 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:51:24.765 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:51:24.766 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:51:25.015 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:51:25.015 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:51:25.015 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:51:25.015 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:51:25.015 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:51:25.015 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:51:55.293 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:51:55.787 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:51:55.787 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (51m) 15m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:51:55.788 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (51m) 15m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:51:55.788 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (50m) 15m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:51:55.788 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (36m) 15m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:51:55.788 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (36m) 15m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:51:55.788 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (57m) 15m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:51:55.788 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (50m) 15m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:51:55.788 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (57m) 15m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:51:55.788 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (55m) 15m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:51:55.788 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (16m) 15m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:51:55.788 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (16m) 15m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:51:55.788 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 15m ago 28m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:51:55.788 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 15m ago 26m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:51:55.789 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (50m) 15m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:51:55.789 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (50m) 15m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:51:55.789 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (48m) 15m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:51:55.789 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (48m) 15m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:51:55.789 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (46m) 15m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:51:55.789 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (46m) 15m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:51:55.789 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (45m) 15m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:51:55.789 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (45m) 15m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:51:56.057 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:51:56.057 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:51:56.057 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:51:56.057 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:51:56.057 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:51:56.057 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:51:56.058 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:51:56.058 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:51:56.058 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:51:56.058 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:51:56.058 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:51:56.058 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:51:56.058 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:51:56.058 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:51:56.058 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:51:56.058 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:51:56.058 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:51:56.310 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:51:56.311 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:51:56.311 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:51:56.311 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:51:56.311 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:51:56.311 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:52:26.601 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:52:27.139 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:52:27.139 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (51m) 16m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:52:27.139 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (51m) 16m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:52:27.139 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (51m) 16m ago 51m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:52:27.139 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (37m) 16m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:52:27.139 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (36m) 16m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:52:27.139 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (57m) 16m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:52:27.139 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (51m) 16m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:52:27.139 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (57m) 16m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:52:27.139 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (56m) 16m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:52:27.139 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (16m) 16m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:52:27.140 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (16m) 16m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:52:27.140 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 16m ago 28m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:52:27.140 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 16m ago 26m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:52:27.140 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (51m) 16m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:52:27.140 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (51m) 16m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:52:27.140 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (48m) 16m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:52:27.140 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (48m) 16m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:52:27.140 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (46m) 16m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:52:27.140 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (46m) 16m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:52:27.140 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (46m) 16m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:52:27.140 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (46m) 16m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:52:27.456 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:52:27.456 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:52:27.456 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:52:27.456 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:52:27.456 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:52:27.456 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:52:27.456 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:52:27.457 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:52:27.457 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:52:27.457 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:52:27.457 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:52:27.457 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:52:27.457 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:52:27.457 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:52:27.457 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:52:27.457 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:52:27.457 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:52:27.730 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:52:27.730 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:52:27.730 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:52:27.731 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:52:27.731 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:52:27.731 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:52:58.013 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:52:58.512 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:52:58.512 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (52m) 16m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:52:58.512 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (52m) 16m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:52:58.512 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (51m) 16m ago 51m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:52:58.512 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (37m) 16m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:52:58.512 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (37m) 16m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:52:58.512 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (58m) 16m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:52:58.512 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (51m) 16m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1756e851ec25 2024-02-23T00:52:58.512 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (58m) 16m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:52:58.512 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (56m) 16m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:52:58.512 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (17m) 16m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:52:58.513 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (17m) 16m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:52:58.513 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 16m ago 29m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:52:58.513 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 16m ago 27m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:52:58.513 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (52m) 16m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:52:58.513 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (51m) 16m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:52:58.513 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (49m) 16m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:52:58.513 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (49m) 16m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:52:58.513 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (47m) 16m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:52:58.513 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (47m) 16m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:52:58.513 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (46m) 16m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:52:58.513 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (46m) 16m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:52:58.788 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:52:58.788 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:52:58.789 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:52:59.038 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:52:59.039 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:52:59.039 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:52:59.039 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:52:59.039 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:52:59.039 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:53:29.314 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:53:29.809 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:53:29.809 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (52m) 3s ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:53:29.809 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (52m) 1s ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:53:29.809 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (52m) 1s ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:53:29.809 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (38m) 3s ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:53:29.809 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (38m) 1s ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (58m) 3s ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (6s) 1s ago 52m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (58m) 3s ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (57m) 1s ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (17m) 3s ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (17m) 1s ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 3s ago 29m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 1s ago 27m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (52m) 3s ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (52m) 3s ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (50m) 3s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (49m) 3s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (48m) 1s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (47m) 1s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:53:29.810 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (47m) 1s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:53:29.811 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (47m) 1s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:53:30.083 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:53:30.083 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:53:30.083 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:53:30.084 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:53:30.334 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:53:30.334 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:53:30.334 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:53:30.334 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:53:30.335 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:53:30.335 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:54:00.611 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:54:01.104 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:54:01.104 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (53m) 34s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:54:01.104 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (53m) 33s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:54:01.104 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (52m) 33s ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:54:01.104 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (38m) 34s ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (38m) 33s ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (59m) 34s ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (37s) 33s ago 52m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (59m) 34s ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (57m) 33s ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (18m) 34s ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (18m) 33s ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 34s ago 30m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 33s ago 28m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (53m) 34s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (52m) 34s ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (50m) 34s ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (50m) 34s ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:54:01.105 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (48m) 33s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:54:01.106 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (48m) 33s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:54:01.106 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (47m) 33s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:54:01.106 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (47m) 33s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:54:01.379 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:54:01.380 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:54:01.380 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:54:01.380 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:54:01.380 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:54:01.380 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T00:54:01.381 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:54:01.381 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:54:01.381 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:54:01.381 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:54:01.381 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:54:01.382 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:54:01.382 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:54:01.382 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:54:01.382 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:54:01.382 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T00:54:01.382 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:54:01.382 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:54:01.382 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:54:01.632 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:54:01.632 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:54:01.632 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:54:01.632 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:54:01.632 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:54:01.632 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:54:31.907 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:54:32.415 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:54:32.415 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (53m) 66s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:54:32.415 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (53m) 64s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:54:32.416 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (53m) 64s ago 53m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:54:32.416 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (39m) 66s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:54:32.416 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (39m) 64s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:54:32.416 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (59m) 66s ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:54:32.416 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (69s) 64s ago 53m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T00:54:32.416 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (59m) 66s ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:54:32.416 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (58m) 64s ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:54:32.416 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (18m) 66s ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:54:32.416 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (18m) 64s ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:54:32.416 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 66s ago 30m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:54:32.416 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 64s ago 28m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:54:32.416 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (53m) 66s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:54:32.416 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (53m) 66s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:54:32.417 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (51m) 66s ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:54:32.417 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (50m) 66s ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:54:32.417 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (49m) 64s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:54:32.417 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (48m) 64s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:54:32.417 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (48m) 64s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:54:32.417 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (48m) 64s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:54:32.687 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:54:32.687 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:54:32.687 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:54:32.687 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:54:32.687 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:54:32.687 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T00:54:32.687 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:54:32.687 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:54:32.687 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:54:32.687 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:54:32.687 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:54:32.687 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:54:32.688 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:54:32.688 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:54:32.688 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:54:32.688 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T00:54:32.688 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:54:32.688 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:54:32.688 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:54:32.939 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:54:32.939 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:54:32.939 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:54:32.939 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:54:32.939 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:54:32.939 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:55:03.214 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:55:03.712 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:55:03.712 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (54m) 97s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:55:03.712 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (54m) 95s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:55:03.712 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (53m) 95s ago 53m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:55:03.713 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (39m) 97s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:55:03.713 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (39m) 95s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:55:03.713 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (60m) 97s ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:55:03.713 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (100s) 95s ago 53m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T00:55:03.713 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (60m) 97s ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:55:03.714 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (58m) 95s ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:55:03.714 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (19m) 97s ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:55:03.714 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (19m) 95s ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:55:03.714 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 97s ago 31m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:55:03.714 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 95s ago 29m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:55:03.714 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (54m) 97s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:55:03.715 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (53m) 97s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:55:03.715 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (51m) 97s ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:55:03.715 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (51m) 97s ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:55:03.715 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (49m) 95s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:55:03.715 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (49m) 95s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:55:03.715 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (49m) 95s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:55:03.716 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (48m) 95s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:55:03.983 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:55:03.983 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:55:03.983 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T00:55:03.984 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:55:03.985 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:55:03.985 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:55:04.234 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:55:04.234 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:55:04.234 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:55:04.234 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:55:04.235 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:55:04.235 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:55:34.508 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:55:35.001 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:55:35.001 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (54m) 2m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:55:35.001 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (54m) 2m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (54m) 2m ago 54m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (40m) 2m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (40m) 2m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (60m) 2m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (2m) 2m ago 54m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (60m) 2m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (59m) 2m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (20m) 2m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (19m) 2m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 2m ago 31m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 2m ago 29m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (54m) 2m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (54m) 2m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:55:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (52m) 2m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:55:35.003 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (51m) 2m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:55:35.003 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:55:35.003 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:55:35.003 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:55:35.003 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:55:35.276 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:55:35.276 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:55:35.277 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:55:35.278 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:55:35.533 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:55:35.533 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:55:35.533 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:55:35.533 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:55:35.533 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:55:35.533 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:56:05.807 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:56:06.303 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:56:06.303 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (55m) 2m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:56:06.303 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (55m) 2m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:56:06.303 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (54m) 2m ago 54m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:56:06.303 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (40m) 2m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:56:06.303 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (40m) 2m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (61m) 2m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (2m) 2m ago 54m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (61m) 2m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (59m) 2m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (20m) 2m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (20m) 2m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 2m ago 32m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 2m ago 30m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (55m) 2m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (54m) 2m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (52m) 2m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (52m) 2m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:56:06.304 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:56:06.305 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:56:06.305 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:56:06.580 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:56:06.581 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:56:06.581 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:56:06.581 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:56:06.581 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:56:06.581 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T00:56:06.581 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:56:06.581 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:56:06.581 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:56:06.581 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:56:06.581 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:56:06.582 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:56:06.582 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:56:06.582 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:56:06.582 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:56:06.582 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T00:56:06.582 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:56:06.582 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:56:06.582 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:56:06.833 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:56:06.833 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:56:06.833 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:56:06.833 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:56:06.833 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:56:06.833 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:56:37.111 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:56:37.606 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:56:37.607 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (55m) 3m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:56:37.607 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (55m) 3m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:56:37.607 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (55m) 3m ago 55m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:56:37.607 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (41m) 3m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:56:37.607 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (41m) 3m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:56:37.607 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (61m) 3m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:56:37.607 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (3m) 3m ago 55m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T00:56:37.607 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (62m) 3m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:56:37.608 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (60m) 3m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:56:37.608 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (21m) 3m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:56:37.608 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (21m) 3m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:56:37.608 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 3m ago 32m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:56:37.608 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 3m ago 30m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:56:37.608 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (55m) 3m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:56:37.608 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (55m) 3m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:56:37.608 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (53m) 3m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:56:37.608 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (52m) 3m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:56:37.608 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:56:37.608 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:56:37.609 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:56:37.609 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:56:37.879 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:56:37.879 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:56:37.879 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:56:37.879 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:56:37.879 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:56:37.879 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T00:56:37.879 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:56:37.879 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:56:37.880 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:56:37.880 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:56:37.880 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:56:37.880 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:56:37.880 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:56:37.880 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:56:37.880 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:56:37.881 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T00:56:37.881 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:56:37.881 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:56:37.881 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:56:38.133 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:56:38.133 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:56:38.133 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:56:38.133 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:56:38.134 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:56:38.134 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:57:08.412 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:57:08.903 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:57:08.903 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (56m) 3m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:57:08.903 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (56m) 3m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:57:08.903 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (55m) 3m ago 55m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (41m) 3m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (41m) 3m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (62m) 3m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (3m) 3m ago 55m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (62m) 3m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (60m) 3m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (21m) 3m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (21m) 3m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 3m ago 33m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 3m ago 31m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (56m) 3m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (55m) 3m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (53m) 3m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (53m) 3m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:57:08.904 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:57:08.905 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:57:08.905 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:57:08.905 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:57:09.175 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:57:09.175 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:57:09.175 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:57:09.175 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:57:09.175 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:57:09.175 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T00:57:09.175 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:57:09.175 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:57:09.175 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:57:09.175 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:57:09.175 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:57:09.176 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:57:09.176 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:57:09.176 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:57:09.176 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:57:09.176 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T00:57:09.176 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:57:09.176 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:57:09.176 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:57:09.428 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:57:09.428 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:57:09.428 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:57:09.428 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:57:09.428 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:57:09.428 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:57:39.700 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:57:40.195 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:57:40.196 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (56m) 4m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:57:40.196 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (56m) 4m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:57:40.196 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (56m) 4m ago 56m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:57:40.196 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (42m) 4m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:57:40.196 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (42m) 4m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:57:40.196 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (63m) 4m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:57:40.196 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (4m) 4m ago 56m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T00:57:40.196 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (63m) 4m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:57:40.196 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (61m) 4m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:57:40.196 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (22m) 4m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:57:40.196 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (22m) 4m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:57:40.196 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 4m ago 34m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:57:40.197 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 4m ago 31m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:57:40.197 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (56m) 4m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:57:40.197 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (56m) 4m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:57:40.197 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (54m) 4m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:57:40.197 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (53m) 4m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:57:40.197 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:57:40.197 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:57:40.197 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:57:40.197 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:57:40.468 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:57:40.469 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:57:40.469 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:57:40.469 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:57:40.469 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:57:40.469 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T00:57:40.469 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:57:40.469 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:57:40.469 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:57:40.469 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:57:40.469 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:57:40.469 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:57:40.469 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:57:40.469 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:57:40.470 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:57:40.470 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T00:57:40.470 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:57:40.470 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:57:40.470 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:57:40.718 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:57:40.718 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:57:40.718 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:57:40.718 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:57:40.718 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:57:40.718 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:58:10.994 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:58:11.491 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:58:11.491 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (57m) 4m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:58:11.491 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (57m) 4m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (56m) 4m ago 56m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (42m) 4m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (42m) 4m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (63m) 4m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (4m) 4m ago 56m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (63m) 4m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (61m) 4m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (22m) 4m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (22m) 4m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 4m ago 34m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 4m ago 32m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (57m) 4m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (56m) 4m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (54m) 4m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:58:11.492 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (54m) 4m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:58:11.493 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:58:11.493 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:58:11.493 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:58:11.493 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:58:11.765 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:58:11.765 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:58:11.765 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:58:11.765 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:58:11.765 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:58:11.765 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T00:58:11.765 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:58:11.766 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:58:11.766 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:58:11.766 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:58:11.766 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:58:11.766 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:58:11.766 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:58:11.766 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:58:11.766 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:58:11.766 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T00:58:11.766 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:58:11.766 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:58:11.766 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:58:12.015 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:58:12.015 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:58:12.015 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:58:12.015 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:58:12.015 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:58:12.015 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:58:42.294 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:58:42.789 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:58:42.789 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (57m) 5m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:58:42.789 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (57m) 5m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:58:42.789 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (57m) 5m ago 57m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:58:42.789 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (43m) 5m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:58:42.789 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (43m) 5m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:58:42.790 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (64m) 5m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:58:42.790 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (5m) 5m ago 57m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T00:58:42.790 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (64m) 5m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:58:42.790 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (62m) 5m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:58:42.790 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (23m) 5m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:58:42.790 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (23m) 5m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:58:42.790 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 5m ago 35m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:58:42.790 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 5m ago 33m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:58:42.790 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (57m) 5m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:58:42.790 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (57m) 5m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:58:42.790 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (55m) 5m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:58:42.791 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (54m) 5m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:58:42.791 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:58:42.791 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:58:42.791 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:58:42.791 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:58:43.062 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:58:43.062 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:58:43.062 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:58:43.062 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:58:43.062 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:58:43.062 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T00:58:43.062 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:58:43.062 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:58:43.062 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:58:43.062 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:58:43.062 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:58:43.062 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:58:43.063 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:58:43.063 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:58:43.063 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:58:43.063 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T00:58:43.063 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:58:43.063 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:58:43.063 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:58:43.314 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:58:43.314 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:58:43.314 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:58:43.314 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:58:43.314 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:58:43.314 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:59:13.592 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:59:14.082 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:59:14.082 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:59:14.083 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:59:14.083 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (57m) 5m ago 57m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:59:14.083 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (43m) 5m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:59:14.083 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (43m) 5m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:59:14.083 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (64m) 5m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:59:14.083 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (5m) 5m ago 57m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T00:59:14.084 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (64m) 5m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:59:14.084 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (62m) 5m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:59:14.084 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (23m) 5m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:59:14.084 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (23m) 5m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:59:14.084 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 5m ago 35m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:59:14.084 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 5m ago 33m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:59:14.085 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:59:14.085 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:59:14.085 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (55m) 5m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:59:14.085 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (55m) 5m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:59:14.085 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:59:14.085 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:59:14.085 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:59:14.086 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:59:14.356 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:59:14.357 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:59:14.357 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:59:14.357 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:59:14.357 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:59:14.357 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T00:59:14.357 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:59:14.357 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:59:14.358 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:59:14.358 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:59:14.358 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:59:14.358 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:59:14.358 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:59:14.358 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:59:14.358 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:59:14.358 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T00:59:14.358 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:59:14.358 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:59:14.358 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:59:14.609 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:59:14.609 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:59:14.609 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:59:14.609 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:59:14.609 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:59:14.610 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:59:44.884 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T00:59:45.378 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T00:59:45.378 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (58m) 6m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T00:59:45.378 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (58m) 6m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T00:59:45.378 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (58m) 6m ago 58m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T00:59:45.378 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (44m) 6m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T00:59:45.378 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (44m) 6m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T00:59:45.378 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (65m) 6m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T00:59:45.378 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (6m) 6m ago 58m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T00:59:45.378 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (65m) 6m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T00:59:45.379 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (63m) 6m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T00:59:45.379 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (24m) 6m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T00:59:45.379 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (24m) 6m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T00:59:45.379 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 6m ago 36m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:59:45.379 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 6m ago 34m docker.io/prom/node-exporter:v0.18.1 2024-02-23T00:59:45.379 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (58m) 6m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T00:59:45.379 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (58m) 6m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T00:59:45.379 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (56m) 6m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T00:59:45.379 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (55m) 6m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T00:59:45.379 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T00:59:45.379 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T00:59:45.379 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T00:59:45.379 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T00:59:45.649 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:59:45.649 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T00:59:45.650 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T00:59:45.651 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T00:59:45.651 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T00:59:45.901 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T00:59:45.902 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T00:59:45.902 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T00:59:45.902 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T00:59:45.902 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T00:59:45.902 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:00:16.179 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:00:16.675 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T01:00:16.675 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T01:00:16.675 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T01:00:16.675 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (59m) 6m ago 59m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T01:00:16.675 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (44m) 6m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T01:00:16.676 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (44m) 6m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T01:00:16.676 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (65m) 6m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T01:00:16.676 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (6m) 6m ago 58m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T01:00:16.676 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (65m) 6m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T01:00:16.676 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (64m) 6m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T01:00:16.676 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (24m) 6m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T01:00:16.676 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (24m) 6m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T01:00:16.676 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 6m ago 36m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:00:16.676 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 6m ago 34m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:00:16.676 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T01:00:16.676 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T01:00:16.676 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (56m) 6m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T01:00:16.677 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (56m) 6m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T01:00:16.677 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T01:00:16.677 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T01:00:16.677 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T01:00:16.677 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T01:00:16.947 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:00:16.947 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:00:16.947 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:00:16.948 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:00:16.948 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:00:16.948 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:00:16.948 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:00:16.948 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:00:16.948 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:00:16.948 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:00:16.948 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:00:16.948 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:00:16.949 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:00:16.949 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:00:16.949 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:00:16.949 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:00:16.949 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:00:16.949 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:00:16.949 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:00:17.202 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:00:17.203 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:00:17.203 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:00:17.203 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:00:17.203 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T01:00:17.203 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:00:47.481 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:00:47.972 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (59m) 7m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (59m) 7m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (59m) 7m ago 59m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (45m) 7m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (45m) 7m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (66m) 7m ago 66m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (7m) 7m ago 59m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (66m) 7m ago 66m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (64m) 7m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (25m) 7m ago 25m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (25m) 7m ago 25m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 7m ago 37m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 7m ago 35m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (59m) 7m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T01:00:47.973 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (59m) 7m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T01:00:47.974 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (57m) 7m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T01:00:47.974 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (57m) 7m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T01:00:47.974 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T01:00:47.974 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T01:00:47.974 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T01:00:47.974 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T01:00:48.245 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:00:48.245 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:00:48.245 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:00:48.245 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:00:48.245 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:00:48.246 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:00:48.496 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:00:48.496 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:00:48.496 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:00:48.496 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:00:48.496 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T01:00:48.496 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:01:18.769 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:01:19.258 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T01:01:19.258 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (60m) 7m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T01:01:19.258 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (60m) 7m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T01:01:19.258 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (60m) 7m ago 60m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T01:01:19.258 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (45m) 7m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (45m) 7m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (66m) 7m ago 66m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (7m) 7m ago 60m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (66m) 7m ago 66m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (65m) 7m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (25m) 7m ago 25m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (25m) 7m ago 25m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 7m ago 37m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 7m ago 35m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (60m) 7m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (60m) 7m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (57m) 7m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (57m) 7m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T01:01:19.259 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T01:01:19.260 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T01:01:19.260 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T01:01:19.260 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T01:01:19.532 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:01:19.532 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:01:19.533 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:01:19.534 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:01:19.534 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:01:19.785 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:01:19.786 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:01:19.786 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:01:19.786 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:01:19.786 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T01:01:19.786 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:01:50.062 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:01:50.557 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T01:01:50.557 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (60m) 8m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (60m) 8m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (60m) 8m ago 60m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (46m) 8m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (46m) 8m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (67m) 8m ago 67m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (8m) 8m ago 60m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (67m) 8m ago 67m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (65m) 8m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (26m) 8m ago 26m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (26m) 8m ago 26m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 8m ago 38m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 8m ago 36m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (60m) 8m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (60m) 8m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T01:01:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (58m) 8m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T01:01:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (58m) 8m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T01:01:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T01:01:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T01:01:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T01:01:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T01:01:50.829 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:01:50.829 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:01:50.829 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:01:50.829 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:01:50.829 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:01:50.829 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:01:50.829 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:01:50.830 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:01:50.830 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:01:50.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:01:50.830 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:01:50.830 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:01:50.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:01:50.830 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:01:50.830 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:01:50.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:01:50.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:01:50.830 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:01:50.830 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:01:51.078 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:01:51.078 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:01:51.078 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:01:51.078 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:01:51.078 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T01:01:51.078 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:02:21.353 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:02:21.848 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T01:02:21.848 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (61m) 8m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (61m) 8m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (61m) 8m ago 61m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (46m) 8m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (46m) 8m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (67m) 8m ago 67m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (8m) 8m ago 61m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (67m) 8m ago 67m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (66m) 8m ago 66m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (26m) 8m ago 26m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (26m) 8m ago 26m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 8m ago 38m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 8m ago 36m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (61m) 8m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (61m) 8m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T01:02:21.849 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (58m) 8m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T01:02:21.850 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (58m) 8m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T01:02:21.850 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T01:02:21.850 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T01:02:21.850 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T01:02:21.850 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T01:02:22.124 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:02:22.124 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:02:22.124 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:02:22.124 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:02:22.124 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:02:22.124 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:02:22.125 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:02:22.125 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:02:22.125 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:02:22.125 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:02:22.125 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:02:22.125 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:02:22.125 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:02:22.125 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:02:22.125 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:02:22.125 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:02:22.125 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:02:22.125 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:02:22.125 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:02:22.376 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:02:22.377 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:02:22.377 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:02:22.377 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:02:22.377 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T01:02:22.377 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:02:52.646 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:02:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T01:02:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (62m) 9m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T01:02:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (62m) 9m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T01:02:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (61m) 9m ago 61m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T01:02:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (47m) 9m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T01:02:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (47m) 9m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T01:02:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (68m) 9m ago 68m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T01:02:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (9m) 9m ago 61m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T01:02:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (68m) 9m ago 68m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T01:02:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (66m) 9m ago 66m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T01:02:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (27m) 9m ago 27m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T01:02:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (27m) 9m ago 27m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T01:02:53.141 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 9m ago 39m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:02:53.142 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 9m ago 37m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:02:53.142 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (61m) 9m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T01:02:53.142 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (61m) 9m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T01:02:53.142 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (59m) 9m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T01:02:53.142 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (59m) 9m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T01:02:53.142 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T01:02:53.142 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T01:02:53.142 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T01:02:53.142 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T01:02:53.411 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:02:53.412 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:02:53.412 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:02:53.412 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:02:53.412 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:02:53.412 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:02:53.412 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:02:53.412 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:02:53.412 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:02:53.412 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:02:53.412 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:02:53.412 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:02:53.413 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:02:53.413 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:02:53.413 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:02:53.413 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:02:53.413 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:02:53.413 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:02:53.413 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:02:53.664 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:02:53.664 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:02:53.664 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:02:53.664 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:02:53.664 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T01:02:53.664 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:03:23.938 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:03:24.433 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T01:03:24.433 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (62m) 9m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T01:03:24.433 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (62m) 9m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T01:03:24.433 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (62m) 9m ago 62m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T01:03:24.433 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (47m) 9m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T01:03:24.433 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (47m) 9m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T01:03:24.433 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (68m) 9m ago 68m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T01:03:24.433 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (10m) 9m ago 62m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T01:03:24.433 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (68m) 9m ago 68m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T01:03:24.433 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (67m) 9m ago 67m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T01:03:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (27m) 9m ago 27m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T01:03:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (27m) 9m ago 27m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T01:03:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 9m ago 39m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:03:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 9m ago 37m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:03:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (62m) 9m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T01:03:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (62m) 9m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T01:03:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (59m) 9m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T01:03:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (59m) 9m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T01:03:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T01:03:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T01:03:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T01:03:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T01:03:24.706 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:03:24.706 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:03:24.706 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:03:24.706 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:03:24.706 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:03:24.706 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:03:24.706 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:03:24.706 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:03:24.706 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:03:24.707 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:03:24.707 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:03:24.707 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:03:24.707 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:03:24.707 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:03:24.707 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:03:24.707 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:03:24.707 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:03:24.707 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:03:24.707 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:03:24.957 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:03:24.957 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:03:24.957 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:03:24.957 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:03:24.958 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T01:03:24.958 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:03:55.234 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:03:55.726 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T01:03:55.726 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (63m) 10m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T01:03:55.726 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (63m) 10m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T01:03:55.726 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (62m) 10m ago 62m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T01:03:55.726 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (48m) 10m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T01:03:55.726 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (48m) 10m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T01:03:55.726 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (69m) 10m ago 69m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T01:03:55.726 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (10m) 10m ago 62m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T01:03:55.726 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (69m) 10m ago 69m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T01:03:55.726 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (67m) 10m ago 67m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T01:03:55.726 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (28m) 10m ago 28m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T01:03:55.726 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (28m) 10m ago 28m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T01:03:55.726 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 10m ago 40m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:03:55.727 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 10m ago 38m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:03:55.727 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (62m) 10m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T01:03:55.727 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (62m) 10m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T01:03:55.727 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (60m) 10m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T01:03:55.727 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (60m) 10m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T01:03:55.727 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T01:03:55.727 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T01:03:55.727 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T01:03:55.727 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T01:03:55.997 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:03:55.997 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:03:55.998 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:03:55.999 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:03:55.999 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:03:56.250 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:03:56.250 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:03:56.250 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:03:56.250 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:03:56.250 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T01:03:56.250 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:04:26.526 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:04:27.018 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-23T01:04:27.018 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (63m) 11m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 add62a943566 2024-02-23T01:04:27.018 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (63m) 10m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ee4f9d40f27d 2024-02-23T01:04:27.018 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (63m) 10m ago 63m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 318029994d93 2024-02-23T01:04:27.018 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (49m) 11m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ba558306af48 2024-02-23T01:04:27.018 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (48m) 10m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0a994538c934 2024-02-23T01:04:27.018 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (69m) 11m ago 69m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 812580ccbdef 2024-02-23T01:04:27.018 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (11m) 10m ago 63m 16.2.14-550-geb66ed92 quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 7403d1862307 dd2456741f50 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (69m) 11m ago 69m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f1770706634b 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (68m) 10m ago 68m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44b3e67ba17e 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (28m) 11m ago 28m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 6d55ee323d9a 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (28m) 10m ago 28m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 e4516a72ec06 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 11m ago 40m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 10m ago 38m docker.io/prom/node-exporter:v0.18.1 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (63m) 11m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 3f0df2b415ef 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (63m) 11m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 98f397fa2b03 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (60m) 11m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 16d923295f4c 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (60m) 11m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0c1e5d45f884 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5627696ab8be 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 223dcb46dd82 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7719080c43b2 2024-02-23T01:04:27.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b1aafc98b4c4 2024-02-23T01:04:27.292 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:04:27.292 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:04:27.293 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:04:27.294 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:04:27.294 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:04:27.544 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:04:27.544 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:04:27.544 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:04:27.544 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:04:27.544 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "" 2024-02-23T01:04:27.544 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:04:57.836 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:04:58.368 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:04:58.369 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (64m) 11m ago 64m - - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:04:58.369 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (64m) 11m ago 64m - - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:04:58.369 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (63m) 11m ago 63m - - 6.7.4 557c83e11646 318029994d93 2024-02-23T01:04:58.369 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (49m) 11m ago 49m - - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:04:58.369 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (49m) 11m ago 49m - - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:04:58.369 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (70m) 11m ago 70m - - 15.2.13 2cf504fded39 812580ccbdef 2024-02-23T01:04:58.369 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (11m) 11m ago 63m - - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:04:58.369 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (70m) 11m ago 70m - 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:04:58.369 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (68m) 11m ago 68m - 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:04:58.369 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi115 smithi115 running (29m) 11m ago 29m - - 3.3 2cf504fded39 6d55ee323d9a 2024-02-23T01:04:58.369 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.ganesha-foo.smithi131 smithi131 running (29m) 11m ago 29m - - 3.3 2cf504fded39 e4516a72ec06 2024-02-23T01:04:58.370 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 unknown 11m ago 41m - - 2024-02-23T01:04:58.370 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 unknown 11m ago 39m - - 2024-02-23T01:04:58.370 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (64m) 11m ago 64m - 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:04:58.370 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (63m) 11m ago 63m - 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:04:58.370 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (61m) 11m ago 61m - 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:04:58.370 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (61m) 11m ago 61m - 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:04:58.370 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (59m) 11m ago 59m - 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:04:58.370 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (59m) 11m ago 59m - 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:04:58.370 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (58m) 11m ago 58m - 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:04:58.370 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (58m) 11m ago 58m - 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:04:58.684 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:04:58.685 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:04:58.686 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:04:58.686 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:04:58.686 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:04:58.686 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:04:58.954 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:04:58.954 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:04:58.954 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:04:58.954 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:04:58.954 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:04:58.955 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "", 2024-02-23T01:04:58.955 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:04:58.955 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:04:58.955 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:05:29.251 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:05:29.782 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:05:29.782 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 starting - - - - 2024-02-23T01:05:29.782 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (64m) 23s ago 64m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (64m) 21s ago 64m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (64m) 21s ago 64m 37.2M - 6.7.4 557c83e11646 318029994d93 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (50m) 23s ago 50m 36.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (50m) 21s ago 50m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (70m) 23s ago 70m 302M - 15.2.13 2cf504fded39 812580ccbdef 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (12m) 21s ago 64m 424M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (70m) 23s ago 70m 445M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (69m) 21s ago 69m 255M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 23s ago 41m - - 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 21s ago 39m - - 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (64m) 23s ago 64m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (64m) 23s ago 64m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (62m) 23s ago 61m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:05:29.783 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (61m) 23s ago 61m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:05:29.784 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (60m) 21s ago 60m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:05:29.784 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (59m) 21s ago 59m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:05:29.784 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (59m) 21s ago 59m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:05:29.784 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (59m) 21s ago 59m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:05:30.102 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:05:30.102 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:05:30.103 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:05:30.370 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:05:30.370 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:05:30.370 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:05:30.370 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:05:30.370 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:05:30.371 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "", 2024-02-23T01:05:30.371 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:05:30.371 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:05:30.371 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:06:00.665 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:06:01.199 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:06:01.199 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (39s) 14s ago 39s 13.9M - 0.23.0 ba2b418f427c 07f303e2b793 2024-02-23T01:06:01.199 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (65m) 17s ago 65m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:06:01.199 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (65m) 14s ago 65m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:06:01.199 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (64m) 14s ago 64m 37.2M - 6.7.4 557c83e11646 318029994d93 2024-02-23T01:06:01.199 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (50m) 17s ago 50m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:06:01.199 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (50m) 14s ago 50m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:06:01.199 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (71m) 17s ago 71m 303M - 15.2.13 2cf504fded39 812580ccbdef 2024-02-23T01:06:01.199 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (12m) 14s ago 64m 432M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:06:01.199 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (71m) 17s ago 71m 448M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:06:01.199 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (69m) 14s ago 69m 253M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:06:01.199 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (26s) 17s ago 25s 53.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:06:01.199 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (20s) 14s ago 20s 49.1M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:06:01.200 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 17s ago 42m - - 2024-02-23T01:06:01.200 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 14s ago 40m - - 2024-02-23T01:06:01.200 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (65m) 17s ago 65m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:06:01.200 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (64m) 17s ago 64m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:06:01.200 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (62m) 17s ago 62m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:06:01.200 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (62m) 17s ago 62m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:06:01.200 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (60m) 14s ago 60m 448M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:06:01.200 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (60m) 14s ago 60m 340M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:06:01.200 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (59m) 14s ago 59m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:06:01.200 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (59m) 14s ago 59m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:06:01.200 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (28s) 14s ago 28s 34.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:06:01.516 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:06:01.516 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:06:01.516 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:06:01.516 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:06:01.516 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:06:01.516 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:06:01.516 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:06:01.516 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:06:01.516 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:06:01.516 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:06:01.516 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:06:01.517 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:06:01.517 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:06:01.517 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:06:01.517 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:06:01.517 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:06:01.517 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:06:01.517 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:06:01.517 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:06:01.783 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:06:01.783 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:06:01.783 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:06:01.783 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:06:01.783 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:06:01.783 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "", 2024-02-23T01:06:01.783 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:06:01.784 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:06:01.784 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:06:32.076 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:06:32.610 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:06:32.610 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (71s) 45s ago 70s 13.9M - 0.23.0 ba2b418f427c 07f303e2b793 2024-02-23T01:06:32.610 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (65m) 48s ago 65m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:06:32.610 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (65m) 45s ago 65m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:06:32.610 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (65m) 45s ago 65m 37.2M - 6.7.4 557c83e11646 318029994d93 2024-02-23T01:06:32.610 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (51m) 48s ago 51m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:06:32.610 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (51m) 45s ago 51m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:06:32.610 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (71m) 48s ago 71m 303M - 15.2.13 2cf504fded39 812580ccbdef 2024-02-23T01:06:32.610 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (13m) 45s ago 65m 432M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:06:32.610 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (71m) 48s ago 72m 448M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:06:32.610 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (70m) 45s ago 70m 253M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:06:32.610 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (57s) 48s ago 57s 53.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:06:32.611 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (52s) 45s ago 51s 49.1M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:06:32.611 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 48s ago 42m - - 2024-02-23T01:06:32.611 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 45s ago 40m - - 2024-02-23T01:06:32.611 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (65m) 48s ago 65m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:06:32.611 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (65m) 48s ago 65m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:06:32.611 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (63m) 48s ago 63m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:06:32.611 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (62m) 48s ago 62m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:06:32.611 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (61m) 45s ago 61m 448M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:06:32.611 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (60m) 45s ago 60m 340M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:06:32.611 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (60m) 45s ago 60m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:06:32.611 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (60m) 45s ago 60m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:06:32.611 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (60s) 45s ago 59s 34.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:06:32.923 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:06:32.923 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:06:32.923 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:06:32.923 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:06:32.923 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:06:32.923 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:06:32.923 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:06:32.923 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:06:32.923 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:06:32.923 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:06:32.923 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:06:32.923 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:06:32.924 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:06:32.924 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:06:32.924 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:06:32.924 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:06:32.924 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:06:32.924 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:06:32.924 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:06:33.190 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:06:33.190 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:06:33.190 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:06:33.190 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:06:33.190 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:06:33.190 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "", 2024-02-23T01:06:33.190 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:06:33.190 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:06:33.190 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:07:03.482 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:07:04.018 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:07:04.018 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (102s) 77s ago 102s 13.9M - 0.23.0 ba2b418f427c 07f303e2b793 2024-02-23T01:07:04.018 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (66m) 80s ago 66m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:07:04.018 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (66m) 77s ago 66m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:07:04.018 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (65m) 77s ago 65m 37.2M - 6.7.4 557c83e11646 318029994d93 2024-02-23T01:07:04.018 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (51m) 80s ago 51m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:07:04.018 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (51m) 77s ago 51m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:07:04.018 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (72m) 80s ago 72m 303M - 15.2.13 2cf504fded39 812580ccbdef 2024-02-23T01:07:04.018 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (13m) 77s ago 65m 432M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:07:04.018 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (72m) 80s ago 72m 448M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:07:04.018 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (70m) 77s ago 70m 253M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:07:04.018 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (89s) 80s ago 88s 53.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:07:04.019 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (83s) 77s ago 83s 49.1M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:07:04.019 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 80s ago 43m - - 2024-02-23T01:07:04.019 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 77s ago 41m - - 2024-02-23T01:07:04.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (66m) 80s ago 66m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:07:04.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (65m) 80s ago 65m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:07:04.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (63m) 80s ago 63m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:07:04.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (63m) 80s ago 63m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:07:04.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (61m) 77s ago 61m 448M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:07:04.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (61m) 77s ago 61m 340M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:07:04.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (61m) 77s ago 61m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:07:04.019 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (60m) 77s ago 60m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:07:04.020 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (91s) 77s ago 91s 34.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:07:04.336 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:07:04.336 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:07:04.336 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:07:04.336 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:07:04.336 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:07:04.336 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:07:04.336 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:07:04.336 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:07:04.336 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:07:04.336 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:07:04.336 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:07:04.337 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:07:04.337 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:07:04.337 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:07:04.337 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:07:04.337 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:07:04.337 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:07:04.337 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:07:04.337 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:07:04.605 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:07:04.605 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:07:04.605 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:07:04.605 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:07:04.606 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:07:04.606 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "", 2024-02-23T01:07:04.606 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:07:04.606 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:07:04.606 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:07:34.897 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:07:35.436 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:07:35.436 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (2m) 108s ago 2m 13.9M - 0.23.0 ba2b418f427c 07f303e2b793 2024-02-23T01:07:35.436 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (66m) 111s ago 66m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:07:35.436 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (66m) 108s ago 66m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:07:35.436 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (66m) 108s ago 66m 37.2M - 6.7.4 557c83e11646 318029994d93 2024-02-23T01:07:35.436 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (52m) 111s ago 52m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:07:35.437 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (52m) 108s ago 52m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:07:35.437 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (72m) 111s ago 72m 303M - 15.2.13 2cf504fded39 812580ccbdef 2024-02-23T01:07:35.437 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (14m) 108s ago 66m 432M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:07:35.437 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (72m) 111s ago 73m 448M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:07:35.437 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (71m) 108s ago 71m 253M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:07:35.437 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (2m) 111s ago 2m 53.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:07:35.437 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (115s) 108s ago 114s 49.1M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:07:35.437 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 111s ago 43m - - 2024-02-23T01:07:35.437 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 108s ago 41m - - 2024-02-23T01:07:35.437 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (66m) 111s ago 66m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:07:35.437 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (66m) 111s ago 66m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:07:35.438 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (64m) 111s ago 64m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:07:35.438 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (63m) 111s ago 63m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:07:35.438 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (62m) 108s ago 62m 448M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:07:35.438 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (61m) 108s ago 61m 340M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:07:35.438 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (61m) 108s ago 61m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:07:35.438 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (61m) 108s ago 61m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:07:35.438 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (2m) 108s ago 2m 34.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:07:35.754 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:07:35.754 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:07:35.755 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:07:35.756 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:07:35.756 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:07:35.756 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:07:36.025 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:07:36.025 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:07:36.025 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:07:36.026 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:07:36.026 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:07:36.026 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "", 2024-02-23T01:07:36.026 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:07:36.026 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:07:36.026 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:08:06.320 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:08:06.859 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:08:06.859 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (2m) 2m ago 2m 13.9M - 0.23.0 ba2b418f427c 07f303e2b793 2024-02-23T01:08:06.859 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (67m) 2m ago 67m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:08:06.859 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (67m) 2m ago 67m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:08:06.859 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (66m) 2m ago 66m 37.2M - 6.7.4 557c83e11646 318029994d93 2024-02-23T01:08:06.859 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (52m) 2m ago 52m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:08:06.859 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (52m) 2m ago 52m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:08:06.859 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (73m) 2m ago 73m 303M - 15.2.13 2cf504fded39 812580ccbdef 2024-02-23T01:08:06.859 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (14m) 2m ago 66m 432M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:08:06.860 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (73m) 2m ago 73m 448M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:08:06.860 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (71m) 2m ago 71m 253M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:08:06.860 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (2m) 2m ago 2m 53.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:08:06.860 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (2m) 2m ago 2m 49.1M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:08:06.860 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 44m - - 2024-02-23T01:08:06.860 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 42m - - 2024-02-23T01:08:06.860 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (67m) 2m ago 67m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:08:06.860 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (66m) 2m ago 66m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:08:06.860 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (64m) 2m ago 64m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:08:06.860 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (64m) 2m ago 64m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:08:06.860 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (62m) 2m ago 62m 448M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:08:06.860 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (62m) 2m ago 62m 340M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:08:06.860 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (62m) 2m ago 62m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:08:06.861 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (61m) 2m ago 61m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:08:06.861 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (2m) 2m ago 2m 34.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:08:07.178 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:08:07.178 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:08:07.178 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:08:07.178 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:08:07.179 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:08:07.447 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:08:07.447 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:08:07.448 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:08:07.448 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:08:07.448 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:08:07.448 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "", 2024-02-23T01:08:07.448 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:08:07.448 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:08:07.448 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:08:37.744 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:08:38.275 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:08:38.275 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (3m) 2m ago 3m 13.9M - 0.23.0 ba2b418f427c 07f303e2b793 2024-02-23T01:08:38.275 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (67m) 2m ago 67m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:08:38.275 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (67m) 2m ago 67m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:08:38.275 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 starting - - - - 2024-02-23T01:08:38.275 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (53m) 2m ago 53m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:08:38.275 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (53m) 2m ago 53m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (74m) 2m ago 73m 303M - 15.2.13 2cf504fded39 812580ccbdef 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (15m) 2m ago 67m 432M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (74m) 2m ago 74m 448M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (72m) 2m ago 72m 253M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (3m) 2m ago 3m 53.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (2m) 2m ago 2m 49.1M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 44m - - 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 42m - - 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (67m) 2m ago 67m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (67m) 2m ago 67m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (65m) 2m ago 65m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (64m) 2m ago 64m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (63m) 2m ago 63m 448M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:08:38.276 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (62m) 2m ago 62m 340M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:08:38.277 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (62m) 2m ago 62m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:08:38.277 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (62m) 2m ago 62m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:08:38.277 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (3m) 2m ago 3m 34.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:08:38.599 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:08:38.599 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:08:38.599 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:08:38.599 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:08:38.599 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:08:38.599 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:08:38.599 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:08:38.599 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:08:38.599 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:08:38.599 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:08:38.599 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:08:38.600 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:08:38.600 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:08:38.600 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:08:38.600 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:08:38.600 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:08:38.600 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:08:38.600 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:08:38.600 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:08:38.869 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:08:38.869 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:08:38.869 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:08:38.869 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:08:38.869 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:08:38.870 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "", 2024-02-23T01:08:38.870 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:08:38.870 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:08:38.870 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:09:09.165 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:09:09.696 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:09:09.697 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (3m) 3m ago 3m 13.9M - 0.23.0 ba2b418f427c 07f303e2b793 2024-02-23T01:09:09.697 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (68m) 3m ago 68m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:09:09.697 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (68m) 3m ago 68m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:09:09.697 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 starting - - - - 2024-02-23T01:09:09.697 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (53m) 3m ago 53m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:09:09.697 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (53m) 3m ago 53m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:09:09.697 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (74m) 3m ago 74m 303M - 15.2.13 2cf504fded39 812580ccbdef 2024-02-23T01:09:09.697 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (15m) 3m ago 67m 432M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:09:09.697 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (74m) 3m ago 74m 448M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:09:09.697 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (72m) 3m ago 72m 253M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:09:09.697 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (3m) 3m ago 3m 53.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:09:09.697 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (3m) 3m ago 3m 49.1M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:09:09.698 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 45m - - 2024-02-23T01:09:09.698 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 43m - - 2024-02-23T01:09:09.698 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (68m) 3m ago 68m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:09:09.698 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (67m) 3m ago 67m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:09:09.698 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (65m) 3m ago 65m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:09:09.698 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (65m) 3m ago 65m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:09:09.698 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (63m) 3m ago 63m 448M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:09:09.698 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (63m) 3m ago 63m 340M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:09:09.698 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (63m) 3m ago 63m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:09:09.698 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (62m) 3m ago 62m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:09:09.698 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (3m) 3m ago 3m 34.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:09:10.010 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:09:10.010 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:09:10.010 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:09:10.010 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:09:10.010 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:09:10.011 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:09:10.277 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:09:10.277 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:09:10.277 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:09:10.277 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:09:10.277 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:09:10.277 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "", 2024-02-23T01:09:10.277 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:09:10.278 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:09:10.278 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:09:40.570 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:09:41.109 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:09:41.110 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (4m) 3m ago 4m 13.9M - 0.23.0 ba2b418f427c 07f303e2b793 2024-02-23T01:09:41.110 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (68m) 3m ago 68m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:09:41.110 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (68m) 3m ago 68m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:09:41.110 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 starting - - - - 2024-02-23T01:09:41.110 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (54m) 3m ago 54m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:09:41.110 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (54m) 3m ago 54m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:09:41.110 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (75m) 3m ago 75m 303M - 15.2.13 2cf504fded39 812580ccbdef 2024-02-23T01:09:41.110 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (16m) 3m ago 68m 432M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:09:41.110 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (75m) 3m ago 75m 448M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:09:41.110 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (73m) 3m ago 73m 253M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:09:41.110 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (4m) 3m ago 4m 53.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:09:41.110 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (4m) 3m ago 4m 49.1M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:09:41.111 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 46m - - 2024-02-23T01:09:41.111 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 44m - - 2024-02-23T01:09:41.111 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (68m) 3m ago 68m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:09:41.111 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (68m) 3m ago 68m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:09:41.111 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (66m) 3m ago 66m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:09:41.111 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (65m) 3m ago 65m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:09:41.111 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (64m) 3m ago 64m 448M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:09:41.111 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (63m) 3m ago 63m 340M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:09:41.111 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (63m) 3m ago 63m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:09:41.111 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (63m) 3m ago 63m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:09:41.111 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (4m) 3m ago 4m 34.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:09:41.427 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:09:41.427 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:09:41.427 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:09:41.427 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:09:41.427 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:09:41.427 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:09:41.427 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:09:41.427 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:09:41.427 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:09:41.427 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:09:41.427 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:09:41.428 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:09:41.428 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:09:41.428 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:09:41.428 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:09:41.428 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:09:41.428 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:09:41.428 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:09:41.428 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:09:41.696 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:09:41.696 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:09:41.696 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:09:41.696 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:09:41.696 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:09:41.696 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "", 2024-02-23T01:09:41.696 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:09:41.696 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:09:41.696 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:10:11.992 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:10:12.534 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:10:12.535 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (4m) 4m ago 4m 13.9M - 0.23.0 ba2b418f427c 07f303e2b793 2024-02-23T01:10:12.535 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (69m) 4m ago 69m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:10:12.535 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (69m) 4m ago 69m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:10:12.535 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 starting - - - - 2024-02-23T01:10:12.535 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (54m) 4m ago 54m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:10:12.535 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (54m) 4m ago 54m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:10:12.535 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (75m) 4m ago 75m 303M - 15.2.13 2cf504fded39 812580ccbdef 2024-02-23T01:10:12.535 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (16m) 4m ago 68m 432M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:10:12.535 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (75m) 4m ago 75m 448M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:10:12.535 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (73m) 4m ago 73m 253M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:10:12.535 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (4m) 4m ago 4m 53.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:10:12.535 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (4m) 4m ago 4m 49.1M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:10:12.535 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 46m - - 2024-02-23T01:10:12.536 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 44m - - 2024-02-23T01:10:12.536 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (69m) 4m ago 69m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:10:12.536 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (68m) 4m ago 68m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:10:12.536 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (66m) 4m ago 66m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:10:12.536 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (66m) 4m ago 66m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:10:12.536 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (64m) 4m ago 64m 448M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:10:12.536 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (64m) 4m ago 64m 340M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:10:12.536 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (64m) 4m ago 64m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:10:12.536 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (63m) 4m ago 63m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:10:12.536 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (4m) 4m ago 4m 34.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:10:12.849 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:10:12.849 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:10:12.850 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:10:12.851 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:10:12.851 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:10:12.851 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:10:13.115 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:10:13.115 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:10:13.115 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:10:13.115 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:10:13.115 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:10:13.115 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "", 2024-02-23T01:10:13.115 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:10:13.115 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:10:13.116 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:10:43.407 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:10:43.943 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:10:43.943 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (5m) 4m ago 5m 13.9M - 0.23.0 ba2b418f427c 07f303e2b793 2024-02-23T01:10:43.943 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (69m) 5m ago 69m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:10:43.943 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (69m) 4m ago 69m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:10:43.943 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 starting - - - - 2024-02-23T01:10:43.943 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (55m) 5m ago 55m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (55m) 4m ago 55m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (76m) 5m ago 76m 303M - 15.2.13 2cf504fded39 812580ccbdef 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (17m) 4m ago 69m 432M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (76m) 5m ago 76m 448M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (74m) 4m ago 74m 253M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (5m) 5m ago 5m 53.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (5m) 4m ago 5m 49.1M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 47m - - 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 45m - - 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (69m) 5m ago 69m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (69m) 5m ago 69m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (67m) 5m ago 67m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (66m) 5m ago 66m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:10:43.944 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (65m) 4m ago 65m 448M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:10:43.945 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (64m) 4m ago 64m 340M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:10:43.945 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (64m) 4m ago 64m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:10:43.945 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (64m) 4m ago 64m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:10:43.945 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (5m) 4m ago 5m 34.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:10:44.259 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:10:44.259 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:10:44.259 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:10:44.259 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:10:44.259 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:10:44.259 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:10:44.259 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:10:44.260 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:10:44.260 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:10:44.260 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:10:44.260 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:10:44.260 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:10:44.260 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:10:44.260 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:10:44.260 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:10:44.260 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:10:44.260 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:10:44.260 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:10:44.260 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:10:44.527 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:10:44.527 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-23T01:10:44.527 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:10:44.527 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:10:44.527 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:10:44.527 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "", 2024-02-23T01:10:44.527 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:10:44.528 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:10:44.528 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:11:14.818 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:11:15.354 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:11:15.354 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 starting - - - - 2024-02-23T01:11:15.354 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (70m) 5m ago 70m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:11:15.354 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (70m) 5m ago 70m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:11:15.354 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 starting - - - - 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (55m) 5m ago 55m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (55m) 5m ago 55m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 running (76m) 5m ago 76m 303M - 15.2.13 2cf504fded39 812580ccbdef 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (17m) 5m ago 69m 432M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (76m) 5m ago 76m 448M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (75m) 5m ago 74m 253M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (5m) 5m ago 5m 53.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (5m) 5m ago 5m 49.1M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 47m - - 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 45m - - 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (70m) 5m ago 70m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (70m) 5m ago 70m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (67m) 5m ago 67m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:11:15.355 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (67m) 5m ago 67m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:11:15.356 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (65m) 5m ago 65m 448M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:11:15.356 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (65m) 5m ago 65m 340M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:11:15.356 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (65m) 5m ago 65m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:11:15.356 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (64m) 5m ago 64m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:11:15.356 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (5m) 5m ago 5m 34.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:11:15.670 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:11:15.670 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:11:15.670 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:11:15.670 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:11:15.670 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:11:15.671 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:11:15.938 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:11:15.938 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:11:15.938 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:11:15.938 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:11:15.938 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [], 2024-02-23T01:11:15.938 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "1/23 daemons upgraded", 2024-02-23T01:11:15.938 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:11:15.938 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:11:15.938 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:11:46.231 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:11:46.764 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:11:46.765 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (45s) 21s ago 6m 15.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:11:46.765 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (70m) 24s ago 70m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:11:46.765 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (70m) 21s ago 70m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:11:46.765 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (3m) 21s ago 70m 29.5M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:11:46.765 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (56m) 24s ago 56m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:11:46.765 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (56m) 21s ago 56m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:11:46.765 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (28s) 24s ago 77m 46.8M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:11:46.765 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (18m) 21s ago 70m 444M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:11:46.765 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (77m) 24s ago 77m 496M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:11:46.765 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (75m) 21s ago 75m 273M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:11:46.765 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (6m) 24s ago 6m 88.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:11:46.765 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (6m) 21s ago 6m 81.5M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:11:46.765 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 24s ago 48m - - 2024-02-23T01:11:46.766 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 21s ago 46m - - 2024-02-23T01:11:46.766 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (70m) 24s ago 70m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:11:46.766 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (70m) 24s ago 70m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:11:46.766 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (68m) 24s ago 68m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:11:46.766 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (68m) 24s ago 67m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:11:46.766 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (66m) 21s ago 66m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:11:46.766 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (66m) 21s ago 66m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:11:46.766 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (65m) 21s ago 65m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:11:46.766 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (65m) 21s ago 65m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:11:46.766 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (6m) 21s ago 6m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:11:47.082 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:11:47.082 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:11:47.082 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:11:47.082 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:11:47.082 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:11:47.082 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:11:47.082 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:11:47.083 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:11:47.083 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:11:47.083 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:11:47.083 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:11:47.083 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:11:47.083 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:11:47.083 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:11:47.083 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:11:47.083 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:11:47.083 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:11:47.083 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:11:47.353 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:11:47.353 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:11:47.353 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:11:47.353 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:11:47.353 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:11:47.353 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:11:47.353 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:11:47.353 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:11:47.354 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:11:47.354 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:11:47.354 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:12:17.645 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:12:18.182 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:12:18.182 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (76s) 53s ago 6m 15.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:12:18.183 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (71m) 55s ago 71m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:12:18.183 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (71m) 53s ago 71m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:12:18.183 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (3m) 53s ago 71m 29.5M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:12:18.183 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (56m) 55s ago 56m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:12:18.183 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (56m) 53s ago 56m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:12:18.183 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (59s) 55s ago 77m 46.8M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:12:18.183 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (18m) 53s ago 70m 444M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:12:18.183 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (77m) 55s ago 77m 496M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:12:18.183 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (76m) 53s ago 76m 273M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:12:18.184 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (6m) 55s ago 6m 88.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:12:18.184 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (6m) 53s ago 6m 81.5M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:12:18.184 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 55s ago 48m - - 2024-02-23T01:12:18.184 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 53s ago 46m - - 2024-02-23T01:12:18.184 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (71m) 55s ago 71m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:12:18.185 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (71m) 55s ago 71m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:12:18.185 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (68m) 55s ago 68m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:12:18.185 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (68m) 55s ago 68m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:12:18.185 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (66m) 53s ago 66m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:12:18.185 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (66m) 53s ago 66m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:12:18.185 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (66m) 53s ago 66m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:12:18.185 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (65m) 53s ago 65m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:12:18.185 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (6m) 53s ago 6m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:12:18.499 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:12:18.499 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:12:18.499 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:12:18.500 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:12:18.501 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:12:18.769 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:12:18.769 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:12:18.769 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:12:18.769 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:12:18.769 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:12:18.769 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:12:18.769 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:12:18.769 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:12:18.769 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:12:18.770 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:12:18.770 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:12:49.061 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:12:49.594 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:12:49.594 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (108s) 84s ago 7m 15.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:12:49.594 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (71m) 87s ago 71m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:12:49.594 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (71m) 84s ago 71m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:12:49.594 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (4m) 84s ago 71m 29.5M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:12:49.594 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (57m) 87s ago 57m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:12:49.594 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (57m) 84s ago 57m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:12:49.594 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (91s) 87s ago 78m 46.8M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:12:49.594 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (19m) 84s ago 71m 444M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:12:49.594 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (78m) 87s ago 78m 496M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:12:49.594 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (76m) 84s ago 76m 273M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:12:49.594 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (7m) 87s ago 7m 88.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:12:49.595 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (7m) 84s ago 7m 81.5M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:12:49.595 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 87s ago 49m - - 2024-02-23T01:12:49.595 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 84s ago 47m - - 2024-02-23T01:12:49.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (71m) 87s ago 71m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:12:49.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (71m) 87s ago 71m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:12:49.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (69m) 87s ago 69m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:12:49.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (69m) 87s ago 69m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:12:49.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (67m) 84s ago 67m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:12:49.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (67m) 84s ago 67m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:12:49.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (66m) 84s ago 66m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:12:49.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (66m) 84s ago 66m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:12:49.595 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (7m) 84s ago 7m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:12:49.909 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:12:49.909 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:12:49.909 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:12:49.909 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:12:49.909 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:12:49.909 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:12:49.909 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:12:49.909 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:12:49.909 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:12:49.909 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:12:49.910 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:12:49.910 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:12:49.910 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:12:49.910 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:12:49.910 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:12:49.910 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:12:49.910 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:12:49.910 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:12:50.176 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:12:50.176 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:12:50.176 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:12:50.176 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:12:50.176 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:12:50.176 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:12:50.176 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:12:50.176 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:12:50.176 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:12:50.176 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:12:50.176 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:13:20.469 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:13:21.006 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:13:21.006 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (2m) 116s ago 7m 15.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:13:21.006 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (72m) 118s ago 72m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:13:21.006 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (72m) 116s ago 72m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (4m) 116s ago 72m 29.5M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (57m) 118s ago 57m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (57m) 116s ago 57m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (2m) 118s ago 78m 46.8M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (19m) 116s ago 72m 444M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (78m) 118s ago 78m 496M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (77m) 116s ago 77m 273M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (7m) 118s ago 7m 88.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (7m) 116s ago 7m 81.5M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 118s ago 49m - - 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 116s ago 47m - - 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (72m) 118s ago 72m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (72m) 118s ago 72m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:13:21.007 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (69m) 118s ago 69m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:13:21.008 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (69m) 118s ago 69m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:13:21.008 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (67m) 116s ago 67m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:13:21.008 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (67m) 116s ago 67m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:13:21.008 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (67m) 116s ago 67m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:13:21.008 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (67m) 116s ago 67m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:13:21.008 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (7m) 116s ago 7m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:13:21.325 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:13:21.325 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:13:21.325 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:13:21.325 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:13:21.325 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:13:21.325 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:13:21.325 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:13:21.325 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:13:21.325 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:13:21.325 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:13:21.325 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:13:21.326 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:13:21.326 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:13:21.326 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:13:21.326 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:13:21.326 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:13:21.326 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:13:21.326 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:13:21.594 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:13:21.594 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:13:21.594 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:13:21.595 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:13:21.595 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:13:21.595 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:13:21.595 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:13:21.595 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:13:21.595 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:13:21.595 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:13:21.595 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:13:51.886 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:13:52.422 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:13:52.422 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (2m) 2m ago 8m 15.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:13:52.423 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (73m) 2m ago 73m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:13:52.423 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (72m) 2m ago 72m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:13:52.423 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (5m) 2m ago 72m 29.5M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:13:52.423 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (58m) 2m ago 58m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:13:52.423 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (58m) 2m ago 58m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:13:52.423 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (2m) 2m ago 79m 46.8M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:13:52.423 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (20m) 2m ago 72m 444M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:13:52.423 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (79m) 2m ago 79m 496M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:13:52.423 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (77m) 2m ago 77m 273M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:13:52.423 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (8m) 2m ago 8m 88.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:13:52.423 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (8m) 2m ago 8m 81.5M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:13:52.423 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 50m - - 2024-02-23T01:13:52.423 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 48m - - 2024-02-23T01:13:52.424 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (72m) 2m ago 72m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:13:52.424 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (72m) 2m ago 72m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:13:52.424 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (70m) 2m ago 70m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:13:52.424 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (70m) 2m ago 70m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:13:52.424 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (68m) 2m ago 68m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:13:52.424 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (68m) 2m ago 68m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:13:52.424 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (67m) 2m ago 67m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:13:52.424 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (67m) 2m ago 67m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:13:52.424 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (8m) 2m ago 8m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:13:52.741 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:13:52.741 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:13:52.741 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:13:52.742 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:13:53.010 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:13:53.010 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:13:53.010 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:13:53.010 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:13:53.010 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:13:53.010 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:13:53.010 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:13:53.010 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:13:53.011 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:13:53.011 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:13:53.011 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:14:23.300 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:14:23.843 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:14:23.843 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (3m) 2m ago 9m 15.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:14:23.843 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (73m) 3m ago 73m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:14:23.843 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (73m) 2m ago 73m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:14:23.843 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (5m) 2m ago 73m 29.5M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:14:23.843 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (58m) 3m ago 58m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:14:23.843 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (58m) 2m ago 58m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:14:23.843 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (3m) 3m ago 79m 46.8M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:14:23.843 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (21m) 2m ago 73m 444M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:14:23.843 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (79m) 3m ago 79m 496M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:14:23.843 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (78m) 2m ago 78m 273M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:14:23.843 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (8m) 3m ago 8m 88.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:14:23.844 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (8m) 2m ago 8m 81.5M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:14:23.844 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 50m - - 2024-02-23T01:14:23.844 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 48m - - 2024-02-23T01:14:23.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (73m) 3m ago 73m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:14:23.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (73m) 3m ago 73m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:14:23.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (70m) 3m ago 70m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:14:23.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (70m) 3m ago 70m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:14:23.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (68m) 2m ago 68m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:14:23.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (68m) 2m ago 68m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:14:23.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (68m) 2m ago 68m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:14:23.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (68m) 2m ago 68m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:14:23.844 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (8m) 2m ago 8m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:14:24.162 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:14:24.162 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:14:24.162 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:14:24.163 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:14:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:14:24.434 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:14:24.434 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:14:24.434 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:14:24.434 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:14:24.434 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:14:24.434 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:14:24.434 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:14:24.434 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:14:24.434 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:14:24.434 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:14:54.732 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:14:55.266 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:14:55.266 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (3m) 3m ago 9m 15.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:14:55.266 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (74m) 3m ago 74m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:14:55.267 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (74m) 3m ago 74m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:14:55.267 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (6m) 3m ago 73m 29.5M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:14:55.267 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (59m) 3m ago 59m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:14:55.267 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (59m) 3m ago 59m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:14:55.267 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (3m) 3m ago 80m 46.8M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:14:55.267 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (21m) 3m ago 73m 444M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:14:55.267 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (80m) 3m ago 80m 496M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:14:55.267 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (78m) 3m ago 78m 273M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:14:55.267 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (9m) 3m ago 9m 88.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:14:55.267 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (9m) 3m ago 9m 81.5M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:14:55.267 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 51m - - 2024-02-23T01:14:55.268 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 49m - - 2024-02-23T01:14:55.268 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (73m) 3m ago 73m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:14:55.268 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (73m) 3m ago 73m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:14:55.268 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (71m) 3m ago 71m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:14:55.268 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (71m) 3m ago 71m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:14:55.268 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (69m) 3m ago 69m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:14:55.268 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (69m) 3m ago 69m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:14:55.268 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (68m) 3m ago 68m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:14:55.268 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (68m) 3m ago 68m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:14:55.268 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (9m) 3m ago 9m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:14:55.587 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:14:55.587 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:14:55.587 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:14:55.587 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:14:55.587 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:14:55.587 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:14:55.587 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:14:55.587 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:14:55.587 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:14:55.587 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:14:55.587 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:14:55.588 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:14:55.588 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:14:55.588 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:14:55.588 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:14:55.588 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:14:55.588 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:14:55.588 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:14:55.857 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:14:55.858 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:14:55.858 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:14:55.858 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:14:55.858 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:14:55.858 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:14:55.858 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:14:55.858 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:14:55.858 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:14:55.858 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:14:55.858 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:15:26.149 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:15:26.688 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:15:26.688 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (4m) 4m ago 10m 15.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:15:26.688 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (74m) 4m ago 74m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:15:26.688 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (74m) 4m ago 74m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:15:26.688 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (6m) 4m ago 74m 29.5M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:15:26.688 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (60m) 4m ago 60m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:15:26.688 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (59m) 4m ago 59m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:15:26.688 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (4m) 4m ago 80m 46.8M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:15:26.688 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (22m) 4m ago 74m 444M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:15:26.688 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (80m) 4m ago 80m 496M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (79m) 4m ago 79m 273M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (9m) 4m ago 9m 88.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (9m) 4m ago 9m 81.5M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 51m - - 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 49m - - 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (74m) 4m ago 74m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (74m) 4m ago 74m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (71m) 4m ago 71m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (71m) 4m ago 71m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (69m) 4m ago 69m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (69m) 4m ago 69m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (69m) 4m ago 69m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (69m) 4m ago 69m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:15:26.689 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (9m) 4m ago 9m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:15:27.009 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:15:27.009 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:15:27.009 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:15:27.009 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:15:27.009 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:15:27.009 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:15:27.009 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:15:27.009 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:15:27.009 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:15:27.009 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:15:27.009 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:15:27.009 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:15:27.009 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:15:27.010 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:15:27.010 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:15:27.010 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:15:27.010 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:15:27.010 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:15:27.280 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:15:27.280 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:15:27.280 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:15:27.280 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:15:27.280 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:15:27.280 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:15:27.280 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:15:27.280 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:15:27.281 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:15:27.281 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:15:27.281 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:15:57.578 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:15:58.114 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:15:58.114 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (4m) 4m ago 10m 15.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:15:58.114 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (75m) 4m ago 75m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:15:58.114 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (75m) 4m ago 75m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:15:58.114 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (7m) 4m ago 74m 29.5M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:15:58.114 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (60m) 4m ago 60m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:15:58.114 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (60m) 4m ago 60m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:15:58.114 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (4m) 4m ago 81m 46.8M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:15:58.114 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (22m) 4m ago 74m 444M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:15:58.114 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (81m) 4m ago 81m 496M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (79m) 4m ago 79m 273M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (10m) 4m ago 10m 88.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (10m) 4m ago 10m 81.5M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 52m - - 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 50m - - 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (75m) 4m ago 75m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (74m) 4m ago 74m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (72m) 4m ago 72m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (72m) 4m ago 72m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (70m) 4m ago 70m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (70m) 4m ago 70m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (69m) 4m ago 69m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (69m) 4m ago 69m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:15:58.115 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (10m) 4m ago 10m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:15:58.433 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:15:58.433 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:15:58.433 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:15:58.433 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:15:58.433 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:15:58.433 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:15:58.433 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:15:58.433 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:15:58.433 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:15:58.433 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:15:58.433 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:15:58.433 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:15:58.433 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:15:58.434 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:15:58.434 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:15:58.434 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:15:58.434 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:15:58.434 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:15:58.708 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:15:58.708 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:15:58.709 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:15:58.709 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:15:58.709 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:15:58.709 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:15:58.709 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:15:58.709 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:15:58.709 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:15:58.709 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:15:58.709 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:16:29.040 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:16:29.594 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:16:29.594 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (5m) 5m ago 11m 15.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:16:29.594 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (75m) 5m ago 75m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:16:29.594 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (75m) 5m ago 75m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:16:29.594 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (8m) 5m ago 75m 29.5M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:16:29.594 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (61m) 5m ago 61m 36.2M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:16:29.594 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (61m) 5m ago 61m 23.8M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:16:29.594 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (5m) 5m ago 81m 46.8M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:16:29.594 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (23m) 5m ago 75m 444M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (81m) 5m ago 81m 496M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (80m) 5m ago 80m 273M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (10m) 5m ago 10m 88.6M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (10m) 5m ago 10m 81.5M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 52m - - 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 50m - - 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (75m) 5m ago 75m 354M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (75m) 5m ago 75m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (73m) 5m ago 72m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (72m) 5m ago 72m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (71m) 5m ago 71m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (70m) 5m ago 70m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (70m) 5m ago 70m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (70m) 5m ago 70m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:16:29.595 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (10m) 5m ago 10m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:16:29.933 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:16:29.934 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:16:29.935 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:16:29.935 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:16:30.213 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:16:30.213 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:16:30.213 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:16:30.213 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:16:30.213 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:16:30.213 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:16:30.213 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:16:30.213 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:16:30.214 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:16:30.214 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:16:30.214 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:17:00.508 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:17:01.042 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:17:01.043 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (5m) 26s ago 11m 16.1M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:17:01.043 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (76m) 28s ago 76m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:17:01.043 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (76m) 26s ago 76m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:17:01.043 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (8m) 26s ago 75m 36.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:17:01.043 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (61m) 28s ago 61m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:17:01.043 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (61m) 26s ago 61m 24.0M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:17:01.043 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (5m) 28s ago 82m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:17:01.043 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (23m) 26s ago 75m 382M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:17:01.043 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (82m) 28s ago 82m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:17:01.043 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (80m) 26s ago 80m 291M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:17:01.043 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (11m) 28s ago 11m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:17:01.043 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (11m) 26s ago 11m 83.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:17:01.044 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 28s ago 53m - - 2024-02-23T01:17:01.044 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 26s ago 51m - - 2024-02-23T01:17:01.044 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (76m) 28s ago 76m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:17:01.044 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (75m) 28s ago 75m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:17:01.044 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (73m) 28s ago 73m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:17:01.044 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (73m) 28s ago 73m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:17:01.044 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (71m) 26s ago 71m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:17:01.044 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (71m) 26s ago 71m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:17:01.044 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (70m) 26s ago 70m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:17:01.044 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (70m) 26s ago 70m 481M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:17:01.044 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (11m) 26s ago 11m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:17:01.363 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:17:01.364 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:17:01.364 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:17:01.364 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:17:01.364 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:17:01.364 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:17:01.364 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:17:01.364 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:17:01.364 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:17:01.364 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:17:01.364 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:17:01.364 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:17:01.364 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:17:01.364 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:17:01.365 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:17:01.365 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:17:01.365 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:17:01.365 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:17:01.630 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:17:01.631 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:17:01.631 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:17:01.631 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:17:01.631 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:17:01.631 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:17:01.631 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:17:01.631 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:17:01.631 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:17:01.631 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:17:01.631 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:17:31.923 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:17:32.461 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (6m) 58s ago 12m 16.1M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (76m) 60s ago 76m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (76m) 58s ago 76m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (9m) 58s ago 76m 36.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (62m) 60s ago 62m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (62m) 58s ago 62m 24.0M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (6m) 60s ago 82m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (24m) 58s ago 76m 382M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (82m) 60s ago 83m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (81m) 58s ago 81m 291M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (11m) 60s ago 11m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (11m) 58s ago 11m 83.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 60s ago 53m - - 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 58s ago 51m - - 2024-02-23T01:17:32.462 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (76m) 60s ago 76m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:17:32.463 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (76m) 60s ago 76m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:17:32.463 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (74m) 60s ago 74m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:17:32.463 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (73m) 60s ago 73m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:17:32.463 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (72m) 58s ago 72m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:17:32.463 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (71m) 58s ago 71m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:17:32.463 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (71m) 58s ago 71m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:17:32.463 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (71m) 58s ago 71m 481M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:17:32.463 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (12m) 58s ago 11m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:17:32.783 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:17:32.783 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:17:32.783 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:17:32.783 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:17:32.783 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:17:32.784 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:17:32.784 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:17:32.784 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:17:32.784 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:17:32.784 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:17:32.784 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:17:32.784 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:17:32.784 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:17:32.784 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:17:32.784 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:17:32.784 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:17:32.784 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:17:32.784 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:17:33.053 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:17:33.053 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:17:33.053 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:17:33.053 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:17:33.053 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:17:33.053 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:17:33.053 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:17:33.053 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:17:33.054 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:17:33.054 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:17:33.054 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:18:03.347 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:18:03.887 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:18:03.887 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (7m) 89s ago 12m 16.1M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:18:03.887 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (77m) 91s ago 77m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:18:03.887 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (77m) 89s ago 77m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:18:03.887 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (9m) 89s ago 76m 36.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:18:03.887 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (62m) 91s ago 62m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:18:03.888 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (62m) 89s ago 62m 24.0M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:18:03.888 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (6m) 91s ago 83m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:18:03.888 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (24m) 89s ago 76m 382M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:18:03.888 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (83m) 91s ago 83m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:18:03.888 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (81m) 89s ago 81m 291M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:18:03.888 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (12m) 91s ago 12m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:18:03.888 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (12m) 89s ago 12m 83.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:18:03.888 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 91s ago 54m - - 2024-02-23T01:18:03.888 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 89s ago 52m - - 2024-02-23T01:18:03.888 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (77m) 91s ago 77m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:18:03.888 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (76m) 91s ago 76m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:18:03.889 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (74m) 91s ago 74m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:18:03.889 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (74m) 91s ago 74m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:18:03.889 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (72m) 89s ago 72m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:18:03.889 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (72m) 89s ago 72m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:18:03.889 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (72m) 89s ago 72m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:18:03.889 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (71m) 89s ago 71m 481M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:18:03.889 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (12m) 89s ago 12m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:18:04.203 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:18:04.203 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:18:04.203 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:18:04.203 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:18:04.203 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:18:04.203 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:18:04.203 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:18:04.203 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:18:04.203 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:18:04.203 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:18:04.203 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:18:04.204 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:18:04.204 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:18:04.204 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:18:04.204 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:18:04.204 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:18:04.204 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:18:04.204 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:18:04.471 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:18:04.472 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:18:04.472 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:18:04.472 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:18:04.472 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:18:04.472 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:18:04.472 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:18:04.472 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:18:04.472 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:18:04.472 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:18:04.472 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:18:34.765 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:18:35.298 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:18:35.298 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (7m) 2m ago 13m 16.1M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:18:35.298 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (77m) 2m ago 77m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:18:35.298 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (77m) 2m ago 77m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:18:35.298 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (10m) 2m ago 77m 36.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:18:35.298 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (63m) 2m ago 63m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (63m) 2m ago 63m 24.0M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (7m) 2m ago 83m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (25m) 2m ago 77m 382M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (83m) 2m ago 84m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (82m) 2m ago 82m 291M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (13m) 2m ago 12m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (12m) 2m ago 12m 83.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 54m - - 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 52m - - 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (77m) 2m ago 77m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (77m) 2m ago 77m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (75m) 2m ago 75m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (74m) 2m ago 74m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:18:35.299 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (73m) 2m ago 73m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:18:35.300 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (72m) 2m ago 72m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:18:35.300 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (72m) 2m ago 72m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:18:35.300 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (72m) 2m ago 72m 481M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:18:35.300 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (13m) 2m ago 13m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:18:35.613 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:18:35.613 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:18:35.614 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:18:35.614 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:18:35.614 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:18:35.614 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:18:35.614 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:18:35.614 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:18:35.614 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:18:35.614 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:18:35.614 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:18:35.614 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:18:35.614 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:18:35.614 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:18:35.615 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:18:35.615 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:18:35.615 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:18:35.615 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:18:35.889 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:18:35.890 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:18:35.890 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:18:35.890 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:18:35.890 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:18:35.890 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:18:35.890 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:18:35.890 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:18:35.890 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:18:35.890 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:18:35.890 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:19:06.184 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:19:06.719 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:19:06.719 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (8m) 2m ago 13m 16.1M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:19:06.719 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (78m) 2m ago 78m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:19:06.719 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (78m) 2m ago 78m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:19:06.719 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (10m) 2m ago 77m 36.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:19:06.719 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (63m) 2m ago 63m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:19:06.719 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (63m) 2m ago 63m 24.0M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:19:06.719 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (7m) 2m ago 84m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:19:06.719 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (25m) 2m ago 77m 382M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:19:06.719 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (84m) 2m ago 84m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:19:06.719 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (82m) 2m ago 82m 291M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:19:06.720 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (13m) 2m ago 13m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:19:06.720 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (13m) 2m ago 13m 83.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:19:06.720 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 55m - - 2024-02-23T01:19:06.720 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 53m - - 2024-02-23T01:19:06.720 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (78m) 2m ago 78m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:19:06.720 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (77m) 2m ago 77m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:19:06.720 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (75m) 2m ago 75m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:19:06.720 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (75m) 2m ago 75m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:19:06.720 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (73m) 2m ago 73m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:19:06.720 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (73m) 2m ago 73m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:19:06.721 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (73m) 2m ago 73m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:19:06.721 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (72m) 2m ago 72m 481M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:19:06.721 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (13m) 2m ago 13m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:19:07.039 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:19:07.039 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:19:07.039 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:19:07.039 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:19:07.039 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:19:07.039 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:19:07.039 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:19:07.039 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:19:07.039 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:19:07.040 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:19:07.040 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:19:07.040 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:19:07.040 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:19:07.040 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:19:07.040 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:19:07.040 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:19:07.040 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:19:07.040 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:19:07.309 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:19:07.310 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:19:07.310 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:19:07.310 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:19:07.310 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:19:07.310 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:19:07.310 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:19:07.310 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:19:07.310 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:19:07.310 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:19:07.310 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:19:37.602 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:19:38.130 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:19:38.131 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (8m) 3m ago 14m 16.1M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:19:38.131 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (78m) 3m ago 78m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:19:38.131 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (78m) 3m ago 78m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:19:38.131 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (11m) 3m ago 78m 36.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:19:38.131 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (64m) 3m ago 64m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:19:38.131 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (64m) 3m ago 64m 24.0M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:19:38.131 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (8m) 3m ago 84m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:19:38.131 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (26m) 3m ago 78m 382M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:19:38.131 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (85m) 3m ago 85m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:19:38.131 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (83m) 3m ago 83m 291M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:19:38.131 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (14m) 3m ago 14m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:19:38.131 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (13m) 3m ago 13m 83.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:19:38.132 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 55m - - 2024-02-23T01:19:38.132 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 53m - - 2024-02-23T01:19:38.132 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (78m) 3m ago 78m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:19:38.132 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (78m) 3m ago 78m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:19:38.132 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (76m) 3m ago 76m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:19:38.132 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (75m) 3m ago 75m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:19:38.132 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (74m) 3m ago 74m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:19:38.132 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (73m) 3m ago 73m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:19:38.132 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (73m) 3m ago 73m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:19:38.132 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (73m) 3m ago 73m 481M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:19:38.132 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (14m) 3m ago 14m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:19:38.447 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:19:38.447 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:19:38.447 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:19:38.447 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:19:38.447 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:19:38.447 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:19:38.447 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:19:38.448 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:19:38.448 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:19:38.448 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:19:38.448 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:19:38.448 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:19:38.448 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:19:38.448 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:19:38.448 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:19:38.448 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:19:38.448 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:19:38.448 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:19:38.717 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:19:38.717 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:19:38.717 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:19:38.717 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:19:38.717 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:19:38.717 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:19:38.717 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:19:38.718 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:19:38.718 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:19:38.718 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:19:38.718 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:20:09.011 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:20:09.543 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:20:09.543 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (9m) 3m ago 14m 16.1M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:20:09.543 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (79m) 3m ago 79m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:20:09.543 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (79m) 3m ago 79m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:20:09.543 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (11m) 3m ago 78m 36.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:20:09.543 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (64m) 3m ago 64m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:20:09.544 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (64m) 3m ago 64m 24.0M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:20:09.544 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (8m) 3m ago 85m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:20:09.544 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (26m) 3m ago 78m 382M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:20:09.544 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (85m) 3m ago 85m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:20:09.544 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (83m) 3m ago 83m 291M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:20:09.544 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (14m) 3m ago 14m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:20:09.544 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (14m) 3m ago 14m 83.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:20:09.544 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 56m - - 2024-02-23T01:20:09.544 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 54m - - 2024-02-23T01:20:09.544 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (79m) 3m ago 79m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:20:09.544 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (78m) 3m ago 78m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:20:09.544 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (76m) 3m ago 76m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:20:09.544 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (76m) 3m ago 76m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:20:09.545 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (74m) 3m ago 74m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:20:09.545 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (74m) 3m ago 74m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:20:09.545 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (74m) 3m ago 74m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:20:09.545 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (73m) 3m ago 73m 481M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:20:09.545 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (14m) 3m ago 14m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:20:09.862 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:20:09.862 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:20:09.862 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:20:09.862 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:20:09.862 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:20:09.863 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:20:09.863 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:20:09.863 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:20:09.863 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:20:09.863 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:20:09.863 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:20:09.863 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:20:09.863 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:20:09.863 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:20:09.863 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:20:09.864 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:20:09.864 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:20:09.864 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:20:10.132 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:20:10.132 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:20:10.132 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:20:10.132 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:20:10.132 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:20:10.132 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:20:10.132 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:20:10.132 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:20:10.133 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:20:10.133 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:20:10.133 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:20:40.425 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:20:40.960 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:20:40.960 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (9m) 4m ago 15m 16.1M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:20:40.960 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (79m) 4m ago 79m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:20:40.960 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (79m) 4m ago 79m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:20:40.960 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (12m) 4m ago 79m 36.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (65m) 4m ago 65m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (65m) 4m ago 65m 24.0M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (9m) 4m ago 86m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (27m) 4m ago 79m 382M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (86m) 4m ago 86m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (84m) 4m ago 84m 291M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (15m) 4m ago 15m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (15m) 4m ago 15m 83.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 57m - - 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 55m - - 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (79m) 4m ago 79m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (79m) 4m ago 79m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (77m) 4m ago 77m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:20:40.961 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (76m) 4m ago 76m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:20:40.962 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (75m) 4m ago 75m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:20:40.962 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (74m) 4m ago 74m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:20:40.962 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (74m) 4m ago 74m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:20:40.962 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (74m) 4m ago 74m 481M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:20:40.962 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (15m) 4m ago 15m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:20:41.280 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:20:41.280 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:20:41.280 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:20:41.280 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:20:41.280 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:20:41.280 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:20:41.280 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:20:41.280 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:20:41.280 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:20:41.280 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:20:41.280 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:20:41.280 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:20:41.281 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:20:41.281 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:20:41.281 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:20:41.281 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:20:41.281 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:20:41.281 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:20:41.553 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:20:41.553 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:20:41.553 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:20:41.553 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:20:41.553 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:20:41.553 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:20:41.554 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:20:41.554 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:20:41.554 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:20:41.554 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:20:41.554 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:21:11.848 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:21:12.382 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:21:12.382 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (10m) 4m ago 15m 16.1M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:21:12.382 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (80m) 4m ago 80m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:21:12.382 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (80m) 4m ago 80m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:21:12.382 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (12m) 4m ago 79m 36.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:21:12.382 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (65m) 4m ago 65m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:21:12.382 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (65m) 4m ago 65m 24.0M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:21:12.382 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (9m) 4m ago 86m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:21:12.382 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (27m) 4m ago 79m 382M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (86m) 4m ago 86m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (84m) 4m ago 84m 291M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (15m) 4m ago 15m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (15m) 4m ago 15m 83.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 57m - - 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 55m - - 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (80m) 4m ago 80m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (79m) 4m ago 79m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (77m) 4m ago 77m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (77m) 4m ago 77m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (75m) 4m ago 75m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (75m) 4m ago 75m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (75m) 4m ago 75m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:21:12.383 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (74m) 4m ago 74m 481M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:21:12.384 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (15m) 4m ago 15m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:21:12.700 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:21:12.700 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:21:12.700 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:21:12.700 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:21:12.701 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:21:12.970 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:21:12.970 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:21:12.970 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:21:12.970 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:21:12.970 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:21:12.970 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:21:12.970 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:21:12.971 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:21:12.971 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:21:12.971 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:21:12.971 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:21:43.266 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:21:43.806 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:21:43.807 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (10m) 5m ago 16m 16.1M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:21:43.807 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (80m) 5m ago 80m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:21:43.807 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (80m) 5m ago 80m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:21:43.807 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (13m) 5m ago 80m 36.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:21:43.807 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (66m) 5m ago 66m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:21:43.807 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (66m) 5m ago 66m 24.0M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:21:43.807 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (10m) 5m ago 87m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:21:43.807 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 running (28m) 5m ago 80m 382M - 16.2.14-550-geb66ed92 7403d1862307 dd2456741f50 2024-02-23T01:21:43.807 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (87m) 5m ago 87m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:21:43.807 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (85m) 5m ago 85m 291M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:21:43.807 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (16m) 5m ago 16m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:21:43.807 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (16m) 5m ago 16m 83.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:21:43.807 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 58m - - 2024-02-23T01:21:43.808 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 56m - - 2024-02-23T01:21:43.808 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (80m) 5m ago 80m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:21:43.808 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (80m) 5m ago 80m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:21:43.808 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (78m) 5m ago 78m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:21:43.808 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (77m) 5m ago 77m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:21:43.808 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (76m) 5m ago 76m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:21:43.808 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (75m) 5m ago 75m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:21:43.808 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (75m) 5m ago 75m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:21:43.808 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (75m) 5m ago 75m 481M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:21:43.808 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (16m) 5m ago 16m 58.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:21:44.126 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:21:44.127 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:21:44.127 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:21:44.127 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:21:44.127 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:21:44.127 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:21:44.127 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:21:44.127 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:21:44.127 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:21:44.127 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:21:44.127 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:21:44.127 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:21:44.127 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:21:44.127 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:21:44.128 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:21:44.128 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:21:44.128 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:21:44.128 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:21:44.397 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:21:44.398 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:21:44.398 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:21:44.398 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:21:44.398 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:21:44.398 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:21:44.398 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:21:44.398 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:21:44.398 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:21:44.399 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:21:44.399 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:22:14.695 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:22:15.229 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:22:15.229 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (11m) 19s ago 16m 24.4M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:22:15.230 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (81m) 5m ago 81m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:22:15.230 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (81m) 19s ago 81m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:22:15.230 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (13m) 19s ago 80m 36.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:22:15.230 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (66m) 5m ago 66m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:22:15.230 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (66m) 19s ago 66m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:22:15.230 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (10m) 5m ago 87m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:22:15.230 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (26s) 19s ago 80m 44.5M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:22:15.231 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (87m) 5m ago 87m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:22:15.231 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (86m) 19s ago 85m 300M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:22:15.231 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (16m) 5m ago 16m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:22:15.231 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (16m) 19s ago 16m 83.4M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:22:15.231 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 58m - - 2024-02-23T01:22:15.231 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 19s ago 56m - - 2024-02-23T01:22:15.232 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (81m) 5m ago 81m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:22:15.232 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (81m) 5m ago 81m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:22:15.232 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (78m) 5m ago 78m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:22:15.232 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (78m) 5m ago 78m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:22:15.232 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (76m) 19s ago 76m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:22:15.232 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (76m) 19s ago 76m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:22:15.233 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (76m) 19s ago 76m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:22:15.233 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (75m) 19s ago 75m 482M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:22:15.233 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (16m) 19s ago 16m 62.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:22:15.552 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:22:15.552 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:22:15.552 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:22:15.552 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:22:15.552 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:22:15.552 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:22:15.552 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:22:15.552 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:22:15.552 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:22:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:22:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:22:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:22:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:22:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:22:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:22:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:22:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:22:15.553 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:22:15.822 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:22:15.822 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:22:15.822 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:22:15.822 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:22:15.822 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:22:15.822 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:22:15.822 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:22:15.822 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:22:15.823 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:22:15.823 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:22:15.823 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:22:46.114 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:22:46.648 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:22:46.648 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (11m) 51s ago 17m 24.4M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:22:46.648 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (81m) 6m ago 81m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (81m) 51s ago 81m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (14m) 51s ago 81m 36.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (67m) 6m ago 67m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (67m) 51s ago 67m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (11m) 6m ago 88m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (58s) 51s ago 81m 44.5M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (88m) 6m ago 88m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (86m) 51s ago 86m 300M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (17m) 6m ago 17m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (17m) 51s ago 17m 83.4M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 6m ago 59m - - 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 51s ago 57m - - 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (81m) 6m ago 81m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (81m) 6m ago 81m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:22:46.649 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (79m) 6m ago 79m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:22:46.650 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (79m) 6m ago 78m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:22:46.650 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (77m) 51s ago 77m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:22:46.650 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (77m) 51s ago 77m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:22:46.650 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (76m) 51s ago 76m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:22:46.650 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (76m) 51s ago 76m 482M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:22:46.650 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (17m) 51s ago 17m 62.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:22:46.965 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:22:46.965 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:22:46.965 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:22:46.965 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:22:46.966 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:22:47.236 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:22:47.236 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:22:47.236 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:22:47.236 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:22:47.236 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:22:47.236 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:22:47.236 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:22:47.236 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:22:47.236 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:22:47.236 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:22:47.236 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:23:17.523 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:23:18.054 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:23:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (12m) 82s ago 17m 24.4M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:23:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (82m) 6m ago 82m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:23:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (82m) 82s ago 82m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:23:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (14m) 82s ago 82m 36.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:23:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (67m) 6m ago 67m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:23:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (67m) 82s ago 67m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:23:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (11m) 6m ago 88m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:23:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (89s) 82s ago 81m 44.5M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:23:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (88m) 6m ago 88m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:23:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (87m) 82s ago 87m 300M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:23:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (17m) 6m ago 17m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:23:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (17m) 82s ago 17m 83.4M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:23:18.055 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 6m ago 59m - - 2024-02-23T01:23:18.056 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 82s ago 57m - - 2024-02-23T01:23:18.056 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (82m) 6m ago 82m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:23:18.056 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (82m) 6m ago 82m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:23:18.056 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (79m) 6m ago 79m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:23:18.056 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (79m) 6m ago 79m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:23:18.056 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (77m) 82s ago 77m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:23:18.056 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (77m) 82s ago 77m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:23:18.056 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (77m) 82s ago 77m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:23:18.056 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (76m) 82s ago 76m 482M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:23:18.056 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (17m) 82s ago 17m 62.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:23:18.373 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:23:18.373 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:23:18.373 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:23:18.373 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:23:18.373 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:23:18.373 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:23:18.373 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:23:18.373 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:23:18.373 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:23:18.373 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:23:18.373 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:23:18.373 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:23:18.374 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:23:18.374 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:23:18.374 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:23:18.374 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:23:18.374 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:23:18.374 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:23:18.646 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:23:18.646 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:23:18.646 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:23:18.646 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:23:18.646 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:23:18.646 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:23:18.646 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:23:18.646 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:23:18.647 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:23:18.647 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:23:18.647 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:23:48.938 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:23:49.470 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:23:49.470 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (12m) 114s ago 18m 24.4M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (82m) 7m ago 82m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (82m) 114s ago 82m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (15m) 114s ago 82m 36.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (68m) 7m ago 68m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (68m) 114s ago 68m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (12m) 7m ago 89m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (2m) 114s ago 82m 44.5M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (89m) 7m ago 89m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (87m) 114s ago 87m 300M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (18m) 7m ago 18m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (18m) 114s ago 18m 83.4M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 7m ago 60m - - 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 114s ago 58m - - 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (82m) 7m ago 82m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:23:49.471 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (82m) 7m ago 82m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:23:49.472 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (80m) 7m ago 80m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:23:49.472 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (80m) 7m ago 80m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:23:49.472 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (78m) 114s ago 78m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:23:49.472 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (78m) 114s ago 78m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:23:49.472 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (77m) 114s ago 77m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:23:49.472 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (77m) 114s ago 77m 482M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:23:49.472 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (18m) 114s ago 18m 62.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:23:49.790 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:23:49.791 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:23:49.792 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:23:49.792 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:23:50.061 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:23:50.061 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:23:50.061 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:23:50.061 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:23:50.061 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:23:50.061 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:23:50.062 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:23:50.062 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:23:50.062 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:23:50.062 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:23:50.062 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:24:20.353 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:24:20.887 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:24:20.887 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (13m) 2m ago 18m 24.4M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:24:20.887 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (83m) 7m ago 83m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:24:20.887 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (83m) 2m ago 83m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:24:20.887 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (15m) 2m ago 83m 36.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:24:20.887 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (68m) 7m ago 68m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:24:20.887 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (68m) 2m ago 68m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:24:20.887 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (13m) 7m ago 89m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:24:20.887 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (2m) 2m ago 83m 44.5M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:24:20.887 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (89m) 7m ago 89m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:24:20.887 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (88m) 2m ago 88m 300M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:24:20.887 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (18m) 7m ago 18m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:24:20.888 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (18m) 2m ago 18m 83.4M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:24:20.888 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 7m ago 60m - - 2024-02-23T01:24:20.888 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 58m - - 2024-02-23T01:24:20.888 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (83m) 7m ago 83m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:24:20.888 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (83m) 7m ago 83m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:24:20.888 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (80m) 7m ago 80m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:24:20.888 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (80m) 7m ago 80m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:24:20.888 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (78m) 2m ago 78m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:24:20.888 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (78m) 2m ago 78m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:24:20.888 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (78m) 2m ago 78m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:24:20.888 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (78m) 2m ago 78m 482M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:24:20.888 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (18m) 2m ago 18m 62.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:24:21.204 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:24:21.204 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:24:21.204 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:24:21.204 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:24:21.205 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:24:21.205 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:24:21.205 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:24:21.205 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:24:21.205 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:24:21.205 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:24:21.205 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:24:21.205 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:24:21.205 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:24:21.205 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:24:21.205 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:24:21.205 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:24:21.206 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:24:21.206 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:24:21.472 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:24:21.472 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:24:21.473 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:24:21.473 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:24:21.473 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:24:21.473 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:24:21.473 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:24:21.473 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:24:21.473 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:24:21.473 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:24:21.473 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:24:51.769 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:24:52.300 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:24:52.300 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (13m) 2m ago 19m 24.4M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:24:52.300 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (84m) 8m ago 84m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:24:52.300 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (83m) 2m ago 83m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:24:52.300 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (16m) 2m ago 83m 36.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:24:52.300 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (69m) 8m ago 69m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:24:52.300 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (69m) 2m ago 69m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (13m) 8m ago 90m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (3m) 2m ago 83m 44.5M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (90m) 8m ago 90m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (88m) 2m ago 88m 300M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (19m) 8m ago 19m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (19m) 2m ago 19m 83.4M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 8m ago 61m - - 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 59m - - 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (83m) 8m ago 83m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (83m) 8m ago 83m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (81m) 8m ago 81m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (81m) 8m ago 81m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (79m) 2m ago 79m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (79m) 2m ago 79m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:24:52.301 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (78m) 2m ago 78m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:24:52.302 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (78m) 2m ago 78m 482M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:24:52.302 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (19m) 2m ago 19m 62.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:24:52.621 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:24:52.621 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:24:52.621 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:24:52.621 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:24:52.622 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:24:52.890 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:24:52.891 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:24:52.891 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:24:52.891 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:24:52.891 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:24:52.891 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:24:52.891 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:24:52.891 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:24:52.891 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:24:52.891 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:24:52.891 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:25:23.183 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:25:23.717 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:25:23.717 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (14m) 3m ago 20m 24.4M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:25:23.717 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (84m) 8m ago 84m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:25:23.717 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (84m) 3m ago 84m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:25:23.717 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (16m) 3m ago 84m 36.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (69m) 8m ago 69m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (69m) 3m ago 69m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (14m) 8m ago 90m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (3m) 3m ago 84m 44.5M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (90m) 8m ago 90m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (89m) 3m ago 89m 300M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (19m) 8m ago 19m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (19m) 3m ago 19m 83.4M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 8m ago 61m - - 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 59m - - 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (84m) 8m ago 84m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (84m) 8m ago 84m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (81m) 8m ago 81m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (81m) 8m ago 81m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:25:23.718 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (79m) 3m ago 79m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:25:23.719 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (79m) 3m ago 79m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:25:23.719 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (79m) 3m ago 79m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:25:23.719 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (79m) 3m ago 79m 482M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:25:23.719 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (19m) 3m ago 19m 62.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:25:24.039 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:25:24.039 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:25:24.039 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:25:24.039 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:25:24.039 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:25:24.039 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:25:24.039 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:25:24.039 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:25:24.039 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:25:24.039 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:25:24.039 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:25:24.039 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:25:24.039 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:25:24.040 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:25:24.040 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:25:24.040 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:25:24.040 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:25:24.040 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:25:24.306 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:25:24.306 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:25:24.306 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:25:24.306 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:25:24.306 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:25:24.306 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:25:24.306 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:25:24.307 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:25:24.307 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:25:24.307 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:25:24.307 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:25:54.599 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:25:55.129 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:25:55.129 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (14m) 3m ago 20m 24.4M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:25:55.129 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (85m) 9m ago 85m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:25:55.129 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (85m) 3m ago 85m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:25:55.129 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (17m) 3m ago 84m 36.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:25:55.129 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (70m) 9m ago 70m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:25:55.129 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (70m) 3m ago 70m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:25:55.129 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (14m) 9m ago 91m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:25:55.129 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (4m) 3m ago 84m 44.5M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:25:55.129 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (91m) 9m ago 91m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (89m) 3m ago 89m 300M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (20m) 9m ago 20m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (20m) 3m ago 20m 83.4M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 9m ago 62m - - 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 60m - - 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (84m) 9m ago 84m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (84m) 9m ago 84m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (82m) 9m ago 82m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (82m) 9m ago 82m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (80m) 3m ago 80m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (80m) 3m ago 80m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (79m) 3m ago 79m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (79m) 3m ago 79m 482M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:25:55.130 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (20m) 3m ago 20m 62.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:25:55.448 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:25:55.448 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:25:55.448 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:25:55.448 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:25:55.448 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:25:55.448 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:25:55.448 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:25:55.448 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:25:55.448 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:25:55.449 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:25:55.449 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:25:55.449 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:25:55.449 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:25:55.449 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:25:55.449 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:25:55.449 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:25:55.449 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:25:55.449 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:25:55.714 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:25:55.714 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:25:55.714 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:25:55.714 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:25:55.714 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:25:55.714 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:25:55.715 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:25:55.715 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:25:55.715 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:25:55.715 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:25:55.715 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:26:26.008 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:26:26.538 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:26:26.538 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (15m) 4m ago 21m 24.4M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (85m) 9m ago 85m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (85m) 4m ago 85m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (17m) 4m ago 85m 36.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (71m) 9m ago 71m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (70m) 4m ago 70m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (15m) 9m ago 91m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (4m) 4m ago 85m 44.5M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (91m) 9m ago 91m 512M 2048M 15.2.13 2cf504fded39 f1770706634b 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (90m) 4m ago 90m 300M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (20m) 9m ago 20m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (20m) 4m ago 20m 83.4M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 9m ago 62m - - 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 60m - - 2024-02-23T01:26:26.539 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (85m) 9m ago 85m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:26:26.540 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (85m) 9m ago 85m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:26:26.540 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (82m) 9m ago 82m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:26:26.540 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (82m) 9m ago 82m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:26:26.540 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (80m) 4m ago 80m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:26:26.540 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (80m) 4m ago 80m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:26:26.540 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (80m) 4m ago 80m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:26:26.540 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (80m) 4m ago 80m 482M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:26:26.540 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (20m) 4m ago 20m 62.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:26:26.860 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:26:26.861 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:26:26.861 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:26:26.861 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:26:26.861 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:26:26.861 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:26:26.861 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:26:26.861 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:26:26.861 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:26:26.861 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:26:26.861 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:26:26.861 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:26:26.861 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:26:26.861 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:26:26.862 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:26:26.862 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:26:26.862 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:26:26.862 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:26:27.130 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:26:27.130 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:26:27.130 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:26:27.130 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:26:27.130 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:26:27.130 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:26:27.130 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:26:27.131 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "2/23 daemons upgraded", 2024-02-23T01:26:27.131 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mgr daemons", 2024-02-23T01:26:27.131 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:26:27.131 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:26:55.181 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:55 smithi115 systemd[1]: Stopping Ceph mon.smithi115 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T01:26:56.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:55 smithi115 bash[122344]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon.smithi115 2024-02-23T01:26:56.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 systemd[1]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi115.service: Succeeded. 2024-02-23T01:26:56.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 systemd[1]: Stopped Ceph mon.smithi115 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T01:26:56.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 systemd[1]: Starting Ceph mon.smithi115 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T01:26:57.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.821+0000 7fcb352e8880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-23T01:26:57.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.821+0000 7fcb352e8880 0 ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable), process ceph-mon, pid 1 2024-02-23T01:26:57.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.821+0000 7fcb352e8880 0 pidfile_write: ignore empty --pid-file 2024-02-23T01:26:57.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.826+0000 7fcb352e8880 0 load: jerasure load: lrc load: isa 2024-02-23T01:26:57.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: RocksDB version: 6.8.1 2024-02-23T01:26:57.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-23T01:26:57.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Compile date Feb 20 2024 2024-02-23T01:26:57.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: DB SUMMARY 2024-02-23T01:26:57.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: CURRENT file: CURRENT 2024-02-23T01:26:57.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-23T01:26:57.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 8124 Bytes 2024-02-23T01:26:57.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi115/store.db dir, Total Num: 1, files: 000176.sst 2024-02-23T01:26:57.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi115/store.db: 000174.log size: 8680987 ; 2024-02-23T01:26:57.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.error_if_exists: 0 2024-02-23T01:26:57.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.create_if_missing: 0 2024-02-23T01:26:57.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.paranoid_checks: 1 2024-02-23T01:26:57.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.env: 0x56012d5ec080 2024-02-23T01:26:57.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.fs: Posix File System 2024-02-23T01:26:57.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.info_log: 0x56012f9fa560 2024-02-23T01:26:57.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-23T01:26:57.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.statistics: (nil) 2024-02-23T01:26:57.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.use_fsync: 0 2024-02-23T01:26:57.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_log_file_size: 0 2024-02-23T01:26:57.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-23T01:26:57.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-23T01:26:57.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-23T01:26:57.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-23T01:26:57.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.allow_fallocate: 1 2024-02-23T01:26:57.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-23T01:26:57.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-23T01:26:57.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.use_direct_reads: 0 2024-02-23T01:26:57.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-23T01:26:57.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-23T01:26:57.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.db_log_dir: 2024-02-23T01:26:57.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi115/store.db 2024-02-23T01:26:57.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-23T01:26:57.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_subcompactions: 1 2024-02-23T01:26:57.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_background_flushes: -1 2024-02-23T01:26:57.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-23T01:26:57.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-23T01:26:57.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-23T01:26:57.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-23T01:26:57.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-23T01:26:57.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-23T01:26:57.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-23T01:26:57.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.write_buffer_manager: 0x5601306ee3f0 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.unordered_write: 0 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-23T01:26:57.282 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.row_cache: None 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.wal_filter: None 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.preserve_deletes: 0 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.two_write_queues: 0 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.atomic_flush: 0 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.log_readahead_size: 0 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_background_jobs: 2 2024-02-23T01:26:57.283 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_background_compactions: -1 2024-02-23T01:26:57.284 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-23T01:26:57.284 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-23T01:26:57.284 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-23T01:26:57.284 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-23T01:26:57.284 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-23T01:26:57.284 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-23T01:26:57.284 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-23T01:26:57.284 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-23T01:26:57.284 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_open_files: -1 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Compression algorithms supported: 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: kZSTD supported: 0 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: kXpressCompression supported: 0 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: kLZ4Compression supported: 1 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: kBZip2Compression supported: 0 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: kZlibCompression supported: 1 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: kSnappyCompression supported: 1 2024-02-23T01:26:57.285 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-23T01:26:57.287 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi115/store.db/MANIFEST-000008 2024-02-23T01:26:57.287 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.287 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-23T01:26:57.287 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.287 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-23T01:26:57.287 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.merge_operator: 2024-02-23T01:26:57.287 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compaction_filter: None 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56012f99fd10) 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cache_index_and_filter_blocks: 1 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: pin_top_level_index_and_filter: 1 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: index_type: 0 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: data_block_index_type: 0 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: index_shortening: 1 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: data_block_hash_table_util_ratio: 0.750000 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: hash_index_allow_collision: 1 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: checksum: 1 2024-02-23T01:26:57.288 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: no_block_cache: 0 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: block_cache: 0x56012f9d4f10 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: block_cache_name: BinnedLRUCache 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: block_cache_options: 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: capacity : 536870912 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: num_shard_bits : 4 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: strict_capacity_limit : 0 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: high_pri_pool_ratio: 0.000 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: block_cache_compressed: (nil) 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: persistent_cache: (nil) 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: block_size: 4096 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: block_size_deviation: 10 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: block_restart_interval: 16 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: index_block_restart_interval: 1 2024-02-23T01:26:57.289 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: metadata_block_size: 4096 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: partition_filters: 0 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: use_delta_encoding: 1 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: whole_key_filtering: 1 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: verify_compression: 0 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: read_amp_bytes_per_bit: 0 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: format_version: 2 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: enable_index_compression: 1 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: block_align: 0 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compression: NoCompression 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-23T01:26:57.290 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.num_levels: 7 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-23T01:26:57.291 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-23T01:26:57.292 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-23T01:26:57.293 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.table_properties_collectors: 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.inplace_update_support: 0 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.bloom_locality: 0 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.max_successive_merges: 0 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-23T01:26:57.294 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.ttl: 2592000 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.827+0000 7fcb352e8880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.828+0000 7fcb352e8880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi115/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 178, last_sequence is 74925, log_number is 174,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.828+0000 7fcb352e8880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 174 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.828+0000 7fcb352e8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708651616830038, "job": 1, "event": "recovery_started", "log_files": [174]} 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.828+0000 7fcb352e8880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #174 mode 2 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.834+0000 7fcb352e8880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.846+0000 7fcb352e8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708651616848590, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 178, "file_size": 8656335, "table_properties": {"data_size": 8646976, "index_size": 7575, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 965, "raw_key_size": 6943, "raw_average_key_size": 20, "raw_value_size": 8636614, "raw_average_value_size": 25552, "num_data_blocks": 232, "num_entries": 338, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1708651616, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.847+0000 7fcb352e8880 4 rocksdb: [version_set.cc:3826] Creating manifest 179 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.847+0000 7fcb352e8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708651616849035, "job": 1, "event": "recovery_finished"} 2024-02-23T01:26:57.295 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.848+0000 7fcb352e8880 4 rocksdb: DB pointer 0x56012fa9d800 2024-02-23T01:26:57.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.848+0000 7fcb1c0da700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-23T01:26:57.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.848+0000 7fcb1c0da700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-23T01:26:57.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ** DB Stats ** 2024-02-23T01:26:57.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T01:26:57.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-23T01:26:57.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-23T01:26:57.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T01:26:57.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-23T01:26:57.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-23T01:26:57.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T01:26:57.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ** Compaction Stats [default] ** 2024-02-23T01:26:57.297 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T01:26:57.297 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T01:26:57.297 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: L0 1/0 8.26 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 675.3 0.01 0.00 1 0.012 0 0 2024-02-23T01:26:57.297 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: L6 1/0 46.35 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T01:26:57.297 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Sum 2/0 54.61 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 675.3 0.01 0.00 1 0.012 0 0 2024-02-23T01:26:57.297 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 675.3 0.01 0.00 1 0.012 0 0 2024-02-23T01:26:57.297 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.297 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ** Compaction Stats [default] ** 2024-02-23T01:26:57.297 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T01:26:57.297 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T01:26:57.297 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 675.3 0.01 0.00 1 0.012 0 0 2024-02-23T01:26:57.297 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Flush(GB): cumulative 0.008, interval 0.008 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: AddFile(Keys): cumulative 0, interval 0 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Cumulative compaction: 0.01 GB write, 388.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Interval compaction: 0.01 GB write, 388.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ** File Read Latency Histogram By Level [default] ** 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ** Compaction Stats [default] ** 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T01:26:57.298 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T01:26:57.299 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: L0 1/0 8.26 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 675.3 0.01 0.00 1 0.012 0 0 2024-02-23T01:26:57.299 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: L6 1/0 46.35 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T01:26:57.299 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Sum 2/0 54.61 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 675.3 0.01 0.00 1 0.012 0 0 2024-02-23T01:26:57.299 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T01:26:57.299 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.299 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ** Compaction Stats [default] ** 2024-02-23T01:26:57.299 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T01:26:57.299 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T01:26:57.299 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 675.3 0.01 0.00 1 0.012 0 0 2024-02-23T01:26:57.299 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T01:26:57.299 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Flush(GB): cumulative 0.008, interval 0.000 2024-02-23T01:26:57.299 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T01:26:57.299 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: AddFile(Keys): cumulative 0, interval 0 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Cumulative compaction: 0.01 GB write, 387.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ** File Read Latency Histogram By Level [default] ** 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.849+0000 7fcb352e8880 0 starting mon.smithi115 rank 0 at public addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] at bind addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi115 fsid a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.850+0000 7fcb352e8880 1 mon.smithi115@-1(???) e2 preinit fsid a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.850+0000 7fcb352e8880 0 mon.smithi115@-1(???).mds e7 new map 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.850+0000 7fcb352e8880 0 mon.smithi115@-1(???).mds e7 print_map 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: e7 2024-02-23T01:26:57.300 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 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-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: legacy client fscid: 1 2024-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Filesystem 'foofs' (1) 2024-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: fs_name foofs 2024-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: epoch 4 2024-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: flags 12 2024-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: created 2024-02-23T00:07:50.321056+0000 2024-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: modified 2024-02-23T00:15:27.660904+0000 2024-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: tableserver 0 2024-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: root 0 2024-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: session_timeout 60 2024-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: session_autoclose 300 2024-02-23T01:26:57.301 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: max_file_size 1099511627776 2024-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: required_client_features {} 2024-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: last_failure 0 2024-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: last_failure_osd_epoch 0 2024-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 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-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: max_mds 1 2024-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: in 0 2024-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: up {0=14928} 2024-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: failed 2024-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: damaged 2024-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: stopped 2024-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: data_pools [3] 2024-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: metadata_pool 2 2024-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: inline_data disabled 2024-02-23T01:26:57.302 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: balancer 2024-02-23T01:26:57.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: standby_count_wanted 1 2024-02-23T01:26:57.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: [mds.foofs.smithi115.sbksrt{0:14928} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.115:6834/1554527231,v1:172.21.15.115:6835/1554527231] compat {c=[1],r=[1],i=[7ff]}] 2024-02-23T01:26:57.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Standby daemons: 2024-02-23T01:26:57.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: [mds.foofs.smithi131.xlpzyy{-1:24533} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.131:6832/40808897,v1:172.21.15.131:6833/40808897] compat {c=[1],r=[1],i=[7ff]}] 2024-02-23T01:26:57.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:26:57.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.851+0000 7fcb352e8880 0 mon.smithi115@-1(???).osd e65 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-23T01:26:57.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.851+0000 7fcb352e8880 0 mon.smithi115@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-02-23T01:26:57.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.851+0000 7fcb352e8880 0 mon.smithi115@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-02-23T01:26:57.303 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.851+0000 7fcb352e8880 0 mon.smithi115@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-02-23T01:26:57.304 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:26:53.485012+0000 mgr.smithi115.zzjgkn (mgr.20200) 414 : cephadm [INF] Upgrade: Updating mon.smithi115 2024-02-23T01:26:57.304 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:53.489450+0000 mon.smithi115 (mon.0) 1481 : audit [INF] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:26:57.304 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:53.490143+0000 mon.smithi115 (mon.0) 1482 : audit [INF] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T01:26:57.304 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:53.490679+0000 mon.smithi115 (mon.0) 1483 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T01:26:57.304 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:53.491195+0000 mon.smithi115 (mon.0) 1484 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:26:57.304 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:26:53.491683+0000 mgr.smithi115.zzjgkn (mgr.20200) 415 : cephadm [INF] Deploying daemon mon.smithi115 on smithi115 2024-02-23T01:26:57.304 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:53.492055+0000 mon.smithi115 (mon.0) 1485 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "container_image"}]: dispatch 2024-02-23T01:26:57.304 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:53.665646+0000 mgr.smithi115.zzjgkn (mgr.20200) 416 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:26:57.304 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T01:26:56.851+0000 7fcb352e8880 1 mon.smithi115@-1(???).paxosservice(auth 1..64) refresh upgraded, format 0 -> 3 2024-02-23T01:26:57.304 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 bash[122544]: 31feb81a02734eea9f611b4045199eab05df63216b2c78aa107d3d603078042e 2024-02-23T01:26:57.304 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:56 smithi115 systemd[1]: Started Ceph mon.smithi115 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T01:26:57.418 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:26:57.953 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:26:57.953 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (15m) 5m ago 21m 24.4M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (86m) 10m ago 86m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (86m) 5m ago 86m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (18m) 5m ago 85m 36.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (71m) 10m ago 71m 36.5M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (71m) 5m ago 71m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (15m) 10m ago 92m 420M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (5m) 5m ago 85m 44.5M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 starting - - - 2048M 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (90m) 5m ago 90m 300M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (21m) 10m ago 21m 90.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (21m) 5m ago 21m 83.4M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 10m ago 63m - - 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 61m - - 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (86m) 10m ago 86m 355M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:26:57.954 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (85m) 10m ago 85m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:26:57.955 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (83m) 10m ago 83m 272M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:26:57.955 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (83m) 10m ago 83m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:26:57.955 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (81m) 5m ago 81m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:26:57.955 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (81m) 5m ago 81m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:26:57.955 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (80m) 5m ago 80m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:26:57.955 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (80m) 5m ago 80m 482M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:26:57.955 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (21m) 5m ago 21m 62.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:26:58.282 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:26:58.282 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:26:58.283 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:26:58.284 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:26:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:55.174024+0000 mon.smithi131 (mon.1) 439 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-02-23T01:26:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:55.174414+0000 mon.smithi131 (mon.1) 440 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:55.665967+0000 mgr.smithi115.zzjgkn (mgr.20200) 417 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:57.404104+0000 mgr.smithi115.zzjgkn (mgr.20200) 418 : audit [DBG] from='client.28221 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:57.666298+0000 mgr.smithi115.zzjgkn (mgr.20200) 419 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:57.674952+0000 mgr.smithi115.zzjgkn (mgr.20200) 420 : audit [DBG] from='client.28225 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:57.938877+0000 mgr.smithi115.zzjgkn (mgr.20200) 421 : audit [DBG] from='client.28229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:57.940751+0000 mon.smithi131 (mon.1) 441 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:57.941527+0000 mon.smithi131 (mon.1) 442 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:57.942001+0000 mon.smithi131 (mon.1) 443 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:57.942474+0000 mon.smithi131 (mon.1) 444 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:57.942901+0000 mon.smithi131 (mon.1) 445 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:57.944983+0000 mon.smithi131 (mon.1) 446 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:57.945352+0000 mon.smithi131 (mon.1) 447 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:57.945661+0000 mon.smithi131 (mon.1) 448 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:26:58.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:57.945943+0000 mon.smithi131 (mon.1) 449 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:26:58.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:57.946226+0000 mon.smithi131 (mon.1) 450 : audit [DBG] from='mgr.20200 172.21.15.115:0/3078356924' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:26:58.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:58.262734+0000 mon.smithi115 (mon.0) 1 : cluster [INF] mon.smithi115 calling monitor election 2024-02-23T01:26:58.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:58.276092+0000 mon.smithi115 (mon.0) 2 : cluster [INF] mon.smithi115 is new leader, mons smithi115,smithi131 in quorum (ranks 0,1) 2024-02-23T01:26:58.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:58.281077+0000 mon.smithi131 (mon.1) 451 : audit [DBG] from='client.? 172.21.15.115:0/4205746630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:26:58.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:58.281442+0000 mon.smithi115 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi115=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],smithi131=[v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0]} removed_ranks: {} 2024-02-23T01:26:58.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:58.293143+0000 mon.smithi115 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi115.sbksrt=up:active} 1 up:standby 2024-02-23T01:26:58.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:58.293197+0000 mon.smithi115 (mon.0) 5 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-23T01:26:58.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:58.294166+0000 mon.smithi115 (mon.0) 6 : cluster [DBG] mgrmap e40: smithi115.zzjgkn(active, since 10m), standbys: smithi131.erzmvo 2024-02-23T01:26:58.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:58.294512+0000 mon.smithi115 (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T01:26:58.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:58.294527+0000 mon.smithi115 (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-02-23T01:26:58.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:58.294535+0000 mon.smithi115 (mon.0) 9 : cluster [WRN] daemon node-exporter.smithi115 on smithi115 is in error state 2024-02-23T01:26:58.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:58.294542+0000 mon.smithi115 (mon.0) 10 : cluster [WRN] daemon node-exporter.smithi131 on smithi131 is in error state 2024-02-23T01:26:58.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:58.301258+0000 mon.smithi115 (mon.0) 11 : cluster [DBG] mgrmap e41: smithi115.zzjgkn(active, since 10m), standbys: smithi131.erzmvo 2024-02-23T01:26:58.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:26:58.310413+0000 mon.smithi115 (mon.0) 12 : audit [INF] from='mgr.20200 ' entity='' 2024-02-23T01:27:00.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:26:59.303710+0000 mon.smithi115 (mon.0) 13 : cluster [DBG] mgrmap e42: smithi115.zzjgkn(active, since 10m), standbys: smithi131.erzmvo 2024-02-23T01:27:04.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:03.675266+0000 mon.smithi115 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi131.erzmvo restarted 2024-02-23T01:27:04.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:03.675343+0000 mon.smithi115 (mon.0) 15 : cluster [DBG] Standby manager daemon smithi131.erzmvo started 2024-02-23T01:27:04.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:03.676688+0000 mon.smithi131 (mon.1) 452 : audit [DBG] from='mgr.? 172.21.15.131:0/592969233' entity='mgr.smithi131.erzmvo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi131.erzmvo/crt"}]: dispatch 2024-02-23T01:27:04.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:03.677037+0000 mon.smithi131 (mon.1) 453 : audit [DBG] from='mgr.? 172.21.15.131:0/592969233' entity='mgr.smithi131.erzmvo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-23T01:27:04.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:03.679046+0000 mon.smithi131 (mon.1) 454 : audit [DBG] from='mgr.? 172.21.15.131:0/592969233' entity='mgr.smithi131.erzmvo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi131.erzmvo/key"}]: dispatch 2024-02-23T01:27:04.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:03.680052+0000 mon.smithi131 (mon.1) 455 : audit [DBG] from='mgr.? 172.21.15.131:0/592969233' entity='mgr.smithi131.erzmvo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-23T01:27:04.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:03.680326+0000 mon.smithi115 (mon.0) 16 : cluster [INF] Active manager daemon smithi115.zzjgkn restarted 2024-02-23T01:27:04.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:03.680621+0000 mon.smithi115 (mon.0) 17 : cluster [INF] Activating manager daemon smithi115.zzjgkn 2024-02-23T01:27:04.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:03.686151+0000 mon.smithi115 (mon.0) 18 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-23T01:27:04.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:03.686456+0000 mon.smithi115 (mon.0) 19 : cluster [DBG] mgrmap e43: smithi115.zzjgkn(active, starting, since 0.00591016s), standbys: smithi131.erzmvo 2024-02-23T01:27:09.777 INFO:teuthology.orchestra.run.smithi115.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-02-23T01:27:09.778 INFO:teuthology.orchestra.run.smithi115.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-02-23T01:27:10.010 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.687594+0000 mon.smithi115 (mon.0) 20 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-02-23T01:27:10.010 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.687864+0000 mon.smithi115 (mon.0) 21 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-02-23T01:27:10.010 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.688454+0000 mon.smithi115 (mon.0) 22 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi115.sbksrt"}]: dispatch 2024-02-23T01:27:10.010 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.688704+0000 mon.smithi115 (mon.0) 23 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi131.xlpzyy"}]: dispatch 2024-02-23T01:27:10.010 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.689105+0000 mon.smithi115 (mon.0) 24 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mgr metadata", "who": "smithi115.zzjgkn", "id": "smithi115.zzjgkn"}]: dispatch 2024-02-23T01:27:10.010 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.689269+0000 mon.smithi115 (mon.0) 25 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mgr metadata", "who": "smithi131.erzmvo", "id": "smithi131.erzmvo"}]: dispatch 2024-02-23T01:27:10.010 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.689494+0000 mon.smithi115 (mon.0) 26 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T01:27:10.011 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.689699+0000 mon.smithi115 (mon.0) 27 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T01:27:10.011 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.689890+0000 mon.smithi115 (mon.0) 28 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T01:27:10.011 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.690089+0000 mon.smithi115 (mon.0) 29 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T01:27:10.011 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.690277+0000 mon.smithi115 (mon.0) 30 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T01:27:10.011 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.690466+0000 mon.smithi115 (mon.0) 31 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T01:27:10.011 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.690657+0000 mon.smithi115 (mon.0) 32 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T01:27:10.011 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.690841+0000 mon.smithi115 (mon.0) 33 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T01:27:10.011 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.691144+0000 mon.smithi115 (mon.0) 34 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-23T01:27:10.011 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.691479+0000 mon.smithi115 (mon.0) 35 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-23T01:27:10.011 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.691911+0000 mon.smithi115 (mon.0) 36 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-23T01:27:10.011 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.692704+0000 mon.smithi115 (mon.0) 37 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-23T01:27:10.011 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.693750+0000 mon.smithi115 (mon.0) 38 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-02-23T01:27:10.012 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.694047+0000 mon.smithi115 (mon.0) 39 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-23T01:27:10.012 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.694335+0000 mon.smithi115 (mon.0) 40 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-23T01:27:10.012 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.694606+0000 mon.smithi115 (mon.0) 41 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-23T01:27:10.012 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.694905+0000 mon.smithi115 (mon.0) 42 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi115"}]: dispatch 2024-02-23T01:27:10.012 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.695191+0000 mon.smithi115 (mon.0) 43 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi131"}]: dispatch 2024-02-23T01:27:10.012 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.695494+0000 mon.smithi115 (mon.0) 44 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-23T01:27:10.012 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.695761+0000 mon.smithi115 (mon.0) 45 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/nfs_migration_queue"}]: dispatch 2024-02-23T01:27:10.012 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.696026+0000 mon.smithi115 (mon.0) 46 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-23T01:27:10.012 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.696276+0000 mon.smithi115 (mon.0) 47 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi131/grafana_crt"}]: dispatch 2024-02-23T01:27:10.012 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.696536+0000 mon.smithi115 (mon.0) 48 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi131/grafana_key"}]: dispatch 2024-02-23T01:27:10.012 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.696805+0000 mon.smithi115 (mon.0) 49 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-23T01:27:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.697062+0000 mon.smithi115 (mon.0) 50 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-02-23T01:27:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.697317+0000 mon.smithi115 (mon.0) 51 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-23T01:27:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.697588+0000 mon.smithi115 (mon.0) 52 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2024-02-23T01:27:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.697857+0000 mon.smithi115 (mon.0) 53 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-23T01:27:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.698107+0000 mon.smithi115 (mon.0) 54 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-02-23T01:27:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.698359+0000 mon.smithi115 (mon.0) 55 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-02-23T01:27:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.698611+0000 mon.smithi115 (mon.0) 56 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-23T01:27:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.698908+0000 mon.smithi115 (mon.0) 57 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-23T01:27:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.699219+0000 mon.smithi115 (mon.0) 58 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-23T01:27:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.699471+0000 mon.smithi115 (mon.0) 59 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-23T01:27:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.699736+0000 mon.smithi115 (mon.0) 60 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-02-23T01:27:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.699987+0000 mon.smithi115 (mon.0) 61 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-23T01:27:10.013 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.700243+0000 mon.smithi115 (mon.0) 62 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-23T01:27:10.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.700485+0000 mon.smithi115 (mon.0) 63 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-23T01:27:10.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.700732+0000 mon.smithi115 (mon.0) 64 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-23T01:27:10.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.700978+0000 mon.smithi115 (mon.0) 65 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-23T01:27:10.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.701233+0000 mon.smithi115 (mon.0) 66 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-23T01:27:10.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.701487+0000 mon.smithi115 (mon.0) 67 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2024-02-23T01:27:10.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.701753+0000 mon.smithi115 (mon.0) 68 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-23T01:27:10.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.702000+0000 mon.smithi115 (mon.0) 69 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-23T01:27:10.014 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:09.715074+0000 mon.smithi115 (mon.0) 70 : cluster [INF] Manager daemon smithi115.zzjgkn is now available 2024-02-23T01:27:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:09.771459+0000 mon.smithi115 (mon.0) 71 : cluster [DBG] mgrmap e44: smithi115.zzjgkn(active, since 6s), standbys: smithi131.erzmvo 2024-02-23T01:27:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.772240+0000 mgr.smithi115.zzjgkn (mgr.34102) 1 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:27:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:09.779605+0000 mgr.smithi115.zzjgkn (mgr.34102) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.826487+0000 mon.smithi115 (mon.0) 72 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:27:11.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.827547+0000 mon.smithi115 (mon.0) 73 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:27:11.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.886332+0000 mon.smithi115 (mon.0) 74 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.zzjgkn/mirror_snapshot_schedule"}]: dispatch 2024-02-23T01:27:11.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:09.891276+0000 mon.smithi115 (mon.0) 75 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.zzjgkn/trash_purge_schedule"}]: dispatch 2024-02-23T01:27:11.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:10.348562+0000 mon.smithi115 (mon.0) 76 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:27:11.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:10.349376+0000 mon.smithi115 (mon.0) 77 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:27:11.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:10.362200+0000 mon.smithi115 (mon.0) 78 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:27:11.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:10.363110+0000 mon.smithi115 (mon.0) 79 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:27:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:10.768573+0000 mon.smithi115 (mon.0) 80 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 2 failed cephadm daemon(s)) 2024-02-23T01:27:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:10.768602+0000 mon.smithi115 (mon.0) 81 : cluster [INF] Cluster is now healthy 2024-02-23T01:27:13.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:11.691329+0000 mgr.smithi115.zzjgkn (mgr.34102) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:13.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:11.786255+0000 mon.smithi115 (mon.0) 82 : cluster [DBG] mgrmap e45: smithi115.zzjgkn(active, since 8s), standbys: smithi131.erzmvo 2024-02-23T01:27:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:13.691802+0000 mgr.smithi115.zzjgkn (mgr.34102) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:13.752821+0000 mon.smithi115 (mon.0) 83 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:27:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:14.031812+0000 mon.smithi115 (mon.0) 84 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:27:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:14.032184+0000 mon.smithi115 (mon.0) 85 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:15.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:14.032444+0000 mon.smithi115 (mon.0) 86 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:27:15.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:14.032689+0000 mon.smithi115 (mon.0) 87 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:15.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:14.032926+0000 mon.smithi115 (mon.0) 88 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:27:15.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:14.033156+0000 mon.smithi115 (mon.0) 89 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:15.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:14.033381+0000 mon.smithi115 (mon.0) 90 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:27:15.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:14.033598+0000 mon.smithi115 (mon.0) 91 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:15.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:14.033841+0000 mon.smithi115 (mon.0) 92 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:27:15.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:14.034058+0000 mon.smithi115 (mon.0) 93 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:27:17.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:15.854563+0000 mon.smithi115 (mon.0) 94 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:27:17.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.132927+0000 mon.smithi115 (mon.0) 95 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:27:17.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.133398+0000 mon.smithi115 (mon.0) 96 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:17.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.133822+0000 mon.smithi115 (mon.0) 97 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:27:17.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.134237+0000 mon.smithi115 (mon.0) 98 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:17.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.134647+0000 mon.smithi115 (mon.0) 99 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:27:17.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.135003+0000 mon.smithi115 (mon.0) 100 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:17.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.135359+0000 mon.smithi115 (mon.0) 101 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:27:17.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.135772+0000 mon.smithi115 (mon.0) 102 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:17.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.136158+0000 mon.smithi115 (mon.0) 103 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:27:17.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.136535+0000 mon.smithi115 (mon.0) 104 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:27:17.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.137128+0000 mon.smithi115 (mon.0) 105 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:27:17.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.137980+0000 mon.smithi115 (mon.0) 106 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:27:17.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:27:16.138735+0000 mgr.smithi115.zzjgkn (mgr.34102) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T01:27:17.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:16.139479+0000 mgr.smithi115.zzjgkn (mgr.34102) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 483 B/s wr, 0 op/s 2024-02-23T01:27:17.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.145371+0000 mon.smithi115 (mon.0) 107 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:27:17.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.148468+0000 mon.smithi115 (mon.0) 108 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T01:27:17.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:16.154750+0000 mon.smithi115 (mon.0) 109 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:27:17.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:27:16.156681+0000 mgr.smithi115.zzjgkn (mgr.34102) 8 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T01:27:17.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:27:16.156831+0000 mgr.smithi115.zzjgkn (mgr.34102) 9 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T01:27:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:16.852699+0000 mon.smithi115 (mon.0) 110 : cluster [WRN] Health check failed: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-23T01:27:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:18.139966+0000 mgr.smithi115.zzjgkn (mgr.34102) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 367 B/s wr, 0 op/s 2024-02-23T01:27:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:20.140805+0000 mgr.smithi115.zzjgkn (mgr.34102) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 296 B/s wr, 0 op/s 2024-02-23T01:27:23.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:22.141426+0000 mgr.smithi115.zzjgkn (mgr.34102) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 293 B/s wr, 0 op/s 2024-02-23T01:27:25.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:24.141995+0000 mgr.smithi115.zzjgkn (mgr.34102) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 293 B/s wr, 0 op/s 2024-02-23T01:27:27.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:26.142744+0000 mgr.smithi115.zzjgkn (mgr.34102) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:29.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:28.143330+0000 mgr.smithi115.zzjgkn (mgr.34102) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:31.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:30.144128+0000 mgr.smithi115.zzjgkn (mgr.34102) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:33.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:32.144508+0000 mgr.smithi115.zzjgkn (mgr.34102) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:34.144854+0000 mgr.smithi115.zzjgkn (mgr.34102) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:37.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:36.145484+0000 mgr.smithi115.zzjgkn (mgr.34102) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:39.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:38.145927+0000 mgr.smithi115.zzjgkn (mgr.34102) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:40.075 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:27:40.616 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:27:40.616 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (16m) 24s ago 22m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:27:40.616 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (86m) 26s ago 86m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:27:40.616 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (86m) 24s ago 86m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:27:40.616 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (19m) 24s ago 86m 36.6M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:27:40.616 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (72m) 26s ago 72m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:27:40.616 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (72m) 24s ago 72m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:27:40.616 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (16m) 26s ago 93m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:27:40.616 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (5m) 24s ago 86m 383M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (44s) 26s ago 93m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (91m) 24s ago 91m 313M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (22m) 26s ago 22m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (22m) 24s ago 21m 83.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 26s ago 64m - - 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 24s ago 62m - - 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (86m) 26s ago 86m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (86m) 26s ago 86m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (84m) 26s ago 84m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (83m) 26s ago 83m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (82m) 24s ago 82m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (81m) 24s ago 81m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (81m) 24s ago 81m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (81m) 24s ago 81m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:27:40.617 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (22m) 24s ago 22m 64.7M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:27:40.941 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:27:40.941 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:27:40.941 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:27:40.941 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:27:40.941 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:27:40.942 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:27:41.215 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:27:41.215 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:27:41.215 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:27:41.215 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:27:41.215 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:27:41.215 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:27:41.215 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:27:41.215 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "3/23 daemons upgraded", 2024-02-23T01:27:41.215 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:27:41.215 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:27:41.216 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:27:41.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.062243+0000 mgr.smithi115.zzjgkn (mgr.34102) 21 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:27:41.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:40.146564+0000 mgr.smithi115.zzjgkn (mgr.34102) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:41.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.334686+0000 mgr.smithi115.zzjgkn (mgr.34102) 23 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:27:41.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.604662+0000 mon.smithi115 (mon.0) 111 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:27:41.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.605037+0000 mon.smithi115 (mon.0) 112 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:41.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.605324+0000 mon.smithi115 (mon.0) 113 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:41.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.605572+0000 mon.smithi115 (mon.0) 114 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:41.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.605857+0000 mon.smithi115 (mon.0) 115 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:41.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.607722+0000 mon.smithi115 (mon.0) 116 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:27:41.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.608021+0000 mon.smithi115 (mon.0) 117 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:41.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.608285+0000 mon.smithi115 (mon.0) 118 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:41.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.608564+0000 mon.smithi115 (mon.0) 119 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:41.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.608825+0000 mon.smithi115 (mon.0) 120 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:27:41.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.939933+0000 mon.smithi115 (mon.0) 121 : audit [DBG] from='client.? 172.21.15.115:0/2266380981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:27:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:40.602839+0000 mgr.smithi115.zzjgkn (mgr.34102) 24 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:27:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:27:41.213428+0000 mgr.smithi115.zzjgkn (mgr.34102) 25 : audit [DBG] from='client.34144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:27:43.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:42.146988+0000 mgr.smithi115.zzjgkn (mgr.34102) 26 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:45.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:44.147734+0000 mgr.smithi115.zzjgkn (mgr.34102) 27 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:46.148540+0000 mgr.smithi115.zzjgkn (mgr.34102) 28 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:49.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:48.148962+0000 mgr.smithi115.zzjgkn (mgr.34102) 29 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:50.149674+0000 mgr.smithi115.zzjgkn (mgr.34102) 30 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:53.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:52.150211+0000 mgr.smithi115.zzjgkn (mgr.34102) 31 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:54.150834+0000 mgr.smithi115.zzjgkn (mgr.34102) 32 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:57.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:56.151779+0000 mgr.smithi115.zzjgkn (mgr.34102) 33 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:27:59.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:27:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:27:58.152284+0000 mgr.smithi115.zzjgkn (mgr.34102) 34 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:00.153207+0000 mgr.smithi115.zzjgkn (mgr.34102) 35 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:02.153747+0000 mgr.smithi115.zzjgkn (mgr.34102) 36 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:04.154149+0000 mgr.smithi115.zzjgkn (mgr.34102) 37 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:06.154956+0000 mgr.smithi115.zzjgkn (mgr.34102) 38 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:08.155496+0000 mgr.smithi115.zzjgkn (mgr.34102) 39 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:09.720638+0000 mon.smithi115 (mon.0) 122 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-02-23T01:28:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:09.721017+0000 mon.smithi115 (mon.0) 123 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:28:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:09.721228+0000 mon.smithi115 (mon.0) 124 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T01:28:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:09.721426+0000 mon.smithi115 (mon.0) 125 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T01:28:11.515 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:28:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:10.156175+0000 mgr.smithi115.zzjgkn (mgr.34102) 40 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:12.064 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (17m) 56s ago 22m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (87m) 58s ago 87m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (87m) 56s ago 87m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (19m) 56s ago 86m 36.6M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (72m) 58s ago 72m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (72m) 56s ago 72m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (16m) 58s ago 93m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (6m) 56s ago 86m 383M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (75s) 58s ago 93m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (91m) 56s ago 91m 313M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (22m) 58s ago 22m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (22m) 56s ago 22m 83.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 58s ago 64m - - 2024-02-23T01:28:12.065 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 56s ago 62m - - 2024-02-23T01:28:12.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (87m) 58s ago 87m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:28:12.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (86m) 58s ago 86m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:28:12.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (84m) 58s ago 84m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:28:12.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (84m) 58s ago 84m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:28:12.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (82m) 56s ago 82m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:28:12.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (82m) 56s ago 82m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:28:12.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (82m) 56s ago 82m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:28:12.066 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (81m) 56s ago 81m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:28:12.066 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (22m) 56s ago 22m 64.7M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:28:12.387 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:28:12.387 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:28:12.387 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-02-23T01:28:12.388 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:28:12.389 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:28:12.389 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:28:12.661 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:28:12.661 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:28:12.661 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:28:12.661 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:28:12.661 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:28:12.662 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:28:12.662 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:28:12.662 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "3/23 daemons upgraded", 2024-02-23T01:28:12.662 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:28:12.662 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:28:12.662 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:28:13.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:11.502096+0000 mgr.smithi115.zzjgkn (mgr.34102) 41 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:28:13.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:11.776745+0000 mgr.smithi115.zzjgkn (mgr.34102) 42 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:28:13.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:12.051504+0000 mgr.smithi115.zzjgkn (mgr.34102) 43 : audit [DBG] from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:28:13.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:12.053295+0000 mon.smithi115 (mon.0) 126 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:28:13.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:12.053654+0000 mon.smithi115 (mon.0) 127 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:13.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:12.053945+0000 mon.smithi115 (mon.0) 128 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:13.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:12.054191+0000 mon.smithi115 (mon.0) 129 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:13.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:12.054425+0000 mon.smithi115 (mon.0) 130 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:13.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:12.056338+0000 mon.smithi115 (mon.0) 131 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:28:13.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:12.056621+0000 mon.smithi115 (mon.0) 132 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:13.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:12.056875+0000 mon.smithi115 (mon.0) 133 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:13.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:12.057116+0000 mon.smithi115 (mon.0) 134 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:13.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:12.057349+0000 mon.smithi115 (mon.0) 135 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:13.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:12.156552+0000 mgr.smithi115.zzjgkn (mgr.34102) 44 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:13.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:12.386083+0000 mon.smithi115 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.115:0/2961701851' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:28:14.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:12.659810+0000 mgr.smithi115.zzjgkn (mgr.34102) 45 : audit [DBG] from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:28:15.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:14.157105+0000 mgr.smithi115.zzjgkn (mgr.34102) 46 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:17.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:16.158026+0000 mgr.smithi115.zzjgkn (mgr.34102) 47 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:19.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:18.158455+0000 mgr.smithi115.zzjgkn (mgr.34102) 48 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:20.159087+0000 mgr.smithi115.zzjgkn (mgr.34102) 49 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:23.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:22.159590+0000 mgr.smithi115.zzjgkn (mgr.34102) 50 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:25.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:24.160056+0000 mgr.smithi115.zzjgkn (mgr.34102) 51 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:27.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:26.160983+0000 mgr.smithi115.zzjgkn (mgr.34102) 52 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:29.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:28.161702+0000 mgr.smithi115.zzjgkn (mgr.34102) 53 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:31.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:30.162368+0000 mgr.smithi115.zzjgkn (mgr.34102) 54 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:33.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:32.162895+0000 mgr.smithi115.zzjgkn (mgr.34102) 55 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:34.163472+0000 mgr.smithi115.zzjgkn (mgr.34102) 56 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:37.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:36.164289+0000 mgr.smithi115.zzjgkn (mgr.34102) 57 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:39.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:38.164778+0000 mgr.smithi115.zzjgkn (mgr.34102) 58 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:41.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:40.165666+0000 mgr.smithi115.zzjgkn (mgr.34102) 59 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:41.259438+0000 mon.smithi115 (mon.0) 137 : cluster [DBG] mgrmap e46: smithi115.zzjgkn(active, since 97s), standbys: smithi131.erzmvo 2024-02-23T01:28:42.962 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:28:43.504 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:28:43.504 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (17m) 87s ago 23m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:28:43.504 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (87m) 89s ago 87m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:28:43.504 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (87m) 87s ago 87m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:28:43.504 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (20m) 87s ago 87m 36.6M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:28:43.504 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (73m) 89s ago 73m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:28:43.504 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (73m) 87s ago 73m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:28:43.505 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (17m) 89s ago 94m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:28:43.505 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (6m) 87s ago 87m 383M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:28:43.505 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (107s) 89s ago 94m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:28:43.505 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (92m) 87s ago 92m 313M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:28:43.505 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (23m) 89s ago 23m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:28:43.505 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (23m) 87s ago 23m 83.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:28:43.505 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 89s ago 65m - - 2024-02-23T01:28:43.505 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 87s ago 63m - - 2024-02-23T01:28:43.505 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (87m) 89s ago 87m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:28:43.505 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (87m) 89s ago 87m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:28:43.505 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (85m) 89s ago 85m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:28:43.505 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (84m) 89s ago 84m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:28:43.506 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (83m) 87s ago 83m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:28:43.506 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (82m) 87s ago 82m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:28:43.506 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (82m) 87s ago 82m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:28:43.506 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (82m) 87s ago 82m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:28:43.506 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (23m) 87s ago 23m 64.7M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:28:43.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:42.166093+0000 mgr.smithi115.zzjgkn (mgr.34102) 60 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:43.827 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:28:43.827 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:28:43.827 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:28:43.828 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:28:43.828 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:28:43.828 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:28:43.828 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:28:43.828 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:28:43.828 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:28:43.828 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:28:43.828 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:28:43.828 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:28:43.828 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:28:43.828 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:28:43.828 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:28:43.829 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-02-23T01:28:43.829 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:28:43.829 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:28:43.829 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:28:44.105 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:28:44.105 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:28:44.105 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:28:44.105 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:28:44.105 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:28:44.106 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:28:44.106 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:28:44.106 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "3/23 daemons upgraded", 2024-02-23T01:28:44.106 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:28:44.106 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:28:44.106 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:28:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:42.949960+0000 mgr.smithi115.zzjgkn (mgr.34102) 61 : audit [DBG] from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:28:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:43.223310+0000 mgr.smithi115.zzjgkn (mgr.34102) 62 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:28:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:43.493392+0000 mon.smithi115 (mon.0) 138 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:28:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:43.493812+0000 mon.smithi115 (mon.0) 139 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:43.494074+0000 mon.smithi115 (mon.0) 140 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:43.494303+0000 mon.smithi115 (mon.0) 141 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:44.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:43.494525+0000 mon.smithi115 (mon.0) 142 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:44.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:43.496362+0000 mon.smithi115 (mon.0) 143 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:28:44.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:43.496612+0000 mon.smithi115 (mon.0) 144 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:44.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:43.496846+0000 mon.smithi115 (mon.0) 145 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:44.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:43.497068+0000 mon.smithi115 (mon.0) 146 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:44.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:43.497283+0000 mon.smithi115 (mon.0) 147 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:28:44.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:43.826125+0000 mon.smithi115 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.115:0/3923295898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:28:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:43.491557+0000 mgr.smithi115.zzjgkn (mgr.34102) 63 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:28:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:28:44.103710+0000 mgr.smithi115.zzjgkn (mgr.34102) 64 : audit [DBG] from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:28:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:44.166460+0000 mgr.smithi115.zzjgkn (mgr.34102) 65 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:28:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:46.167250+0000 mgr.smithi115.zzjgkn (mgr.34102) 66 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-23T01:28:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:48.167887+0000 mgr.smithi115.zzjgkn (mgr.34102) 67 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-23T01:28:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:50.168683+0000 mgr.smithi115.zzjgkn (mgr.34102) 68 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-23T01:28:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:52.169056+0000 mgr.smithi115.zzjgkn (mgr.34102) 69 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-23T01:28:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:54.169522+0000 mgr.smithi115.zzjgkn (mgr.34102) 70 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-23T01:28:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:56.170404+0000 mgr.smithi115.zzjgkn (mgr.34102) 71 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-23T01:28:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:28:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:28:58.170784+0000 mgr.smithi115.zzjgkn (mgr.34102) 72 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:00.171604+0000 mgr.smithi115.zzjgkn (mgr.34102) 73 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:02.172194+0000 mgr.smithi115.zzjgkn (mgr.34102) 74 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:04.172798+0000 mgr.smithi115.zzjgkn (mgr.34102) 75 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:06.173699+0000 mgr.smithi115.zzjgkn (mgr.34102) 76 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:08.174183+0000 mgr.smithi115.zzjgkn (mgr.34102) 77 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:09.724612+0000 mon.smithi115 (mon.0) 149 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T01:29:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:09.724875+0000 mon.smithi115 (mon.0) 150 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T01:29:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:09.725179+0000 mon.smithi115 (mon.0) 151 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T01:29:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:09.725465+0000 mon.smithi115 (mon.0) 152 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-23T01:29:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:10.174995+0000 mgr.smithi115.zzjgkn (mgr.34102) 78 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:12.175461+0000 mgr.smithi115.zzjgkn (mgr.34102) 79 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:14.402 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:29:14.950 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:29:14.950 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (18m) 119s ago 23m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:29:14.950 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (88m) 2m ago 88m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:29:14.950 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (88m) 119s ago 88m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:29:14.950 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (20m) 119s ago 87m 36.6M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:29:14.950 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (73m) 2m ago 73m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:29:14.950 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (73m) 119s ago 73m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (17m) 2m ago 94m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (7m) 119s ago 87m 383M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (2m) 2m ago 94m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (92m) 119s ago 92m 313M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (23m) 2m ago 23m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (23m) 119s ago 23m 83.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 65m - - 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 119s ago 63m - - 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (88m) 2m ago 88m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (88m) 2m ago 88m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (85m) 2m ago 85m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (85m) 2m ago 85m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (83m) 119s ago 83m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:29:14.951 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (83m) 119s ago 83m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:29:14.952 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (83m) 119s ago 83m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:29:14.952 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (82m) 119s ago 82m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:29:14.952 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (23m) 119s ago 23m 64.7M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:29:15.274 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:29:15.274 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:29:15.275 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-02-23T01:29:15.276 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:29:15.276 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:29:15.276 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:29:15.552 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:29:15.552 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:29:15.552 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:29:15.552 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:29:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:29:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:29:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:29:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "3/23 daemons upgraded", 2024-02-23T01:29:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:29:15.553 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:29:15.553 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:29:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:14.175965+0000 mgr.smithi115.zzjgkn (mgr.34102) 80 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:14.939479+0000 mon.smithi115 (mon.0) 153 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:29:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:14.939809+0000 mon.smithi115 (mon.0) 154 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:14.940063+0000 mon.smithi115 (mon.0) 155 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:14.940299+0000 mon.smithi115 (mon.0) 156 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:14.940523+0000 mon.smithi115 (mon.0) 157 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:15.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:14.942403+0000 mon.smithi115 (mon.0) 158 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:29:15.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:14.942675+0000 mon.smithi115 (mon.0) 159 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:15.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:14.942920+0000 mon.smithi115 (mon.0) 160 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:15.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:14.943146+0000 mon.smithi115 (mon.0) 161 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:15.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:14.943370+0000 mon.smithi115 (mon.0) 162 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:15.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:15.273289+0000 mon.smithi115 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.115:0/1642635759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:29:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:14.390235+0000 mgr.smithi115.zzjgkn (mgr.34102) 81 : audit [DBG] from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:29:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:14.664681+0000 mgr.smithi115.zzjgkn (mgr.34102) 82 : audit [DBG] from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:29:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:14.937650+0000 mgr.smithi115.zzjgkn (mgr.34102) 83 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:29:17.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:15.550176+0000 mgr.smithi115.zzjgkn (mgr.34102) 84 : audit [DBG] from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:29:17.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:16.176705+0000 mgr.smithi115.zzjgkn (mgr.34102) 85 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:18.177179+0000 mgr.smithi115.zzjgkn (mgr.34102) 86 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:20.177963+0000 mgr.smithi115.zzjgkn (mgr.34102) 87 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:22.178580+0000 mgr.smithi115.zzjgkn (mgr.34102) 88 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:24.179163+0000 mgr.smithi115.zzjgkn (mgr.34102) 89 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:26.180051+0000 mgr.smithi115.zzjgkn (mgr.34102) 90 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:29.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:28.180540+0000 mgr.smithi115.zzjgkn (mgr.34102) 91 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:31.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:30.181304+0000 mgr.smithi115.zzjgkn (mgr.34102) 92 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:32.181732+0000 mgr.smithi115.zzjgkn (mgr.34102) 93 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:34.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:34.182265+0000 mgr.smithi115.zzjgkn (mgr.34102) 94 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:37.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:36.183051+0000 mgr.smithi115.zzjgkn (mgr.34102) 95 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:39.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:38.183653+0000 mgr.smithi115.zzjgkn (mgr.34102) 96 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:41.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:40.184363+0000 mgr.smithi115.zzjgkn (mgr.34102) 97 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:29:40.805570+0000 mgr.smithi115.zzjgkn (mgr.34102) 98 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:29:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:29:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:29:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:29:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:29:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:29:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:29:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:29:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:29:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:29:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:29:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:29:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:29:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T01:29:42.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:29:42.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:29:42.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:29:42.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:29:42.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:29:42.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:29:42.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:29:42.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:29:42.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:29:42.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:29:42.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:29:42.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:29:40.807217+0000 mgr.smithi115.zzjgkn (mgr.34102) 99 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T01:29:42.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:29:40.807412+0000 mgr.smithi115.zzjgkn (mgr.34102) 100 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T01:29:43.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:42.184918+0000 mgr.smithi115.zzjgkn (mgr.34102) 101 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:45.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:44.185366+0000 mgr.smithi115.zzjgkn (mgr.34102) 102 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:45.851 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:29:46.392 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:29:46.392 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (18m) 2m ago 24m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:29:46.392 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (88m) 2m ago 88m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:29:46.392 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (88m) 2m ago 88m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:29:46.392 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (21m) 2m ago 88m 36.6M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:29:46.392 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (74m) 2m ago 74m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:29:46.392 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (74m) 2m ago 74m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:29:46.392 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (18m) 2m ago 95m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (7m) 2m ago 88m 383M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (2m) 2m ago 95m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (93m) 2m ago 93m 313M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (24m) 2m ago 24m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (24m) 2m ago 24m 83.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 66m - - 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 64m - - 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (88m) 2m ago 88m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (88m) 2m ago 88m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (86m) 2m ago 86m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (85m) 2m ago 85m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (84m) 2m ago 84m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (84m) 2m ago 84m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (83m) 2m ago 83m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:29:46.393 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (83m) 2m ago 83m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:29:46.394 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (24m) 2m ago 24m 64.7M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:29:46.717 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:29:46.717 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:29:46.717 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:29:46.717 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:29:46.717 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:29:46.717 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:29:46.718 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:29:46.718 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:29:46.718 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:29:46.718 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:29:46.718 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:29:46.718 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:29:46.718 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:29:46.718 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:29:46.718 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:29:46.718 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-02-23T01:29:46.718 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:29:46.718 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:29:46.718 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:29:46.994 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:29:46.994 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:29:46.994 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:29:46.994 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:29:46.994 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:29:46.994 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:29:46.994 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:29:46.994 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "3/23 daemons upgraded", 2024-02-23T01:29:46.994 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:29:46.995 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:29:46.995 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:29:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:45.838409+0000 mgr.smithi115.zzjgkn (mgr.34102) 103 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:29:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.110771+0000 mgr.smithi115.zzjgkn (mgr.34102) 104 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:29:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:46.186013+0000 mgr.smithi115.zzjgkn (mgr.34102) 105 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.379364+0000 mgr.smithi115.zzjgkn (mgr.34102) 106 : audit [DBG] from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:29:47.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.381161+0000 mon.smithi115 (mon.0) 164 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:29:47.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.381499+0000 mon.smithi115 (mon.0) 165 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:47.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.381809+0000 mon.smithi115 (mon.0) 166 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:47.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.382055+0000 mon.smithi115 (mon.0) 167 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:47.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.382288+0000 mon.smithi115 (mon.0) 168 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:47.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.384167+0000 mon.smithi115 (mon.0) 169 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:29:47.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.384445+0000 mon.smithi115 (mon.0) 170 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:47.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.384705+0000 mon.smithi115 (mon.0) 171 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:47.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.384943+0000 mon.smithi115 (mon.0) 172 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:47.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.385174+0000 mon.smithi115 (mon.0) 173 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:29:47.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.715972+0000 mon.smithi115 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.115:0/307148424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:29:48.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:29:46.992486+0000 mgr.smithi115.zzjgkn (mgr.34102) 107 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:29:49.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:48.186465+0000 mgr.smithi115.zzjgkn (mgr.34102) 108 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:50.187316+0000 mgr.smithi115.zzjgkn (mgr.34102) 109 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:52.187863+0000 mgr.smithi115.zzjgkn (mgr.34102) 110 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:54.188481+0000 mgr.smithi115.zzjgkn (mgr.34102) 111 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:56.189427+0000 mgr.smithi115.zzjgkn (mgr.34102) 112 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:29:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:29:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:29:58.189920+0000 mgr.smithi115.zzjgkn (mgr.34102) 113 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:00.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:00.000112+0000 mon.smithi115 (mon.0) 175 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T01:30:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:00.190601+0000 mgr.smithi115.zzjgkn (mgr.34102) 114 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:02.191083+0000 mgr.smithi115.zzjgkn (mgr.34102) 115 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:04.191718+0000 mgr.smithi115.zzjgkn (mgr.34102) 116 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:06.192499+0000 mgr.smithi115.zzjgkn (mgr.34102) 117 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:08.192947+0000 mgr.smithi115.zzjgkn (mgr.34102) 118 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:09.728793+0000 mon.smithi115 (mon.0) 176 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-23T01:30:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:09.729089+0000 mon.smithi115 (mon.0) 177 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T01:30:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:09.729358+0000 mon.smithi115 (mon.0) 178 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T01:30:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:09.729599+0000 mon.smithi115 (mon.0) 179 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T01:30:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:10.193704+0000 mgr.smithi115.zzjgkn (mgr.34102) 119 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:12.194148+0000 mgr.smithi115.zzjgkn (mgr.34102) 120 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:14.194701+0000 mgr.smithi115.zzjgkn (mgr.34102) 121 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:17.291 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:30:17.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:16.195628+0000 mgr.smithi115.zzjgkn (mgr.34102) 122 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:17.833 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (19m) 3m ago 24m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (89m) 3m ago 89m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (89m) 3m ago 89m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (21m) 3m ago 89m 36.6M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (74m) 3m ago 74m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (74m) 3m ago 74m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (18m) 3m ago 95m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (8m) 3m ago 88m 383M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (3m) 3m ago 95m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (94m) 3m ago 94m 313M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (24m) 3m ago 24m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (24m) 3m ago 24m 83.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 66m - - 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 64m - - 2024-02-23T01:30:17.834 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (89m) 3m ago 89m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:30:17.835 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (89m) 3m ago 89m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:30:17.835 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (86m) 3m ago 86m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:30:17.835 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (86m) 3m ago 86m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:30:17.835 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (84m) 3m ago 84m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:30:17.835 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (84m) 3m ago 84m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:30:17.835 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (84m) 3m ago 84m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:30:17.835 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (83m) 3m ago 83m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:30:17.835 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (24m) 3m ago 24m 64.7M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:30:18.156 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:30:18.157 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:30:18.158 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-02-23T01:30:18.158 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:30:18.158 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:30:18.158 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:30:18.435 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:30:18.435 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:30:18.435 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:30:18.435 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:30:18.435 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:30:18.435 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:30:18.436 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:30:18.436 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "3/23 daemons upgraded", 2024-02-23T01:30:18.436 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:30:18.436 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:30:18.436 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:30:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:17.278496+0000 mgr.smithi115.zzjgkn (mgr.34102) 123 : audit [DBG] from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:30:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:17.822725+0000 mon.smithi115 (mon.0) 180 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:30:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:17.823081+0000 mon.smithi115 (mon.0) 181 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:17.823359+0000 mon.smithi115 (mon.0) 182 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:17.823602+0000 mon.smithi115 (mon.0) 183 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:17.823846+0000 mon.smithi115 (mon.0) 184 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:17.825714+0000 mon.smithi115 (mon.0) 185 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:30:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:17.825970+0000 mon.smithi115 (mon.0) 186 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:17.826217+0000 mon.smithi115 (mon.0) 187 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:17.826461+0000 mon.smithi115 (mon.0) 188 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:17.826702+0000 mon.smithi115 (mon.0) 189 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:18.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:18.155437+0000 mon.smithi115 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.115:0/836125567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:30:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:17.554459+0000 mgr.smithi115.zzjgkn (mgr.34102) 124 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:30:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:17.820937+0000 mgr.smithi115.zzjgkn (mgr.34102) 125 : audit [DBG] from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:30:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:18.196059+0000 mgr.smithi115.zzjgkn (mgr.34102) 126 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:20.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:18.433626+0000 mgr.smithi115.zzjgkn (mgr.34102) 127 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:30:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:20.196708+0000 mgr.smithi115.zzjgkn (mgr.34102) 128 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:22.197062+0000 mgr.smithi115.zzjgkn (mgr.34102) 129 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:24.197487+0000 mgr.smithi115.zzjgkn (mgr.34102) 130 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:26.198365+0000 mgr.smithi115.zzjgkn (mgr.34102) 131 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:29.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:28.198980+0000 mgr.smithi115.zzjgkn (mgr.34102) 132 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:31.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:30.199655+0000 mgr.smithi115.zzjgkn (mgr.34102) 133 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:32.200041+0000 mgr.smithi115.zzjgkn (mgr.34102) 134 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:35.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:34.200604+0000 mgr.smithi115.zzjgkn (mgr.34102) 135 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:36.201430+0000 mgr.smithi115.zzjgkn (mgr.34102) 136 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:38.201859+0000 mgr.smithi115.zzjgkn (mgr.34102) 137 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:40.202683+0000 mgr.smithi115.zzjgkn (mgr.34102) 138 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:42.203157+0000 mgr.smithi115.zzjgkn (mgr.34102) 139 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:44.203713+0000 mgr.smithi115.zzjgkn (mgr.34102) 140 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:46.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:46.204419+0000 mgr.smithi115.zzjgkn (mgr.34102) 141 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:48.726 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:30:49.275 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:30:49.275 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (19m) 3m ago 25m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:30:49.275 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (89m) 3m ago 89m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:30:49.275 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (89m) 3m ago 89m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:30:49.275 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (22m) 3m ago 89m 36.6M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (75m) 3m ago 75m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (75m) 3m ago 75m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (19m) 3m ago 96m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (9m) 3m ago 89m 383M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (3m) 3m ago 96m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (94m) 3m ago 94m 313M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (25m) 3m ago 25m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (25m) 3m ago 25m 83.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 67m - - 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 65m - - 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (89m) 3m ago 89m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (89m) 3m ago 89m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (87m) 3m ago 87m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:30:49.276 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (87m) 3m ago 87m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:30:49.277 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (85m) 3m ago 85m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:30:49.277 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (85m) 3m ago 85m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:30:49.277 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (84m) 3m ago 84m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:30:49.277 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (84m) 3m ago 84m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:30:49.277 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (25m) 3m ago 25m 64.7M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:30:49.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:48.204866+0000 mgr.smithi115.zzjgkn (mgr.34102) 142 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:49.599 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:30:49.599 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:30:49.599 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:30:49.599 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:30:49.599 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:30:49.599 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:30:49.600 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:30:49.600 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:30:49.600 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:30:49.600 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:30:49.600 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:30:49.600 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:30:49.600 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:30:49.600 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:30:49.600 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:30:49.600 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-02-23T01:30:49.600 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:30:49.600 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:30:49.600 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:30:49.875 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:30:49.875 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:30:49.875 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:30:49.875 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:30:49.875 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:30:49.875 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:30:49.875 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:30:49.875 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "3/23 daemons upgraded", 2024-02-23T01:30:49.876 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:30:49.876 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:30:49.876 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:30:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:48.714151+0000 mgr.smithi115.zzjgkn (mgr.34102) 143 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:30:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:48.989821+0000 mgr.smithi115.zzjgkn (mgr.34102) 144 : audit [DBG] from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:30:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:49.260024+0000 mgr.smithi115.zzjgkn (mgr.34102) 145 : audit [DBG] from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:30:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:49.261771+0000 mon.smithi115 (mon.0) 191 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:30:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:49.262102+0000 mon.smithi115 (mon.0) 192 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:49.262381+0000 mon.smithi115 (mon.0) 193 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:49.262667+0000 mon.smithi115 (mon.0) 194 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:49.265185+0000 mon.smithi115 (mon.0) 195 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:49.267224+0000 mon.smithi115 (mon.0) 196 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:30:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:49.267492+0000 mon.smithi115 (mon.0) 197 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:49.267750+0000 mon.smithi115 (mon.0) 198 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:49.267982+0000 mon.smithi115 (mon.0) 199 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:49.268212+0000 mon.smithi115 (mon.0) 200 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:30:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:49.597919+0000 mon.smithi115 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.115:0/3526000456' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:30:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:30:49.873590+0000 mgr.smithi115.zzjgkn (mgr.34102) 146 : audit [DBG] from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:30:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:50.205609+0000 mgr.smithi115.zzjgkn (mgr.34102) 147 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:53.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:52.206206+0000 mgr.smithi115.zzjgkn (mgr.34102) 148 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:54.206768+0000 mgr.smithi115.zzjgkn (mgr.34102) 149 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:56.207554+0000 mgr.smithi115.zzjgkn (mgr.34102) 150 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:30:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:30:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:30:58.207957+0000 mgr.smithi115.zzjgkn (mgr.34102) 151 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:00.208583+0000 mgr.smithi115.zzjgkn (mgr.34102) 152 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:02.209119+0000 mgr.smithi115.zzjgkn (mgr.34102) 153 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:04.209588+0000 mgr.smithi115.zzjgkn (mgr.34102) 154 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:06.210349+0000 mgr.smithi115.zzjgkn (mgr.34102) 155 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:08.210760+0000 mgr.smithi115.zzjgkn (mgr.34102) 156 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:09.732775+0000 mon.smithi115 (mon.0) 202 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-23T01:31:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:09.733044+0000 mon.smithi115 (mon.0) 203 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T01:31:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:09.733303+0000 mon.smithi115 (mon.0) 204 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T01:31:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:09.733570+0000 mon.smithi115 (mon.0) 205 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-02-23T01:31:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:10.211434+0000 mgr.smithi115.zzjgkn (mgr.34102) 157 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:12.211904+0000 mgr.smithi115.zzjgkn (mgr.34102) 158 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:14.212364+0000 mgr.smithi115.zzjgkn (mgr.34102) 159 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:17.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:16.213132+0000 mgr.smithi115.zzjgkn (mgr.34102) 160 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:18.213595+0000 mgr.smithi115.zzjgkn (mgr.34102) 161 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:20.173 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:31:20.722 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:31:20.722 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (20m) 4m ago 25m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:31:20.722 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (90m) 4m ago 90m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:31:20.722 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (90m) 4m ago 90m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:31:20.722 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (22m) 4m ago 90m 36.6M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:31:20.722 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (75m) 4m ago 75m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:31:20.722 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (75m) 4m ago 75m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:31:20.722 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (20m) 4m ago 96m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:31:20.722 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (9m) 4m ago 90m 383M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:31:20.722 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (4m) 4m ago 96m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:31:20.722 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (95m) 4m ago 95m 313M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:31:20.723 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (25m) 4m ago 25m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:31:20.723 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (25m) 4m ago 25m 83.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:31:20.723 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 67m - - 2024-02-23T01:31:20.723 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 65m - - 2024-02-23T01:31:20.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (90m) 4m ago 90m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:31:20.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (90m) 4m ago 90m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:31:20.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (87m) 4m ago 87m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:31:20.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (87m) 4m ago 87m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:31:20.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (85m) 4m ago 85m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:31:20.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (85m) 4m ago 85m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:31:20.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (85m) 4m ago 85m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:31:20.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (85m) 4m ago 85m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:31:20.723 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (25m) 4m ago 25m 64.7M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:31:21.046 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:31:21.046 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:31:21.046 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:31:21.046 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:31:21.046 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:31:21.046 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:31:21.046 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:31:21.047 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:31:21.047 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:31:21.047 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:31:21.047 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:31:21.047 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:31:21.047 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:31:21.047 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:31:21.047 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:31:21.047 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-02-23T01:31:21.047 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:31:21.047 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:31:21.047 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:31:21.323 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:31:21.323 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:31:21.323 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:31:21.323 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:31:21.323 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:31:21.323 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:31:21.323 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:31:21.323 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "3/23 daemons upgraded", 2024-02-23T01:31:21.323 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:31:21.323 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:31:21.324 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:31:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:20.160963+0000 mgr.smithi115.zzjgkn (mgr.34102) 162 : audit [DBG] from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:31:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:20.214223+0000 mgr.smithi115.zzjgkn (mgr.34102) 163 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:20.710840+0000 mon.smithi115 (mon.0) 206 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:31:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:20.711191+0000 mon.smithi115 (mon.0) 207 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:20.711462+0000 mon.smithi115 (mon.0) 208 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:20.711721+0000 mon.smithi115 (mon.0) 209 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:20.711977+0000 mon.smithi115 (mon.0) 210 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:20.713851+0000 mon.smithi115 (mon.0) 211 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:31:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:20.714121+0000 mon.smithi115 (mon.0) 212 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:20.714370+0000 mon.smithi115 (mon.0) 213 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:21.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:20.714610+0000 mon.smithi115 (mon.0) 214 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:21.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:20.714870+0000 mon.smithi115 (mon.0) 215 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:21.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:21.044985+0000 mon.smithi115 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.115:0/855019165' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:31:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:20.437363+0000 mgr.smithi115.zzjgkn (mgr.34102) 164 : audit [DBG] from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:31:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:20.709014+0000 mgr.smithi115.zzjgkn (mgr.34102) 165 : audit [DBG] from='client.34276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:31:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:21.321385+0000 mgr.smithi115.zzjgkn (mgr.34102) 166 : audit [DBG] from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:31:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:22.214772+0000 mgr.smithi115.zzjgkn (mgr.34102) 167 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:24.215158+0000 mgr.smithi115.zzjgkn (mgr.34102) 168 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:26.216060+0000 mgr.smithi115.zzjgkn (mgr.34102) 169 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:28.216544+0000 mgr.smithi115.zzjgkn (mgr.34102) 170 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:31.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:30.217342+0000 mgr.smithi115.zzjgkn (mgr.34102) 171 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:32.217781+0000 mgr.smithi115.zzjgkn (mgr.34102) 172 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:35.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:34.218294+0000 mgr.smithi115.zzjgkn (mgr.34102) 173 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:36.218985+0000 mgr.smithi115.zzjgkn (mgr.34102) 174 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:38.219472+0000 mgr.smithi115.zzjgkn (mgr.34102) 175 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:41.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:40.220189+0000 mgr.smithi115.zzjgkn (mgr.34102) 176 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:42.220788+0000 mgr.smithi115.zzjgkn (mgr.34102) 177 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:44.221324+0000 mgr.smithi115.zzjgkn (mgr.34102) 178 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:46.222109+0000 mgr.smithi115.zzjgkn (mgr.34102) 179 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:48.222541+0000 mgr.smithi115.zzjgkn (mgr.34102) 180 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:51.624 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:31:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:50.223453+0000 mgr.smithi115.zzjgkn (mgr.34102) 181 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:52.168 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:31:52.168 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (20m) 4m ago 26m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:31:52.168 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (91m) 4m ago 91m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:31:52.168 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (90m) 4m ago 90m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:31:52.168 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (23m) 4m ago 90m 36.6M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:31:52.168 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (76m) 4m ago 76m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:31:52.168 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (76m) 4m ago 76m 24.1M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:31:52.168 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (20m) 4m ago 97m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:31:52.168 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (10m) 4m ago 90m 383M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:31:52.169 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (4m) 4m ago 97m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:31:52.169 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (95m) 4m ago 95m 313M 2048M 15.2.13 2cf504fded39 44b3e67ba17e 2024-02-23T01:31:52.169 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (26m) 4m ago 26m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:31:52.169 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (26m) 4m ago 26m 83.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:31:52.169 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 68m - - 2024-02-23T01:31:52.169 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 66m - - 2024-02-23T01:31:52.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (90m) 4m ago 90m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:31:52.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (90m) 4m ago 90m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:31:52.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (88m) 4m ago 88m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:31:52.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (88m) 4m ago 88m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:31:52.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (86m) 4m ago 86m 449M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:31:52.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (86m) 4m ago 86m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:31:52.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (85m) 4m ago 85m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:31:52.170 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (85m) 4m ago 85m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:31:52.170 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (26m) 4m ago 26m 64.7M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:31:52.500 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:31:52.500 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:31:52.501 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T01:31:52.501 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:31:52.501 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:31:52.501 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:31:52.501 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:31:52.501 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:31:52.501 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:31:52.501 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:31:52.501 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:31:52.501 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:31:52.502 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:31:52.502 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:31:52.502 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:31:52.502 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-02-23T01:31:52.502 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:31:52.502 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:31:52.502 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:31:52.774 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:31:52.774 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:31:52.774 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:31:52.775 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:31:52.775 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:31:52.775 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:31:52.775 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:31:52.775 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "3/23 daemons upgraded", 2024-02-23T01:31:52.775 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "", 2024-02-23T01:31:52.775 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:31:52.775 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:31:52.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:52.156928+0000 mon.smithi115 (mon.0) 217 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:31:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:52.157270+0000 mon.smithi115 (mon.0) 218 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:52.157544+0000 mon.smithi115 (mon.0) 219 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:52.157810+0000 mon.smithi115 (mon.0) 220 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:52.158059+0000 mon.smithi115 (mon.0) 221 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:52.159920+0000 mon.smithi115 (mon.0) 222 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:31:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:52.160173+0000 mon.smithi115 (mon.0) 223 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:52.160420+0000 mon.smithi115 (mon.0) 224 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:52.160670+0000 mon.smithi115 (mon.0) 225 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:52.160914+0000 mon.smithi115 (mon.0) 226 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:31:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:51.611679+0000 mgr.smithi115.zzjgkn (mgr.34102) 182 : audit [DBG] from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:31:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:51.887114+0000 mgr.smithi115.zzjgkn (mgr.34102) 183 : audit [DBG] from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:31:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:52.155138+0000 mgr.smithi115.zzjgkn (mgr.34102) 184 : audit [DBG] from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:31:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:52.223874+0000 mgr.smithi115.zzjgkn (mgr.34102) 185 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:52.499284+0000 mon.smithi115 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.115:0/2743677304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:31:54.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:31:52.773100+0000 mgr.smithi115.zzjgkn (mgr.34102) 186 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:31:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:54.224378+0000 mgr.smithi115.zzjgkn (mgr.34102) 187 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:56.225181+0000 mgr.smithi115.zzjgkn (mgr.34102) 188 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:31:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:31:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:31:58.225752+0000 mgr.smithi115.zzjgkn (mgr.34102) 189 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:00.226653+0000 mgr.smithi115.zzjgkn (mgr.34102) 190 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:02.227038+0000 mgr.smithi115.zzjgkn (mgr.34102) 191 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:04.227548+0000 mgr.smithi115.zzjgkn (mgr.34102) 192 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:06.228339+0000 mgr.smithi115.zzjgkn (mgr.34102) 193 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:08.228686+0000 mgr.smithi115.zzjgkn (mgr.34102) 194 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:09.736744+0000 mon.smithi115 (mon.0) 228 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-02-23T01:32:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:09.737057+0000 mon.smithi115 (mon.0) 229 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T01:32:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:09.737314+0000 mon.smithi115 (mon.0) 230 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-23T01:32:10.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:09.737563+0000 mon.smithi115 (mon.0) 231 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T01:32:10.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:10.082218+0000 mon.smithi115 (mon.0) 232 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:32:10.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:10.085013+0000 mon.smithi115 (mon.0) 233 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:32:10.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:10.086270+0000 mon.smithi115 (mon.0) 234 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-23T01:32:11.306 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:10.078463+0000 mgr.smithi115.zzjgkn (mgr.34102) 195 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:32:11.306 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:32:11.306 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:32:11.306 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:32:11.306 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:32:11.306 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:32:11.306 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:32:11.306 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:32:11.306 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:32:11.307 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:32:11.308 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:32:11.308 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T01:32:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:32:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T01:32:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:32:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:32:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:32:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:32:11.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:32:11.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:32:11.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:32:11.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:32:11.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:32:11.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:32:11.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:10.229431+0000 mgr.smithi115.zzjgkn (mgr.34102) 196 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:11.523629+0000 mgr.smithi115.zzjgkn (mgr.34102) 197 : cephadm [INF] Upgrade: Updating mon.smithi131 2024-02-23T01:32:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:11.528069+0000 mon.smithi115 (mon.0) 235 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:11.528948+0000 mon.smithi115 (mon.0) 236 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T01:32:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:11.529667+0000 mon.smithi115 (mon.0) 237 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T01:32:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:11.530339+0000 mon.smithi115 (mon.0) 238 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:11.531006+0000 mgr.smithi115.zzjgkn (mgr.34102) 198 : cephadm [INF] Deploying daemon mon.smithi131 on smithi131 2024-02-23T01:32:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:11.531551+0000 mon.smithi115 (mon.0) 239 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "container_image"}]: dispatch 2024-02-23T01:32:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:12.229994+0000 mgr.smithi115.zzjgkn (mgr.34102) 199 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:13.209 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:12 smithi131 systemd[1]: Stopping Ceph mon.smithi131 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T01:32:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:13 smithi131 bash[57284]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon.smithi131 2024-02-23T01:32:14.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 systemd[1]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi131.service: Succeeded. 2024-02-23T01:32:14.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 systemd[1]: Stopped Ceph mon.smithi131 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T01:32:14.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 systemd[1]: Starting Ceph mon.smithi131 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T01:32:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.806+0000 7f264eb1d880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-23T01:32:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.806+0000 7f264eb1d880 0 ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable), process ceph-mon, pid 1 2024-02-23T01:32:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.806+0000 7f264eb1d880 0 pidfile_write: ignore empty --pid-file 2024-02-23T01:32:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 0 load: jerasure load: lrc load: isa 2024-02-23T01:32:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: RocksDB version: 6.8.1 2024-02-23T01:32:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-23T01:32:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Compile date Feb 20 2024 2024-02-23T01:32:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: DB SUMMARY 2024-02-23T01:32:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: CURRENT file: CURRENT 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 8992 Bytes 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi131/store.db dir, Total Num: 1, files: 000193.sst 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi131/store.db: 000191.log size: 12476109 ; 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.error_if_exists: 0 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.create_if_missing: 0 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.paranoid_checks: 1 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.env: 0x561994fd8080 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.fs: Posix File System 2024-02-23T01:32:15.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.info_log: 0x56199649e560 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.statistics: (nil) 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.use_fsync: 0 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.max_log_file_size: 0 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.allow_fallocate: 1 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.use_direct_reads: 0 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-23T01:32:15.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-23T01:32:15.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.db_log_dir: 2024-02-23T01:32:15.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi131/store.db 2024-02-23T01:32:15.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-23T01:32:15.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.max_subcompactions: 1 2024-02-23T01:32:15.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.max_background_flushes: -1 2024-02-23T01:32:15.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-23T01:32:15.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-23T01:32:15.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-23T01:32:15.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-23T01:32:15.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-23T01:32:15.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-23T01:32:15.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.write_buffer_manager: 0x5619971923f0 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.unordered_write: 0 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-23T01:32:15.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.row_cache: None 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.wal_filter: None 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.preserve_deletes: 0 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.two_write_queues: 0 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.atomic_flush: 0 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.log_readahead_size: 0 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-23T01:32:15.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.max_background_jobs: 2 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.max_background_compactions: -1 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.max_open_files: -1 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-23T01:32:15.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Compression algorithms supported: 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: kZSTD supported: 0 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: kXpressCompression supported: 0 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: kLZ4Compression supported: 1 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: kBZip2Compression supported: 0 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: kZlibCompression supported: 1 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: kSnappyCompression supported: 1 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.811+0000 7f264eb1d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi131/store.db/MANIFEST-000005 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-23T01:32:15.288 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.merge_operator: 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compaction_filter: None 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561996443d10) 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cache_index_and_filter_blocks: 1 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: pin_top_level_index_and_filter: 1 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: index_type: 0 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: data_block_index_type: 0 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: index_shortening: 1 2024-02-23T01:32:15.289 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: data_block_hash_table_util_ratio: 0.750000 2024-02-23T01:32:15.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: hash_index_allow_collision: 1 2024-02-23T01:32:15.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: checksum: 1 2024-02-23T01:32:15.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: no_block_cache: 0 2024-02-23T01:32:15.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: block_cache: 0x561996478f10 2024-02-23T01:32:15.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: block_cache_name: BinnedLRUCache 2024-02-23T01:32:15.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: block_cache_options: 2024-02-23T01:32:15.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: capacity : 536870912 2024-02-23T01:32:15.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: num_shard_bits : 4 2024-02-23T01:32:15.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: strict_capacity_limit : 0 2024-02-23T01:32:15.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: high_pri_pool_ratio: 0.000 2024-02-23T01:32:15.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: block_cache_compressed: (nil) 2024-02-23T01:32:15.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: persistent_cache: (nil) 2024-02-23T01:32:15.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: block_size: 4096 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: block_size_deviation: 10 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: block_restart_interval: 16 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: index_block_restart_interval: 1 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: metadata_block_size: 4096 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: partition_filters: 0 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: use_delta_encoding: 1 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: whole_key_filtering: 1 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: verify_compression: 0 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: read_amp_bytes_per_bit: 0 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: format_version: 2 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: enable_index_compression: 1 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: block_align: 0 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compression: NoCompression 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.num_levels: 7 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-23T01:32:15.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-23T01:32:15.293 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-23T01:32:15.294 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-23T01:32:15.295 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-23T01:32:15.295 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-23T01:32:15.295 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-23T01:32:15.295 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-23T01:32:15.295 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-23T01:32:15.295 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-23T01:32:15.295 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-23T01:32:15.295 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-23T01:32:15.295 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-23T01:32:15.295 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-23T01:32:15.295 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-23T01:32:15.295 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-23T01:32:15.295 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.table_properties_collectors: 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.inplace_update_support: 0 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-23T01:32:15.296 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.bloom_locality: 0 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.max_successive_merges: 0 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.ttl: 2592000 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi131/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 195, last_sequence is 87179, log_number is 191,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.812+0000 7f264eb1d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 191 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.813+0000 7f264eb1d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708651934813807, "job": 1, "event": "recovery_started", "log_files": [191]} 2024-02-23T01:32:15.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.813+0000 7f264eb1d880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #191 mode 2 2024-02-23T01:32:15.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.822+0000 7f264eb1d880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-23T01:32:15.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.833+0000 7f264eb1d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708651934834474, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 195, "file_size": 8303135, "table_properties": {"data_size": 8295401, "index_size": 6206, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 709, "raw_key_size": 4822, "raw_average_key_size": 19, "raw_value_size": 8287461, "raw_average_value_size": 33826, "num_data_blocks": 190, "num_entries": 245, "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": 1708651934, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-23T01:32:15.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.833+0000 7f264eb1d880 4 rocksdb: [version_set.cc:3826] Creating manifest 196 2024-02-23T01:32:15.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.834+0000 7f264eb1d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708651934835598, "job": 1, "event": "recovery_finished"} 2024-02-23T01:32:15.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.836+0000 7f264eb1d880 4 rocksdb: DB pointer 0x561996541800 2024-02-23T01:32:15.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.836+0000 7f263590f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-23T01:32:15.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.836+0000 7f263590f700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-23T01:32:15.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ** DB Stats ** 2024-02-23T01:32:15.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T01:32:15.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-23T01:32:15.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-23T01:32:15.298 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ** Compaction Stats [default] ** 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: L0 1/0 7.92 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 666.7 0.01 0.00 1 0.012 0 0 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: L6 1/0 60.63 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Sum 2/0 68.55 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 666.7 0.01 0.00 1 0.012 0 0 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 666.7 0.01 0.00 1 0.012 0 0 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ** Compaction Stats [default] ** 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 666.7 0.01 0.00 1 0.012 0 0 2024-02-23T01:32:15.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Flush(GB): cumulative 0.008, interval 0.008 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: AddFile(Keys): cumulative 0, interval 0 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Cumulative compaction: 0.01 GB write, 325.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Interval compaction: 0.01 GB write, 325.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ** File Read Latency Histogram By Level [default] ** 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ** Compaction Stats [default] ** 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T01:32:15.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: L0 1/0 7.92 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 666.7 0.01 0.00 1 0.012 0 0 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: L6 1/0 60.63 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Sum 2/0 68.55 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 666.7 0.01 0.00 1 0.012 0 0 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ** Compaction Stats [default] ** 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 666.7 0.01 0.00 1 0.012 0 0 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Flush(GB): cumulative 0.008, interval 0.000 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: AddFile(Keys): cumulative 0, interval 0 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Cumulative compaction: 0.01 GB write, 324.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T01:32:15.301 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ** File Read Latency Histogram By Level [default] ** 2024-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.837+0000 7f264eb1d880 0 starting mon.smithi131 rank 1 at public addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] at bind addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi131 fsid a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.837+0000 7f264eb1d880 1 mon.smithi131@-1(???) e2 preinit fsid a7201934-d1dd-11ee-95c0-87774f69a715 2024-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.838+0000 7f264eb1d880 0 mon.smithi131@-1(???).mds e7 new map 2024-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.838+0000 7f264eb1d880 0 mon.smithi131@-1(???).mds e7 print_map 2024-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: e7 2024-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 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-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: legacy client fscid: 1 2024-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Filesystem 'foofs' (1) 2024-02-23T01:32:15.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: fs_name foofs 2024-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: epoch 4 2024-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: flags 12 2024-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: created 2024-02-23T00:07:50.321056+0000 2024-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: modified 2024-02-23T00:15:27.660904+0000 2024-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: tableserver 0 2024-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: root 0 2024-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: session_timeout 60 2024-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: session_autoclose 300 2024-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: max_file_size 1099511627776 2024-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: required_client_features {} 2024-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: last_failure 0 2024-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: last_failure_osd_epoch 0 2024-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 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-02-23T01:32:15.303 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: max_mds 1 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: in 0 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: up {0=14928} 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: failed 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: damaged 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: stopped 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: data_pools [3] 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: metadata_pool 2 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: inline_data disabled 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: balancer 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: standby_count_wanted 1 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: [mds.foofs.smithi115.sbksrt{0:14928} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.115:6834/1554527231,v1:172.21.15.115:6835/1554527231] compat {c=[1],r=[1],i=[7ff]}] 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Standby daemons: 2024-02-23T01:32:15.304 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: [mds.foofs.smithi131.xlpzyy{-1:24533} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.131:6832/40808897,v1:172.21.15.131:6833/40808897] compat {c=[1],r=[1],i=[7ff]}] 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.838+0000 7f264eb1d880 0 mon.smithi131@-1(???).osd e66 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.838+0000 7f264eb1d880 0 mon.smithi131@-1(???).osd e66 crush map has features 288514051259236352, adjusting msgr requires 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.838+0000 7f264eb1d880 0 mon.smithi131@-1(???).osd e66 crush map has features 288514051259236352, adjusting msgr requires 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.838+0000 7f264eb1d880 0 mon.smithi131@-1(???).osd e66 crush map has features 288514051259236352, adjusting msgr requires 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:11.523629+0000 mgr.smithi115.zzjgkn (mgr.34102) 197 : cephadm [INF] Upgrade: Updating mon.smithi131 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:11.528069+0000 mon.smithi115 (mon.0) 235 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:11.528948+0000 mon.smithi115 (mon.0) 236 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:11.529667+0000 mon.smithi115 (mon.0) 237 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:11.530339+0000 mon.smithi115 (mon.0) 238 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:11.531006+0000 mgr.smithi115.zzjgkn (mgr.34102) 198 : cephadm [INF] Deploying daemon mon.smithi131 on smithi131 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:11.531551+0000 mon.smithi115 (mon.0) 239 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "container_image"}]: dispatch 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:12.229994+0000 mgr.smithi115.zzjgkn (mgr.34102) 199 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:15.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T01:32:14.839+0000 7f264eb1d880 1 mon.smithi131@-1(???).paxosservice(auth 1..66) refresh upgraded, format 0 -> 3 2024-02-23T01:32:15.306 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 bash[57467]: 46e8178c4e2a996db55822cd3748ba146d3df20317e153a1fa1ab81a591922ac 2024-02-23T01:32:15.306 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:14 smithi131 systemd[1]: Started Ceph mon.smithi131 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T01:32:16.245 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:14.921600+0000 mon.smithi115 (mon.0) 250 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-02-23T01:32:16.245 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:14.921696+0000 mon.smithi131 (mon.1) 2 : cluster [INF] mon.smithi131 calling monitor election 2024-02-23T01:32:16.245 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:14.921845+0000 mon.smithi115 (mon.0) 251 : cluster [INF] mon.smithi115 calling monitor election 2024-02-23T01:32:16.245 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:14.934630+0000 mon.smithi115 (mon.0) 252 : cluster [INF] mon.smithi115 is new leader, mons smithi115,smithi131 in quorum (ranks 0,1) 2024-02-23T01:32:16.245 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:14.942746+0000 mon.smithi115 (mon.0) 253 : cluster [DBG] monmap e3: 2 mons at {smithi115=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],smithi131=[v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0]} removed_ranks: {} 2024-02-23T01:32:16.245 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:14.943276+0000 mon.smithi115 (mon.0) 254 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi115.sbksrt=up:active} 1 up:standby 2024-02-23T01:32:16.245 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:14.943341+0000 mon.smithi115 (mon.0) 255 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-23T01:32:16.245 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:14.943784+0000 mon.smithi115 (mon.0) 256 : cluster [DBG] mgrmap e46: smithi115.zzjgkn(active, since 5m), standbys: smithi131.erzmvo 2024-02-23T01:32:16.245 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:14.943970+0000 mon.smithi115 (mon.0) 257 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T01:32:16.245 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:14.943995+0000 mon.smithi115 (mon.0) 258 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-02-23T01:32:16.245 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:14.944010+0000 mon.smithi115 (mon.0) 259 : cluster [WRN] daemon node-exporter.smithi115 on smithi115 is in error state 2024-02-23T01:32:16.246 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:14.944024+0000 mon.smithi115 (mon.0) 260 : cluster [WRN] daemon node-exporter.smithi131 on smithi131 is in error state 2024-02-23T01:32:16.246 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:14.945224+0000 mon.smithi115 (mon.0) 261 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-02-23T01:32:16.246 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:14.954324+0000 mon.smithi115 (mon.0) 262 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:16.246 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:14.955488+0000 mon.smithi115 (mon.0) 263 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:32:16.246 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:14.957515+0000 mon.smithi115 (mon.0) 264 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:32:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:14.921600+0000 mon.smithi115 (mon.0) 250 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-02-23T01:32:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:14.921696+0000 mon.smithi131 (mon.1) 2 : cluster [INF] mon.smithi131 calling monitor election 2024-02-23T01:32:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:14.921845+0000 mon.smithi115 (mon.0) 251 : cluster [INF] mon.smithi115 calling monitor election 2024-02-23T01:32:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:14.934630+0000 mon.smithi115 (mon.0) 252 : cluster [INF] mon.smithi115 is new leader, mons smithi115,smithi131 in quorum (ranks 0,1) 2024-02-23T01:32:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:14.942746+0000 mon.smithi115 (mon.0) 253 : cluster [DBG] monmap e3: 2 mons at {smithi115=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],smithi131=[v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0]} removed_ranks: {} 2024-02-23T01:32:16.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:14.943276+0000 mon.smithi115 (mon.0) 254 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi115.sbksrt=up:active} 1 up:standby 2024-02-23T01:32:16.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:14.943341+0000 mon.smithi115 (mon.0) 255 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-23T01:32:16.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:14.943784+0000 mon.smithi115 (mon.0) 256 : cluster [DBG] mgrmap e46: smithi115.zzjgkn(active, since 5m), standbys: smithi131.erzmvo 2024-02-23T01:32:16.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:14.943970+0000 mon.smithi115 (mon.0) 257 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T01:32:16.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:14.943995+0000 mon.smithi115 (mon.0) 258 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-02-23T01:32:16.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:14.944010+0000 mon.smithi115 (mon.0) 259 : cluster [WRN] daemon node-exporter.smithi115 on smithi115 is in error state 2024-02-23T01:32:16.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:14.944024+0000 mon.smithi115 (mon.0) 260 : cluster [WRN] daemon node-exporter.smithi131 on smithi131 is in error state 2024-02-23T01:32:16.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:14.945224+0000 mon.smithi115 (mon.0) 261 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-02-23T01:32:16.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:14.954324+0000 mon.smithi115 (mon.0) 262 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:16.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:14.955488+0000 mon.smithi115 (mon.0) 263 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:32:16.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:14.957515+0000 mon.smithi115 (mon.0) 264 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:32:17.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:16.231463+0000 mgr.smithi115.zzjgkn (mgr.34102) 201 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:17.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:16.231463+0000 mgr.smithi115.zzjgkn (mgr.34102) 201 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:18.232118+0000 mgr.smithi115.zzjgkn (mgr.34102) 202 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:18.232118+0000 mgr.smithi115.zzjgkn (mgr.34102) 202 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:20.232749+0000 mgr.smithi115.zzjgkn (mgr.34102) 203 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:20.603721+0000 mon.smithi115 (mon.0) 265 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:21.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:20.232749+0000 mgr.smithi115.zzjgkn (mgr.34102) 203 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:21.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:20.603721+0000 mon.smithi115 (mon.0) 265 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:20.889243+0000 mon.smithi115 (mon.0) 266 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:20.890096+0000 mon.smithi115 (mon.0) 267 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:32:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:20.890864+0000 mgr.smithi115.zzjgkn (mgr.34102) 204 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T01:32:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:20.891427+0000 mgr.smithi115.zzjgkn (mgr.34102) 205 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:20.891607+0000 mgr.smithi115.zzjgkn (mgr.34102) 206 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:20.897560+0000 mon.smithi115 (mon.0) 268 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:20.900469+0000 mon.smithi115 (mon.0) 269 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T01:32:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:20.906476+0000 mon.smithi115 (mon.0) 270 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:20.907831+0000 mgr.smithi115.zzjgkn (mgr.34102) 207 : cephadm [INF] Reconfiguring mon.smithi115 (monmap changed)... 2024-02-23T01:32:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:20.908136+0000 mon.smithi115 (mon.0) 271 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T01:32:22.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:20.908869+0000 mon.smithi115 (mon.0) 272 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T01:32:22.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:20.909603+0000 mon.smithi115 (mon.0) 273 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:22.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:20.910241+0000 mgr.smithi115.zzjgkn (mgr.34102) 208 : cephadm [INF] Reconfiguring daemon mon.smithi115 on smithi115 2024-02-23T01:32:22.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:20.910737+0000 mon.smithi115 (mon.0) 274 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "container_image"}]: dispatch 2024-02-23T01:32:22.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:20.889243+0000 mon.smithi115 (mon.0) 266 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:22.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:20.890096+0000 mon.smithi115 (mon.0) 267 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:32:22.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:20.890864+0000 mgr.smithi115.zzjgkn (mgr.34102) 204 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T01:32:22.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:20.891427+0000 mgr.smithi115.zzjgkn (mgr.34102) 205 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:22.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:20.891607+0000 mgr.smithi115.zzjgkn (mgr.34102) 206 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:22.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:20.897560+0000 mon.smithi115 (mon.0) 268 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:22.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:20.900469+0000 mon.smithi115 (mon.0) 269 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T01:32:22.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:20.906476+0000 mon.smithi115 (mon.0) 270 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:22.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:20.907831+0000 mgr.smithi115.zzjgkn (mgr.34102) 207 : cephadm [INF] Reconfiguring mon.smithi115 (monmap changed)... 2024-02-23T01:32:22.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:20.908136+0000 mon.smithi115 (mon.0) 271 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T01:32:22.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:20.908869+0000 mon.smithi115 (mon.0) 272 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T01:32:22.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:20.909603+0000 mon.smithi115 (mon.0) 273 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:22.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:20.910241+0000 mgr.smithi115.zzjgkn (mgr.34102) 208 : cephadm [INF] Reconfiguring daemon mon.smithi115 on smithi115 2024-02-23T01:32:22.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:20.910737+0000 mon.smithi115 (mon.0) 274 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "container_image"}]: dispatch 2024-02-23T01:32:23.076 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:32:23.632 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:32:23.632 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (21m) 3s ago 27m 24.6M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (91m) 5m ago 91m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (91m) 3s ago 91m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (23m) 3s ago 91m 37.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (76m) 5m ago 76m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (76m) 3s ago 76m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (21m) 5m ago 97m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (10m) 3s ago 91m 387M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (5m) 5m ago 97m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (9s) 3s ago 96m 27.8M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (26m) 5m ago 26m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (26m) 3s ago 26m 85.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 68m - - 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3s ago 66m - - 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (91m) 5m ago 91m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:32:23.633 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (91m) 5m ago 91m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:32:23.634 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (88m) 5m ago 88m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:32:23.634 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (88m) 5m ago 88m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:32:23.634 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (86m) 3s ago 86m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:32:23.634 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (86m) 3s ago 86m 344M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:32:23.634 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (86m) 3s ago 86m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:32:23.634 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (86m) 3s ago 86m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:32:23.634 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (26m) 3s ago 26m 64.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:32:23.762 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:22.430140+0000 mon.smithi115 (mon.0) 275 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:23.762 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:22.430875+0000 mgr.smithi115.zzjgkn (mgr.34102) 209 : cephadm [INF] Reconfiguring mgr.smithi115.zzjgkn (monmap changed)... 2024-02-23T01:32:23.762 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:22.431128+0000 mon.smithi115 (mon.0) 276 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi115.zzjgkn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T01:32:23.763 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:22.431768+0000 mon.smithi115 (mon.0) 277 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T01:32:23.763 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:22.432389+0000 mon.smithi115 (mon.0) 278 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:23.763 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:22.432845+0000 mgr.smithi115.zzjgkn (mgr.34102) 210 : cephadm [INF] Reconfiguring daemon mgr.smithi115.zzjgkn on smithi115 2024-02-23T01:32:23.763 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:22.433180+0000 mon.smithi115 (mon.0) 279 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mgr.smithi115.zzjgkn","key": "container_image"}]: dispatch 2024-02-23T01:32:23.763 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:22.891982+0000 mgr.smithi115.zzjgkn (mgr.34102) 211 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:23.763 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.063520+0000 mgr.smithi115.zzjgkn (mgr.34102) 212 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:23.763 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.344712+0000 mgr.smithi115.zzjgkn (mgr.34102) 213 : audit [DBG] from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:22.430140+0000 mon.smithi115 (mon.0) 275 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:22.430875+0000 mgr.smithi115.zzjgkn (mgr.34102) 209 : cephadm [INF] Reconfiguring mgr.smithi115.zzjgkn (monmap changed)... 2024-02-23T01:32:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:22.431128+0000 mon.smithi115 (mon.0) 276 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi115.zzjgkn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T01:32:23.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:22.431768+0000 mon.smithi115 (mon.0) 277 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T01:32:23.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:22.432389+0000 mon.smithi115 (mon.0) 278 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:23.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:22.432845+0000 mgr.smithi115.zzjgkn (mgr.34102) 210 : cephadm [INF] Reconfiguring daemon mgr.smithi115.zzjgkn on smithi115 2024-02-23T01:32:23.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:22.433180+0000 mon.smithi115 (mon.0) 279 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mgr.smithi115.zzjgkn","key": "container_image"}]: dispatch 2024-02-23T01:32:23.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:22.891982+0000 mgr.smithi115.zzjgkn (mgr.34102) 211 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:23.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.063520+0000 mgr.smithi115.zzjgkn (mgr.34102) 212 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:23.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.344712+0000 mgr.smithi115.zzjgkn (mgr.34102) 213 : audit [DBG] from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:23.968 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:32:23.968 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:32:23.968 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:32:23.968 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:32:23.968 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:32:23.968 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:32:23.969 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:32:23.969 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:32:23.969 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:32:23.969 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:32:23.969 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:32:23.969 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:32:23.969 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:32:23.969 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:32:23.969 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:32:23.969 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:32:23.969 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:32:23.969 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:32:24.254 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:32:24.254 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:32:24.254 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:32:24.254 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:32:24.255 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:32:24.255 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:32:24.255 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:32:24.255 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:32:24.255 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "4/23 daemons upgraded", 2024-02-23T01:32:24.255 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mon daemons", 2024-02-23T01:32:24.255 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:32:24.255 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:32:24.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.619108+0000 mgr.smithi115.zzjgkn (mgr.34102) 214 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:24.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.620921+0000 mon.smithi115 (mon.0) 280 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:32:24.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.621361+0000 mon.smithi115 (mon.0) 281 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.621706+0000 mon.smithi115 (mon.0) 282 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.621977+0000 mon.smithi115 (mon.0) 283 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.622239+0000 mon.smithi115 (mon.0) 284 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.624130+0000 mon.smithi115 (mon.0) 285 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:32:24.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.624428+0000 mon.smithi115 (mon.0) 286 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.624706+0000 mon.smithi115 (mon.0) 287 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.624967+0000 mon.smithi115 (mon.0) 288 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.625221+0000 mon.smithi115 (mon.0) 289 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.817736+0000 mon.smithi115 (mon.0) 290 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:23.818507+0000 mgr.smithi115.zzjgkn (mgr.34102) 215 : cephadm [INF] Reconfiguring crash.smithi115 (monmap changed)... 2024-02-23T01:32:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.818817+0000 mon.smithi115 (mon.0) 291 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi115", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T01:32:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.819607+0000 mon.smithi115 (mon.0) 292 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:23.820172+0000 mgr.smithi115.zzjgkn (mgr.34102) 216 : cephadm [INF] Reconfiguring daemon crash.smithi115 on smithi115 2024-02-23T01:32:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.820664+0000 mon.smithi115 (mon.0) 293 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "client.crash.smithi115","key": "container_image"}]: dispatch 2024-02-23T01:32:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:23.967056+0000 mon.smithi115 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.115:0/4201050613' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:32:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:24.253008+0000 mgr.smithi115.zzjgkn (mgr.34102) 217 : audit [DBG] from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:24.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.619108+0000 mgr.smithi115.zzjgkn (mgr.34102) 214 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:24.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.620921+0000 mon.smithi115 (mon.0) 280 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:32:24.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.621361+0000 mon.smithi115 (mon.0) 281 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.621706+0000 mon.smithi115 (mon.0) 282 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.621977+0000 mon.smithi115 (mon.0) 283 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.622239+0000 mon.smithi115 (mon.0) 284 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.624130+0000 mon.smithi115 (mon.0) 285 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:32:24.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.624428+0000 mon.smithi115 (mon.0) 286 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.624706+0000 mon.smithi115 (mon.0) 287 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.624967+0000 mon.smithi115 (mon.0) 288 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.625221+0000 mon.smithi115 (mon.0) 289 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:24.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.817736+0000 mon.smithi115 (mon.0) 290 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:24.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:23.818507+0000 mgr.smithi115.zzjgkn (mgr.34102) 215 : cephadm [INF] Reconfiguring crash.smithi115 (monmap changed)... 2024-02-23T01:32:24.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.818817+0000 mon.smithi115 (mon.0) 291 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi115", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T01:32:24.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.819607+0000 mon.smithi115 (mon.0) 292 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:24.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:23.820172+0000 mgr.smithi115.zzjgkn (mgr.34102) 216 : cephadm [INF] Reconfiguring daemon crash.smithi115 on smithi115 2024-02-23T01:32:24.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.820664+0000 mon.smithi115 (mon.0) 293 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "client.crash.smithi115","key": "container_image"}]: dispatch 2024-02-23T01:32:24.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:23.967056+0000 mon.smithi115 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.115:0/4201050613' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:32:24.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:24.253008+0000 mgr.smithi115.zzjgkn (mgr.34102) 217 : audit [DBG] from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:26.441 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:24.892695+0000 mgr.smithi115.zzjgkn (mgr.34102) 218 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:26.441 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:25.147942+0000 mon.smithi115 (mon.0) 295 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:26.441 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:25.148553+0000 mgr.smithi115.zzjgkn (mgr.34102) 219 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-02-23T01:32:26.442 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:25.148761+0000 mon.smithi115 (mon.0) 296 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-23T01:32:26.442 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:25.149238+0000 mon.smithi115 (mon.0) 297 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:26.442 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:25.150219+0000 mgr.smithi115.zzjgkn (mgr.34102) 220 : cephadm [INF] Reconfiguring daemon osd.0 on smithi115 2024-02-23T01:32:26.442 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:25.150526+0000 mon.smithi115 (mon.0) 298 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-23T01:32:26.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:24.892695+0000 mgr.smithi115.zzjgkn (mgr.34102) 218 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:26.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:25.147942+0000 mon.smithi115 (mon.0) 295 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:26.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:25.148553+0000 mgr.smithi115.zzjgkn (mgr.34102) 219 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-02-23T01:32:26.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:25.148761+0000 mon.smithi115 (mon.0) 296 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-23T01:32:26.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:25.149238+0000 mon.smithi115 (mon.0) 297 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:26.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:25.150219+0000 mgr.smithi115.zzjgkn (mgr.34102) 220 : cephadm [INF] Reconfiguring daemon osd.0 on smithi115 2024-02-23T01:32:26.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:25.150526+0000 mon.smithi115 (mon.0) 298 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-23T01:32:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:26.497146+0000 mon.smithi115 (mon.0) 299 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:26.497824+0000 mgr.smithi115.zzjgkn (mgr.34102) 221 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-02-23T01:32:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:26.498102+0000 mon.smithi115 (mon.0) 300 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-23T01:32:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:26.498635+0000 mon.smithi115 (mon.0) 301 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:26.499622+0000 mgr.smithi115.zzjgkn (mgr.34102) 222 : cephadm [INF] Reconfiguring daemon osd.1 on smithi115 2024-02-23T01:32:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:26.499940+0000 mon.smithi115 (mon.0) 302 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-23T01:32:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:26.893079+0000 mgr.smithi115.zzjgkn (mgr.34102) 223 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:26.497146+0000 mon.smithi115 (mon.0) 299 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:26.497824+0000 mgr.smithi115.zzjgkn (mgr.34102) 221 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-02-23T01:32:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:26.498102+0000 mon.smithi115 (mon.0) 300 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-23T01:32:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:26.498635+0000 mon.smithi115 (mon.0) 301 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:32:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:26.499622+0000 mgr.smithi115.zzjgkn (mgr.34102) 222 : cephadm [INF] Reconfiguring daemon osd.1 on smithi115 2024-02-23T01:32:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:26.499940+0000 mon.smithi115 (mon.0) 302 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-23T01:32:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:26.893079+0000 mgr.smithi115.zzjgkn (mgr.34102) 223 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:29.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:27.899386+0000 mon.smithi115 (mon.0) 303 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:29.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:27.900008+0000 mgr.smithi115.zzjgkn (mgr.34102) 224 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T01:32:29.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:32:27.900134+0000 mgr.smithi115.zzjgkn (mgr.34102) 225 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T01:32:29.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:27.899386+0000 mon.smithi115 (mon.0) 303 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:32:29.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:27.900008+0000 mgr.smithi115.zzjgkn (mgr.34102) 224 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T01:32:29.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:32:27.900134+0000 mgr.smithi115.zzjgkn (mgr.34102) 225 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T01:32:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:28.893665+0000 mgr.smithi115.zzjgkn (mgr.34102) 226 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:28.893665+0000 mgr.smithi115.zzjgkn (mgr.34102) 226 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:30.894353+0000 mgr.smithi115.zzjgkn (mgr.34102) 227 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:32.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:30.894353+0000 mgr.smithi115.zzjgkn (mgr.34102) 227 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:34.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:32.894840+0000 mgr.smithi115.zzjgkn (mgr.34102) 228 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:34.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:32.894840+0000 mgr.smithi115.zzjgkn (mgr.34102) 228 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:36.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:34.895512+0000 mgr.smithi115.zzjgkn (mgr.34102) 229 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:36.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:34.895512+0000 mgr.smithi115.zzjgkn (mgr.34102) 229 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:36.896073+0000 mgr.smithi115.zzjgkn (mgr.34102) 230 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:38.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:36.896073+0000 mgr.smithi115.zzjgkn (mgr.34102) 230 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:38.896494+0000 mgr.smithi115.zzjgkn (mgr.34102) 231 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:40.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:38.896494+0000 mgr.smithi115.zzjgkn (mgr.34102) 231 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:40.897255+0000 mgr.smithi115.zzjgkn (mgr.34102) 232 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:42.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:40.897255+0000 mgr.smithi115.zzjgkn (mgr.34102) 232 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:44.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:42.897734+0000 mgr.smithi115.zzjgkn (mgr.34102) 233 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:44.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:42.897734+0000 mgr.smithi115.zzjgkn (mgr.34102) 233 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:46.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:44.898344+0000 mgr.smithi115.zzjgkn (mgr.34102) 234 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:46.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:44.898344+0000 mgr.smithi115.zzjgkn (mgr.34102) 234 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:48.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:46.898834+0000 mgr.smithi115.zzjgkn (mgr.34102) 235 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:48.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:46.898834+0000 mgr.smithi115.zzjgkn (mgr.34102) 235 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:50.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:48.899267+0000 mgr.smithi115.zzjgkn (mgr.34102) 236 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:48.899267+0000 mgr.smithi115.zzjgkn (mgr.34102) 236 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:52.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:50.900089+0000 mgr.smithi115.zzjgkn (mgr.34102) 237 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:52.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:50.900089+0000 mgr.smithi115.zzjgkn (mgr.34102) 237 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:54.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:52.900554+0000 mgr.smithi115.zzjgkn (mgr.34102) 238 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:54.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:52.900554+0000 mgr.smithi115.zzjgkn (mgr.34102) 238 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:54.559 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:32:55.109 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:32:55.109 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (21m) 34s ago 27m 24.6M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:32:55.109 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (92m) 5m ago 92m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (92m) 34s ago 92m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (24m) 34s ago 91m 37.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (77m) 5m ago 77m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (77m) 34s ago 77m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (21m) 5m ago 98m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (11m) 34s ago 91m 387M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (5m) 5m ago 98m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (40s) 34s ago 96m 27.8M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (27m) 5m ago 27m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (27m) 34s ago 27m 85.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 69m - - 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 34s ago 67m - - 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (91m) 5m ago 91m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (91m) 5m ago 91m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:32:55.110 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (89m) 5m ago 89m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:32:55.111 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (89m) 5m ago 89m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:32:55.111 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (87m) 34s ago 87m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:32:55.111 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (87m) 34s ago 87m 344M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:32:55.111 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (86m) 34s ago 86m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:32:55.111 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (86m) 34s ago 86m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:32:55.111 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (27m) 34s ago 27m 64.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:32:55.434 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:32:55.434 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:32:55.434 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:32:55.434 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:32:55.434 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:32:55.434 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:32:55.434 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:32:55.434 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:32:55.434 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:32:55.434 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:32:55.434 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:32:55.435 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:32:55.435 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:32:55.435 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:32:55.435 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:32:55.435 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:32:55.435 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:32:55.435 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:32:55.711 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:32:55.711 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:32:55.711 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:32:55.711 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:32:55.711 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:32:55.712 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:32:55.712 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:32:55.712 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:32:55.712 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "4/23 daemons upgraded", 2024-02-23T01:32:55.712 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mon daemons", 2024-02-23T01:32:55.712 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:32:55.712 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:32:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:54.545754+0000 mgr.smithi115.zzjgkn (mgr.34102) 239 : audit [DBG] from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:54.825945+0000 mgr.smithi115.zzjgkn (mgr.34102) 240 : audit [DBG] from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:54.901349+0000 mgr.smithi115.zzjgkn (mgr.34102) 241 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:55.097083+0000 mgr.smithi115.zzjgkn (mgr.34102) 242 : audit [DBG] from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:55.098877+0000 mon.smithi115 (mon.0) 304 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:32:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:55.099223+0000 mon.smithi115 (mon.0) 305 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:55.099478+0000 mon.smithi115 (mon.0) 306 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:55.099714+0000 mon.smithi115 (mon.0) 307 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:55.099938+0000 mon.smithi115 (mon.0) 308 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:55.101771+0000 mon.smithi115 (mon.0) 309 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:32:56.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:55.102028+0000 mon.smithi115 (mon.0) 310 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:55.102258+0000 mon.smithi115 (mon.0) 311 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:55.102484+0000 mon.smithi115 (mon.0) 312 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:55.102715+0000 mon.smithi115 (mon.0) 313 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:55.432718+0000 mon.smithi115 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.115:0/15228540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:32:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:54.545754+0000 mgr.smithi115.zzjgkn (mgr.34102) 239 : audit [DBG] from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:54.825945+0000 mgr.smithi115.zzjgkn (mgr.34102) 240 : audit [DBG] from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:54.901349+0000 mgr.smithi115.zzjgkn (mgr.34102) 241 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:55.097083+0000 mgr.smithi115.zzjgkn (mgr.34102) 242 : audit [DBG] from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:55.098877+0000 mon.smithi115 (mon.0) 304 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:55.099223+0000 mon.smithi115 (mon.0) 305 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:55.099478+0000 mon.smithi115 (mon.0) 306 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:55.099714+0000 mon.smithi115 (mon.0) 307 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:55.099938+0000 mon.smithi115 (mon.0) 308 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:55.101771+0000 mon.smithi115 (mon.0) 309 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:55.102028+0000 mon.smithi115 (mon.0) 310 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:55.102258+0000 mon.smithi115 (mon.0) 311 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:55.102484+0000 mon.smithi115 (mon.0) 312 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:55.102715+0000 mon.smithi115 (mon.0) 313 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:32:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:55.432718+0000 mon.smithi115 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.115:0/15228540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:32:57.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:32:55.709959+0000 mgr.smithi115.zzjgkn (mgr.34102) 243 : audit [DBG] from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:57.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:32:55.709959+0000 mgr.smithi115.zzjgkn (mgr.34102) 243 : audit [DBG] from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:32:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:56.901764+0000 mgr.smithi115.zzjgkn (mgr.34102) 244 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:32:58.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:56.901764+0000 mgr.smithi115.zzjgkn (mgr.34102) 244 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:00.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:32:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:32:58.902397+0000 mgr.smithi115.zzjgkn (mgr.34102) 245 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:00.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:32:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:32:58.902397+0000 mgr.smithi115.zzjgkn (mgr.34102) 245 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:02.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:00.903142+0000 mgr.smithi115.zzjgkn (mgr.34102) 246 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:02.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:00.903142+0000 mgr.smithi115.zzjgkn (mgr.34102) 246 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:02.903740+0000 mgr.smithi115.zzjgkn (mgr.34102) 247 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:02.903740+0000 mgr.smithi115.zzjgkn (mgr.34102) 247 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:04.904577+0000 mgr.smithi115.zzjgkn (mgr.34102) 248 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:06.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:04.904577+0000 mgr.smithi115.zzjgkn (mgr.34102) 248 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:08.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:06.904994+0000 mgr.smithi115.zzjgkn (mgr.34102) 249 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:08.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:06.904994+0000 mgr.smithi115.zzjgkn (mgr.34102) 249 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:08.905558+0000 mgr.smithi115.zzjgkn (mgr.34102) 250 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:09.740989+0000 mon.smithi115 (mon.0) 315 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-02-23T01:33:10.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:09.741315+0000 mon.smithi115 (mon.0) 316 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:33:10.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:09.741612+0000 mon.smithi115 (mon.0) 317 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T01:33:10.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:09.741913+0000 mon.smithi115 (mon.0) 318 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T01:33:10.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:08.905558+0000 mgr.smithi115.zzjgkn (mgr.34102) 250 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:10.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:09.740989+0000 mon.smithi115 (mon.0) 315 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-02-23T01:33:10.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:09.741315+0000 mon.smithi115 (mon.0) 316 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:33:10.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:09.741612+0000 mon.smithi115 (mon.0) 317 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T01:33:10.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:09.741913+0000 mon.smithi115 (mon.0) 318 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T01:33:12.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:10.906413+0000 mgr.smithi115.zzjgkn (mgr.34102) 251 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:12.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:10.906413+0000 mgr.smithi115.zzjgkn (mgr.34102) 251 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:14.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:12.906907+0000 mgr.smithi115.zzjgkn (mgr.34102) 252 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:14.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:12.906907+0000 mgr.smithi115.zzjgkn (mgr.34102) 252 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:14.907737+0000 mgr.smithi115.zzjgkn (mgr.34102) 253 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:16.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:14.907737+0000 mgr.smithi115.zzjgkn (mgr.34102) 253 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:16.908226+0000 mgr.smithi115.zzjgkn (mgr.34102) 254 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:18.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:16.908226+0000 mgr.smithi115.zzjgkn (mgr.34102) 254 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:18.908821+0000 mgr.smithi115.zzjgkn (mgr.34102) 255 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:20.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:18.908821+0000 mgr.smithi115.zzjgkn (mgr.34102) 255 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:20.909455+0000 mgr.smithi115.zzjgkn (mgr.34102) 256 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:22.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:20.909455+0000 mgr.smithi115.zzjgkn (mgr.34102) 256 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:22.909884+0000 mgr.smithi115.zzjgkn (mgr.34102) 257 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:22.909884+0000 mgr.smithi115.zzjgkn (mgr.34102) 257 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:26.009 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:33:26.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:24.910503+0000 mgr.smithi115.zzjgkn (mgr.34102) 258 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:24.910503+0000 mgr.smithi115.zzjgkn (mgr.34102) 258 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:26.556 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:33:26.556 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (22m) 65s ago 28m 24.6M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:33:26.556 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (92m) 6m ago 92m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:33:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (92m) 65s ago 92m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:33:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (24m) 65s ago 92m 37.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:33:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (78m) 6m ago 78m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:33:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (77m) 65s ago 77m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:33:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (22m) 6m ago 98m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:33:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (11m) 65s ago 92m 387M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:33:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (6m) 6m ago 98m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:33:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (72s) 65s ago 97m 27.8M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:33:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (27m) 6m ago 27m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:33:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (27m) 65s ago 27m 85.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:33:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 6m ago 69m - - 2024-02-23T01:33:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 65s ago 67m - - 2024-02-23T01:33:26.557 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (92m) 6m ago 92m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:33:26.558 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (92m) 6m ago 92m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:33:26.558 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (89m) 6m ago 89m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:33:26.558 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (89m) 6m ago 89m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:33:26.558 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (87m) 65s ago 87m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:33:26.558 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (87m) 65s ago 87m 344M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:33:26.558 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (87m) 65s ago 87m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:33:26.558 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (87m) 65s ago 87m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:33:26.558 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (27m) 65s ago 27m 64.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:33:26.883 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:33:26.883 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:33:26.884 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:33:26.884 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:33:26.884 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:33:26.884 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:33:26.884 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:33:26.884 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:33:26.884 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:33:26.884 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:33:26.884 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:33:26.884 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:33:26.884 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:33:26.884 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:33:26.885 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:33:26.885 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:33:26.885 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:33:26.885 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:33:27.160 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:33:27.160 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:33:27.161 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:33:27.161 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:33:27.161 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:33:27.161 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:33:27.161 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:33:27.161 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:33:27.161 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "4/23 daemons upgraded", 2024-02-23T01:33:27.161 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mon daemons", 2024-02-23T01:33:27.161 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:33:27.161 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:33:27.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:25.996892+0000 mgr.smithi115.zzjgkn (mgr.34102) 259 : audit [DBG] from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:27.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:26.271030+0000 mgr.smithi115.zzjgkn (mgr.34102) 260 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:27.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:26.545620+0000 mon.smithi115 (mon.0) 319 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:33:27.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:26.546028+0000 mon.smithi115 (mon.0) 320 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:26.546376+0000 mon.smithi115 (mon.0) 321 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:26.546687+0000 mon.smithi115 (mon.0) 322 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:26.546918+0000 mon.smithi115 (mon.0) 323 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:26.548780+0000 mon.smithi115 (mon.0) 324 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:33:27.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:26.549031+0000 mon.smithi115 (mon.0) 325 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:26.549259+0000 mon.smithi115 (mon.0) 326 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:26.549477+0000 mon.smithi115 (mon.0) 327 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:26.549709+0000 mon.smithi115 (mon.0) 328 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:26.882302+0000 mon.smithi115 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.115:0/3002950198' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:33:27.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:25.996892+0000 mgr.smithi115.zzjgkn (mgr.34102) 259 : audit [DBG] from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:27.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:26.271030+0000 mgr.smithi115.zzjgkn (mgr.34102) 260 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:27.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:26.545620+0000 mon.smithi115 (mon.0) 319 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:33:27.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:26.546028+0000 mon.smithi115 (mon.0) 320 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:26.546376+0000 mon.smithi115 (mon.0) 321 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:26.546687+0000 mon.smithi115 (mon.0) 322 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:26.546918+0000 mon.smithi115 (mon.0) 323 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:26.548780+0000 mon.smithi115 (mon.0) 324 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:33:27.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:26.549031+0000 mon.smithi115 (mon.0) 325 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:26.549259+0000 mon.smithi115 (mon.0) 326 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:26.549477+0000 mon.smithi115 (mon.0) 327 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:26.549709+0000 mon.smithi115 (mon.0) 328 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:27.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:26.882302+0000 mon.smithi115 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.115:0/3002950198' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:33:28.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:26.543833+0000 mgr.smithi115.zzjgkn (mgr.34102) 261 : audit [DBG] from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:28.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:26.910853+0000 mgr.smithi115.zzjgkn (mgr.34102) 262 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:28.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:27.159179+0000 mgr.smithi115.zzjgkn (mgr.34102) 263 : audit [DBG] from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:28.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:26.543833+0000 mgr.smithi115.zzjgkn (mgr.34102) 261 : audit [DBG] from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:28.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:26.910853+0000 mgr.smithi115.zzjgkn (mgr.34102) 262 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:28.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:27.159179+0000 mgr.smithi115.zzjgkn (mgr.34102) 263 : audit [DBG] from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:30.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:28.911242+0000 mgr.smithi115.zzjgkn (mgr.34102) 264 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:30.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:28.911242+0000 mgr.smithi115.zzjgkn (mgr.34102) 264 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:32.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:30.911999+0000 mgr.smithi115.zzjgkn (mgr.34102) 265 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:32.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:30.911999+0000 mgr.smithi115.zzjgkn (mgr.34102) 265 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:34.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:32.912412+0000 mgr.smithi115.zzjgkn (mgr.34102) 266 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:34.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:32.912412+0000 mgr.smithi115.zzjgkn (mgr.34102) 266 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:36.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:34.913051+0000 mgr.smithi115.zzjgkn (mgr.34102) 267 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:36.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:34.913051+0000 mgr.smithi115.zzjgkn (mgr.34102) 267 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:38.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:36.913590+0000 mgr.smithi115.zzjgkn (mgr.34102) 268 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:38.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:36.913590+0000 mgr.smithi115.zzjgkn (mgr.34102) 268 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:40.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:38.914181+0000 mgr.smithi115.zzjgkn (mgr.34102) 269 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:40.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:38.914181+0000 mgr.smithi115.zzjgkn (mgr.34102) 269 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:42.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:40.914976+0000 mgr.smithi115.zzjgkn (mgr.34102) 270 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:42.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:40.914976+0000 mgr.smithi115.zzjgkn (mgr.34102) 270 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:44.339 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:42.915450+0000 mgr.smithi115.zzjgkn (mgr.34102) 271 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:44.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:42.915450+0000 mgr.smithi115.zzjgkn (mgr.34102) 271 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:46.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:44.916140+0000 mgr.smithi115.zzjgkn (mgr.34102) 272 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:46.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:44.916140+0000 mgr.smithi115.zzjgkn (mgr.34102) 272 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:48.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:46.916725+0000 mgr.smithi115.zzjgkn (mgr.34102) 273 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:48.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:46.916725+0000 mgr.smithi115.zzjgkn (mgr.34102) 273 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:48.917331+0000 mgr.smithi115.zzjgkn (mgr.34102) 274 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:50.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:48.917331+0000 mgr.smithi115.zzjgkn (mgr.34102) 274 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:50.918272+0000 mgr.smithi115.zzjgkn (mgr.34102) 275 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:52.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:50.918272+0000 mgr.smithi115.zzjgkn (mgr.34102) 275 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:52.918787+0000 mgr.smithi115.zzjgkn (mgr.34102) 276 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:52.918787+0000 mgr.smithi115.zzjgkn (mgr.34102) 276 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:56.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:54.919642+0000 mgr.smithi115.zzjgkn (mgr.34102) 277 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:56.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:54.919642+0000 mgr.smithi115.zzjgkn (mgr.34102) 277 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:57.457 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:33:58.000 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:33:58.000 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (22m) 97s ago 28m 24.6M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:33:58.000 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (93m) 6m ago 93m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:33:58.000 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (93m) 97s ago 93m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:33:58.000 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (25m) 97s ago 92m 37.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:33:58.000 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (78m) 6m ago 78m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:33:58.000 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (78m) 97s ago 78m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:33:58.000 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (22m) 6m ago 99m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (12m) 97s ago 92m 387M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (7m) 6m ago 99m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (103s) 97s ago 97m 27.8M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (28m) 6m ago 28m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (28m) 97s ago 28m 85.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 6m ago 70m - - 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 97s ago 68m - - 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (93m) 6m ago 93m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (92m) 6m ago 92m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (90m) 6m ago 90m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (90m) 6m ago 90m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (88m) 97s ago 88m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (88m) 97s ago 88m 344M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (87m) 97s ago 87m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:33:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (87m) 97s ago 87m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:33:58.002 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (28m) 97s ago 28m 64.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:33:58.329 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:33:58.329 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:33:58.329 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:33:58.329 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:33:58.329 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:33:58.329 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:33:58.329 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:33:58.329 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:33:58.329 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:33:58.329 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:33:58.329 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:33:58.330 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:33:58.330 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:33:58.330 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:33:58.330 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:33:58.330 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:33:58.330 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:33:58.330 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:33:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:56.920148+0000 mgr.smithi115.zzjgkn (mgr.34102) 278 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:57.989127+0000 mon.smithi115 (mon.0) 330 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:33:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:57.989491+0000 mon.smithi115 (mon.0) 331 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:57.989766+0000 mon.smithi115 (mon.0) 332 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:57.990013+0000 mon.smithi115 (mon.0) 333 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:57.990258+0000 mon.smithi115 (mon.0) 334 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:57.992171+0000 mon.smithi115 (mon.0) 335 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:33:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:57.992427+0000 mon.smithi115 (mon.0) 336 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:57.992676+0000 mon.smithi115 (mon.0) 337 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:57.992921+0000 mon.smithi115 (mon.0) 338 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:57.993159+0000 mon.smithi115 (mon.0) 339 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:56.920148+0000 mgr.smithi115.zzjgkn (mgr.34102) 278 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:33:58.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:57.989127+0000 mon.smithi115 (mon.0) 330 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:33:58.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:57.989491+0000 mon.smithi115 (mon.0) 331 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:57.989766+0000 mon.smithi115 (mon.0) 332 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:57.990013+0000 mon.smithi115 (mon.0) 333 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:57.990258+0000 mon.smithi115 (mon.0) 334 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:57.992171+0000 mon.smithi115 (mon.0) 335 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:33:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:57.992427+0000 mon.smithi115 (mon.0) 336 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:57.992676+0000 mon.smithi115 (mon.0) 337 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:57.992921+0000 mon.smithi115 (mon.0) 338 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:57.993159+0000 mon.smithi115 (mon.0) 339 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:33:58.605 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:33:58.605 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:33:58.605 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:33:58.605 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:33:58.605 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:33:58.605 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:33:58.605 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:33:58.605 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:33:58.605 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "4/23 daemons upgraded", 2024-02-23T01:33:58.605 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mon daemons", 2024-02-23T01:33:58.605 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:33:58.606 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:33:59.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:57.445499+0000 mgr.smithi115.zzjgkn (mgr.34102) 279 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:59.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:57.719710+0000 mgr.smithi115.zzjgkn (mgr.34102) 280 : audit [DBG] from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:59.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:57.987318+0000 mgr.smithi115.zzjgkn (mgr.34102) 281 : audit [DBG] from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:59.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:33:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:58.327742+0000 mon.smithi115 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.115:0/3488385068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:33:59.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:57.445499+0000 mgr.smithi115.zzjgkn (mgr.34102) 279 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:59.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:57.719710+0000 mgr.smithi115.zzjgkn (mgr.34102) 280 : audit [DBG] from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:59.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:57.987318+0000 mgr.smithi115.zzjgkn (mgr.34102) 281 : audit [DBG] from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:33:59.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:33:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:58.327742+0000 mon.smithi115 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.115:0/3488385068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:34:00.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:33:58.603569+0000 mgr.smithi115.zzjgkn (mgr.34102) 282 : audit [DBG] from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:34:00.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:33:58.920741+0000 mgr.smithi115.zzjgkn (mgr.34102) 283 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:00.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:33:58.603569+0000 mgr.smithi115.zzjgkn (mgr.34102) 282 : audit [DBG] from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:34:00.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:33:58.920741+0000 mgr.smithi115.zzjgkn (mgr.34102) 283 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:02.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:00.921601+0000 mgr.smithi115.zzjgkn (mgr.34102) 284 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:02.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:00.921601+0000 mgr.smithi115.zzjgkn (mgr.34102) 284 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:02.922076+0000 mgr.smithi115.zzjgkn (mgr.34102) 285 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:04.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:02.922076+0000 mgr.smithi115.zzjgkn (mgr.34102) 285 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:06.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:04.922731+0000 mgr.smithi115.zzjgkn (mgr.34102) 286 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:06.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:04.922731+0000 mgr.smithi115.zzjgkn (mgr.34102) 286 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:08.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:06.923294+0000 mgr.smithi115.zzjgkn (mgr.34102) 287 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:08.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:06.923294+0000 mgr.smithi115.zzjgkn (mgr.34102) 287 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:08.923718+0000 mgr.smithi115.zzjgkn (mgr.34102) 288 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:09.745395+0000 mon.smithi115 (mon.0) 341 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-23T01:34:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:09.745651+0000 mon.smithi115 (mon.0) 342 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:34:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:09.745847+0000 mon.smithi115 (mon.0) 343 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-23T01:34:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:09.746053+0000 mon.smithi115 (mon.0) 344 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T01:34:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:08.923718+0000 mgr.smithi115.zzjgkn (mgr.34102) 288 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:09.745395+0000 mon.smithi115 (mon.0) 341 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-23T01:34:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:09.745651+0000 mon.smithi115 (mon.0) 342 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:34:10.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:09.745847+0000 mon.smithi115 (mon.0) 343 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-23T01:34:10.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:09.746053+0000 mon.smithi115 (mon.0) 344 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T01:34:12.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:10.924650+0000 mgr.smithi115.zzjgkn (mgr.34102) 289 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:12.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:10.924650+0000 mgr.smithi115.zzjgkn (mgr.34102) 289 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:14.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:12.925085+0000 mgr.smithi115.zzjgkn (mgr.34102) 290 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:14.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:12.925085+0000 mgr.smithi115.zzjgkn (mgr.34102) 290 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:14.925905+0000 mgr.smithi115.zzjgkn (mgr.34102) 291 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:16.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:14.925905+0000 mgr.smithi115.zzjgkn (mgr.34102) 291 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:18.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:16.926380+0000 mgr.smithi115.zzjgkn (mgr.34102) 292 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:18.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:16.926380+0000 mgr.smithi115.zzjgkn (mgr.34102) 292 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:18.927019+0000 mgr.smithi115.zzjgkn (mgr.34102) 293 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:20.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:18.927019+0000 mgr.smithi115.zzjgkn (mgr.34102) 293 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:22.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:20.927860+0000 mgr.smithi115.zzjgkn (mgr.34102) 294 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:22.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:20.927860+0000 mgr.smithi115.zzjgkn (mgr.34102) 294 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:24.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:22.928373+0000 mgr.smithi115.zzjgkn (mgr.34102) 295 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:24.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:22.928373+0000 mgr.smithi115.zzjgkn (mgr.34102) 295 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:26.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:24.929124+0000 mgr.smithi115.zzjgkn (mgr.34102) 296 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:26.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:24.929124+0000 mgr.smithi115.zzjgkn (mgr.34102) 296 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:28.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:26.929522+0000 mgr.smithi115.zzjgkn (mgr.34102) 297 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:28.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:26.929522+0000 mgr.smithi115.zzjgkn (mgr.34102) 297 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:28.902 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:34:29.444 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:34:29.444 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (23m) 2m ago 29m 24.6M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:34:29.444 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (93m) 7m ago 93m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:34:29.444 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (93m) 2m ago 93m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:34:29.444 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (26m) 2m ago 93m 37.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:34:29.444 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (79m) 7m ago 79m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:34:29.444 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (79m) 2m ago 79m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:34:29.444 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (23m) 7m ago 99m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:34:29.444 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (12m) 2m ago 93m 387M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:34:29.444 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (7m) 7m ago 99m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:34:29.444 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (2m) 2m ago 98m 27.8M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:34:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (28m) 7m ago 28m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:34:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (28m) 2m ago 28m 85.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:34:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 7m ago 70m - - 2024-02-23T01:34:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 68m - - 2024-02-23T01:34:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (93m) 7m ago 93m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:34:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (93m) 7m ago 93m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:34:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (90m) 7m ago 90m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:34:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (90m) 7m ago 90m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:34:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (89m) 2m ago 88m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:34:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (88m) 2m ago 88m 344M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:34:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (88m) 2m ago 88m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:34:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (88m) 2m ago 88m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:34:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (28m) 2m ago 28m 64.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:34:29.766 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:34:29.766 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:34:29.766 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:34:29.766 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:34:29.766 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:34:29.766 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:34:29.766 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:34:29.767 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:34:29.767 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:34:29.767 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:34:29.767 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:34:29.767 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:34:29.767 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:34:29.767 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:34:29.767 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:34:29.767 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:34:29.767 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:34:29.767 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:34:30.041 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:34:30.041 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:34:30.041 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:34:30.041 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:34:30.041 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:34:30.041 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:34:30.041 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:34:30.041 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:34:30.041 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "4/23 daemons upgraded", 2024-02-23T01:34:30.041 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mon daemons", 2024-02-23T01:34:30.042 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:34:30.042 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:34:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:28.890204+0000 mgr.smithi115.zzjgkn (mgr.34102) 298 : audit [DBG] from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:34:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:28.929896+0000 mgr.smithi115.zzjgkn (mgr.34102) 299 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:29.165093+0000 mgr.smithi115.zzjgkn (mgr.34102) 300 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:34:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:29.433332+0000 mon.smithi115 (mon.0) 345 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:34:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:29.433678+0000 mon.smithi115 (mon.0) 346 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:29.433988+0000 mon.smithi115 (mon.0) 347 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:29.434230+0000 mon.smithi115 (mon.0) 348 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:29.434465+0000 mon.smithi115 (mon.0) 349 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:29.436283+0000 mon.smithi115 (mon.0) 350 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:34:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:29.436580+0000 mon.smithi115 (mon.0) 351 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:29.436829+0000 mon.smithi115 (mon.0) 352 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:29.437062+0000 mon.smithi115 (mon.0) 353 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:29.437288+0000 mon.smithi115 (mon.0) 354 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:29.765018+0000 mon.smithi115 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.115:0/751122316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:34:30.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:28.890204+0000 mgr.smithi115.zzjgkn (mgr.34102) 298 : audit [DBG] from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:34:30.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:28.929896+0000 mgr.smithi115.zzjgkn (mgr.34102) 299 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:30.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:29.165093+0000 mgr.smithi115.zzjgkn (mgr.34102) 300 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:34:30.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:29.433332+0000 mon.smithi115 (mon.0) 345 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:34:30.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:29.433678+0000 mon.smithi115 (mon.0) 346 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:29.433988+0000 mon.smithi115 (mon.0) 347 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:29.434230+0000 mon.smithi115 (mon.0) 348 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:29.434465+0000 mon.smithi115 (mon.0) 349 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:29.436283+0000 mon.smithi115 (mon.0) 350 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:34:30.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:29.436580+0000 mon.smithi115 (mon.0) 351 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:29.436829+0000 mon.smithi115 (mon.0) 352 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:29.437062+0000 mon.smithi115 (mon.0) 353 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:29.437288+0000 mon.smithi115 (mon.0) 354 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:34:30.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:29.765018+0000 mon.smithi115 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.115:0/751122316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:34:31.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:29.431576+0000 mgr.smithi115.zzjgkn (mgr.34102) 301 : audit [DBG] from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:34:31.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:30.039708+0000 mgr.smithi115.zzjgkn (mgr.34102) 302 : audit [DBG] from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:34:31.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:29.431576+0000 mgr.smithi115.zzjgkn (mgr.34102) 301 : audit [DBG] from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:34:31.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:30.039708+0000 mgr.smithi115.zzjgkn (mgr.34102) 302 : audit [DBG] from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:34:32.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:30.930562+0000 mgr.smithi115.zzjgkn (mgr.34102) 303 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:32.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:30.930562+0000 mgr.smithi115.zzjgkn (mgr.34102) 303 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:34.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:32.931040+0000 mgr.smithi115.zzjgkn (mgr.34102) 304 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:34.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:32.931040+0000 mgr.smithi115.zzjgkn (mgr.34102) 304 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:36.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:34.931971+0000 mgr.smithi115.zzjgkn (mgr.34102) 305 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:36.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:34.931971+0000 mgr.smithi115.zzjgkn (mgr.34102) 305 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:38.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:36.932481+0000 mgr.smithi115.zzjgkn (mgr.34102) 306 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:38.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:36.932481+0000 mgr.smithi115.zzjgkn (mgr.34102) 306 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:40.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:38.932899+0000 mgr.smithi115.zzjgkn (mgr.34102) 307 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:40.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:38.932899+0000 mgr.smithi115.zzjgkn (mgr.34102) 307 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:42.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:40.933561+0000 mgr.smithi115.zzjgkn (mgr.34102) 308 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:42.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:40.933561+0000 mgr.smithi115.zzjgkn (mgr.34102) 308 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:44.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:42.933974+0000 mgr.smithi115.zzjgkn (mgr.34102) 309 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:44.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:42.933974+0000 mgr.smithi115.zzjgkn (mgr.34102) 309 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:46.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:44.934769+0000 mgr.smithi115.zzjgkn (mgr.34102) 310 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:46.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:44.934769+0000 mgr.smithi115.zzjgkn (mgr.34102) 310 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:48.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:46.935313+0000 mgr.smithi115.zzjgkn (mgr.34102) 311 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:48.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:46.935313+0000 mgr.smithi115.zzjgkn (mgr.34102) 311 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:48.935747+0000 mgr.smithi115.zzjgkn (mgr.34102) 312 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:50.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:48.935747+0000 mgr.smithi115.zzjgkn (mgr.34102) 312 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:50.936489+0000 mgr.smithi115.zzjgkn (mgr.34102) 313 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:52.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:50.936489+0000 mgr.smithi115.zzjgkn (mgr.34102) 313 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:54.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:52.936874+0000 mgr.smithi115.zzjgkn (mgr.34102) 314 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:52.936874+0000 mgr.smithi115.zzjgkn (mgr.34102) 314 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:56.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:54.937465+0000 mgr.smithi115.zzjgkn (mgr.34102) 315 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:56.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:54.937465+0000 mgr.smithi115.zzjgkn (mgr.34102) 315 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:34:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:56.937861+0000 mgr.smithi115.zzjgkn (mgr.34102) 316 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:34:58.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:34:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:56.937861+0000 mgr.smithi115.zzjgkn (mgr.34102) 316 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:00.349 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:35:00.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:34:58.938244+0000 mgr.smithi115.zzjgkn (mgr.34102) 317 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:00.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:34:59.426197+0000 mgr.smithi115.zzjgkn (mgr.34102) 318 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:35:00.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:35:00.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:35:00.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:35:00.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:35:00.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:35:00.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:35:00.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:35:00.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:35:00.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:35:00.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:35:00.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:35:00.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:35:00.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:35:00.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:35:00.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:35:00.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:35:00.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:35:00.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:35:00.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:35:00.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:35:00.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:35:00.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:35:00.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:35:00.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:35:00.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T01:35:00.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:35:00.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T01:35:00.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:35:00.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:35:00.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:35:00.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:35:00.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:35:00.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:35:00.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:35:00.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:35:00.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:35:00.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:35:00.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:35:00.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:35:00.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:35:00.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:35:00.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:35:00.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:35:00.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:35:00.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:35:00.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:35:00.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:35:00.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:35:00.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:35:00.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:35:00.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:35:00.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:34:59.426552+0000 mgr.smithi115.zzjgkn (mgr.34102) 319 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-02-23T01:35:00.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:59.426926+0000 mon.smithi115 (mon.0) 356 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-23T01:35:00.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:59.427608+0000 mon.smithi115 (mon.0) 357 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:35:00.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:34:59.428777+0000 mgr.smithi115.zzjgkn (mgr.34102) 320 : cephadm [INF] Reconfiguring daemon osd.2 on smithi115 2024-02-23T01:35:00.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:34:59.429146+0000 mon.smithi115 (mon.0) 358 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-23T01:35:00.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:34:58.938244+0000 mgr.smithi115.zzjgkn (mgr.34102) 317 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:00.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:34:59.426197+0000 mgr.smithi115.zzjgkn (mgr.34102) 318 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:35:00.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:35:00.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:35:00.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:35:00.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:35:00.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:35:00.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:35:00.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:35:00.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:35:00.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:35:00.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:35:00.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:35:00.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:35:00.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:35:00.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:35:00.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:35:00.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:35:00.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:35:00.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:35:00.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:35:00.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:35:00.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:35:00.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:35:00.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:35:00.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:35:00.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T01:35:00.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:35:00.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T01:35:00.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:35:00.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:35:00.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:35:00.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:35:00.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:35:00.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:35:00.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:35:00.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:35:00.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:35:00.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:35:00.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:35:00.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:35:00.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:35:00.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:35:00.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:35:00.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:35:00.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:35:00.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:35:00.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:35:00.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:35:00.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:35:00.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:35:00.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:35:00.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:35:00.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:34:59.426552+0000 mgr.smithi115.zzjgkn (mgr.34102) 319 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-02-23T01:35:00.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:59.426926+0000 mon.smithi115 (mon.0) 356 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-23T01:35:00.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:59.427608+0000 mon.smithi115 (mon.0) 357 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:35:00.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:34:59.428777+0000 mgr.smithi115.zzjgkn (mgr.34102) 320 : cephadm [INF] Reconfiguring daemon osd.2 on smithi115 2024-02-23T01:35:00.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:34:59.429146+0000 mon.smithi115 (mon.0) 358 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-23T01:35:00.903 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:35:00.903 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (23m) 2m ago 29m 24.6M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:35:00.904 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (94m) 7m ago 94m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:35:00.904 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (94m) 2m ago 94m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:35:00.904 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (26m) 2m ago 93m 37.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:35:00.904 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (79m) 7m ago 79m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:35:00.904 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (79m) 2m ago 79m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:35:00.904 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (23m) 7m ago 100m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:35:00.904 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (13m) 2m ago 93m 387M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:35:00.904 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (8m) 7m ago 100m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:35:00.904 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (2m) 2m ago 98m 27.8M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:35:00.904 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (29m) 7m ago 29m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:35:00.904 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (29m) 2m ago 29m 85.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:35:00.904 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 7m ago 71m - - 2024-02-23T01:35:00.905 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 69m - - 2024-02-23T01:35:00.905 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (94m) 7m ago 94m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:35:00.905 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (93m) 7m ago 93m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:35:00.905 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (91m) 7m ago 91m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:35:00.905 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (91m) 7m ago 91m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:35:00.905 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (89m) 2m ago 89m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:35:00.905 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (89m) 2m ago 89m 344M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:35:00.905 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (88m) 2m ago 88m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:35:00.905 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (88m) 2m ago 88m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:35:00.905 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (29m) 2m ago 29m 64.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:35:01.263 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:35:01.264 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:35:01.264 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:35:01.264 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:35:01.264 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:35:01.264 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:35:01.264 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:35:01.264 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:35:01.264 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:35:01.264 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:35:01.264 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:35:01.264 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:35:01.264 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:35:01.265 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:35:01.265 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:35:01.265 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:35:01.265 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:35:01.265 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:35:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.337014+0000 mgr.smithi115.zzjgkn (mgr.34102) 321 : audit [DBG] from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.891598+0000 mon.smithi115 (mon.0) 359 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:35:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.892046+0000 mon.smithi115 (mon.0) 360 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.892393+0000 mon.smithi115 (mon.0) 361 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.892695+0000 mon.smithi115 (mon.0) 362 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.893016+0000 mon.smithi115 (mon.0) 363 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.894930+0000 mon.smithi115 (mon.0) 364 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:35:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.895256+0000 mon.smithi115 (mon.0) 365 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.895560+0000 mon.smithi115 (mon.0) 366 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.895856+0000 mon.smithi115 (mon.0) 367 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.896194+0000 mon.smithi115 (mon.0) 368 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.976279+0000 mon.smithi115 (mon.0) 369 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:35:01.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.977340+0000 mon.smithi115 (mon.0) 370 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-23T01:35:01.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.977913+0000 mon.smithi115 (mon.0) 371 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:35:01.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.979316+0000 mon.smithi115 (mon.0) 372 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-23T01:35:01.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.337014+0000 mgr.smithi115.zzjgkn (mgr.34102) 321 : audit [DBG] from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:01.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.891598+0000 mon.smithi115 (mon.0) 359 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:35:01.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.892046+0000 mon.smithi115 (mon.0) 360 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.892393+0000 mon.smithi115 (mon.0) 361 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.892695+0000 mon.smithi115 (mon.0) 362 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.893016+0000 mon.smithi115 (mon.0) 363 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.894930+0000 mon.smithi115 (mon.0) 364 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:35:01.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.895256+0000 mon.smithi115 (mon.0) 365 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.895560+0000 mon.smithi115 (mon.0) 366 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.895856+0000 mon.smithi115 (mon.0) 367 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.896194+0000 mon.smithi115 (mon.0) 368 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:01.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.976279+0000 mon.smithi115 (mon.0) 369 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:35:01.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.977340+0000 mon.smithi115 (mon.0) 370 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-23T01:35:01.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.977913+0000 mon.smithi115 (mon.0) 371 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:35:01.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.979316+0000 mon.smithi115 (mon.0) 372 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-23T01:35:01.552 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:35:01.552 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:35:01.552 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:35:01.552 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:35:01.552 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:35:01.553 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:35:01.553 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:35:01.553 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:35:01.553 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "4/23 daemons upgraded", 2024-02-23T01:35:01.553 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mon daemons", 2024-02-23T01:35:01.553 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:35:01.553 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:35:02.331 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.619210+0000 mgr.smithi115.zzjgkn (mgr.34102) 322 : audit [DBG] from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:02.332 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:00.889767+0000 mgr.smithi115.zzjgkn (mgr.34102) 323 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:02.332 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:00.938839+0000 mgr.smithi115.zzjgkn (mgr.34102) 324 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:02.332 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:35:00.977073+0000 mgr.smithi115.zzjgkn (mgr.34102) 325 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-02-23T01:35:02.332 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:35:00.978933+0000 mgr.smithi115.zzjgkn (mgr.34102) 326 : cephadm [INF] Reconfiguring daemon osd.3 on smithi115 2024-02-23T01:35:02.332 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:01.262070+0000 mon.smithi115 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.115:0/575499042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:35:02.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.619210+0000 mgr.smithi115.zzjgkn (mgr.34102) 322 : audit [DBG] from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:02.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:00.889767+0000 mgr.smithi115.zzjgkn (mgr.34102) 323 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:02.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:00.938839+0000 mgr.smithi115.zzjgkn (mgr.34102) 324 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:02.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:35:00.977073+0000 mgr.smithi115.zzjgkn (mgr.34102) 325 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-02-23T01:35:02.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:35:00.978933+0000 mgr.smithi115.zzjgkn (mgr.34102) 326 : cephadm [INF] Reconfiguring daemon osd.3 on smithi115 2024-02-23T01:35:02.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:01.262070+0000 mon.smithi115 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.115:0/575499042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:35:03.743 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:01.551244+0000 mgr.smithi115.zzjgkn (mgr.34102) 327 : audit [DBG] from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:03.743 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:02.383141+0000 mon.smithi115 (mon.0) 374 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:35:03.743 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:35:02.383956+0000 mgr.smithi115.zzjgkn (mgr.34102) 328 : cephadm [INF] Reconfiguring mds.foofs.smithi115.sbksrt (monmap changed)... 2024-02-23T01:35:03.743 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:02.384240+0000 mon.smithi115 (mon.0) 375 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi115.sbksrt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-23T01:35:03.743 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:02.384894+0000 mon.smithi115 (mon.0) 376 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:35:03.743 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:35:02.385354+0000 mgr.smithi115.zzjgkn (mgr.34102) 329 : cephadm [INF] Reconfiguring daemon mds.foofs.smithi115.sbksrt on smithi115 2024-02-23T01:35:03.744 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:02.385662+0000 mon.smithi115 (mon.0) 377 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "container_image"}]: dispatch 2024-02-23T01:35:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:01.551244+0000 mgr.smithi115.zzjgkn (mgr.34102) 327 : audit [DBG] from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:03.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:02.383141+0000 mon.smithi115 (mon.0) 374 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:35:03.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:35:02.383956+0000 mgr.smithi115.zzjgkn (mgr.34102) 328 : cephadm [INF] Reconfiguring mds.foofs.smithi115.sbksrt (monmap changed)... 2024-02-23T01:35:03.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:02.384240+0000 mon.smithi115 (mon.0) 375 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi115.sbksrt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-23T01:35:03.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:02.384894+0000 mon.smithi115 (mon.0) 376 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:35:03.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:35:02.385354+0000 mgr.smithi115.zzjgkn (mgr.34102) 329 : cephadm [INF] Reconfiguring daemon mds.foofs.smithi115.sbksrt on smithi115 2024-02-23T01:35:03.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:02.385662+0000 mon.smithi115 (mon.0) 377 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "container_image"}]: dispatch 2024-02-23T01:35:04.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:02.939136+0000 mgr.smithi115.zzjgkn (mgr.34102) 330 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:03.782463+0000 mon.smithi115 (mon.0) 378 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:35:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:03.783350+0000 mon.smithi115 (mon.0) 379 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T01:35:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:03.783891+0000 mon.smithi115 (mon.0) 380 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T01:35:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:03.784380+0000 mon.smithi115 (mon.0) 381 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:35:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:03.785170+0000 mon.smithi115 (mon.0) 382 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "container_image"}]: dispatch 2024-02-23T01:35:04.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:02.939136+0000 mgr.smithi115.zzjgkn (mgr.34102) 330 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:04.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:03.782463+0000 mon.smithi115 (mon.0) 378 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:35:04.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:03.783350+0000 mon.smithi115 (mon.0) 379 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T01:35:04.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:03.783891+0000 mon.smithi115 (mon.0) 380 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T01:35:04.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:03.784380+0000 mon.smithi115 (mon.0) 381 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:35:04.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:03.785170+0000 mon.smithi115 (mon.0) 382 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "container_image"}]: dispatch 2024-02-23T01:35:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:35:03.783158+0000 mgr.smithi115.zzjgkn (mgr.34102) 331 : cephadm [INF] Reconfiguring mon.smithi131 (monmap changed)... 2024-02-23T01:35:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:35:03.784869+0000 mgr.smithi115.zzjgkn (mgr.34102) 332 : cephadm [INF] Reconfiguring daemon mon.smithi131 on smithi131 2024-02-23T01:35:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:05.146679+0000 mon.smithi115 (mon.0) 383 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:35:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:05.147974+0000 mon.smithi115 (mon.0) 384 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T01:35:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:05.148899+0000 mon.smithi115 (mon.0) 385 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:35:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:05.149921+0000 mon.smithi115 (mon.0) 386 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "client.crash.smithi131","key": "container_image"}]: dispatch 2024-02-23T01:35:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:35:03.783158+0000 mgr.smithi115.zzjgkn (mgr.34102) 331 : cephadm [INF] Reconfiguring mon.smithi131 (monmap changed)... 2024-02-23T01:35:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:35:03.784869+0000 mgr.smithi115.zzjgkn (mgr.34102) 332 : cephadm [INF] Reconfiguring daemon mon.smithi131 on smithi131 2024-02-23T01:35:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:05.146679+0000 mon.smithi115 (mon.0) 383 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:35:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:05.147974+0000 mon.smithi115 (mon.0) 384 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T01:35:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:05.148899+0000 mon.smithi115 (mon.0) 385 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:35:05.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:05.149921+0000 mon.smithi115 (mon.0) 386 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "client.crash.smithi131","key": "container_image"}]: dispatch 2024-02-23T01:35:06.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:04.940048+0000 mgr.smithi115.zzjgkn (mgr.34102) 333 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:06.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:35:05.147607+0000 mgr.smithi115.zzjgkn (mgr.34102) 334 : cephadm [INF] Reconfiguring crash.smithi131 (monmap changed)... 2024-02-23T01:35:06.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:35:05.149494+0000 mgr.smithi115.zzjgkn (mgr.34102) 335 : cephadm [INF] Reconfiguring daemon crash.smithi131 on smithi131 2024-02-23T01:35:06.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:04.940048+0000 mgr.smithi115.zzjgkn (mgr.34102) 333 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:06.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:35:05.147607+0000 mgr.smithi115.zzjgkn (mgr.34102) 334 : cephadm [INF] Reconfiguring crash.smithi131 (monmap changed)... 2024-02-23T01:35:06.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:35:05.149494+0000 mgr.smithi115.zzjgkn (mgr.34102) 335 : cephadm [INF] Reconfiguring daemon crash.smithi131 on smithi131 2024-02-23T01:35:07.992 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:06.703222+0000 mon.smithi115 (mon.0) 387 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:35:07.993 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:35:06.704196+0000 mgr.smithi115.zzjgkn (mgr.34102) 336 : cephadm [INF] Reconfiguring mgr.smithi131.erzmvo (monmap changed)... 2024-02-23T01:35:07.993 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:06.704530+0000 mon.smithi115 (mon.0) 388 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi131.erzmvo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T01:35:07.993 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:06.705421+0000 mon.smithi115 (mon.0) 389 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T01:35:07.993 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:06.706110+0000 mon.smithi115 (mon.0) 390 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:35:07.993 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:35:06.706721+0000 mgr.smithi115.zzjgkn (mgr.34102) 337 : cephadm [INF] Reconfiguring daemon mgr.smithi131.erzmvo on smithi131 2024-02-23T01:35:07.993 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:06.707157+0000 mon.smithi115 (mon.0) 391 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mgr.smithi131.erzmvo","key": "container_image"}]: dispatch 2024-02-23T01:35:07.993 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:06.940498+0000 mgr.smithi115.zzjgkn (mgr.34102) 338 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:08.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:06.703222+0000 mon.smithi115 (mon.0) 387 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:35:08.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:35:06.704196+0000 mgr.smithi115.zzjgkn (mgr.34102) 336 : cephadm [INF] Reconfiguring mgr.smithi131.erzmvo (monmap changed)... 2024-02-23T01:35:08.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:06.704530+0000 mon.smithi115 (mon.0) 388 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi131.erzmvo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T01:35:08.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:06.705421+0000 mon.smithi115 (mon.0) 389 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T01:35:08.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:06.706110+0000 mon.smithi115 (mon.0) 390 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:35:08.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:35:06.706721+0000 mgr.smithi115.zzjgkn (mgr.34102) 337 : cephadm [INF] Reconfiguring daemon mgr.smithi131.erzmvo on smithi131 2024-02-23T01:35:08.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:06.707157+0000 mon.smithi115 (mon.0) 391 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mgr.smithi131.erzmvo","key": "container_image"}]: dispatch 2024-02-23T01:35:08.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:06.940498+0000 mgr.smithi115.zzjgkn (mgr.34102) 338 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:09.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:08.052500+0000 mon.smithi115 (mon.0) 392 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:35:09.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:35:08.053330+0000 mgr.smithi115.zzjgkn (mgr.34102) 339 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T01:35:09.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:35:08.053478+0000 mgr.smithi115.zzjgkn (mgr.34102) 340 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T01:35:09.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:08.052500+0000 mon.smithi115 (mon.0) 392 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:35:09.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:35:08.053330+0000 mgr.smithi115.zzjgkn (mgr.34102) 339 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T01:35:09.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:35:08.053478+0000 mgr.smithi115.zzjgkn (mgr.34102) 340 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T01:35:10.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:08.940916+0000 mgr.smithi115.zzjgkn (mgr.34102) 341 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:10.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:09.749036+0000 mon.smithi115 (mon.0) 393 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T01:35:10.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:09.749248+0000 mon.smithi115 (mon.0) 394 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-02-23T01:35:10.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:09.749471+0000 mon.smithi115 (mon.0) 395 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T01:35:10.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:09.749668+0000 mon.smithi115 (mon.0) 396 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T01:35:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:08.940916+0000 mgr.smithi115.zzjgkn (mgr.34102) 341 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:09.749036+0000 mon.smithi115 (mon.0) 393 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T01:35:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:09.749248+0000 mon.smithi115 (mon.0) 394 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-02-23T01:35:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:09.749471+0000 mon.smithi115 (mon.0) 395 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T01:35:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:09.749668+0000 mon.smithi115 (mon.0) 396 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T01:35:12.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:10.941589+0000 mgr.smithi115.zzjgkn (mgr.34102) 342 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:12.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:10.941589+0000 mgr.smithi115.zzjgkn (mgr.34102) 342 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:14.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:12.942149+0000 mgr.smithi115.zzjgkn (mgr.34102) 343 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:14.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:12.942149+0000 mgr.smithi115.zzjgkn (mgr.34102) 343 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:16.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:14.942845+0000 mgr.smithi115.zzjgkn (mgr.34102) 344 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:16.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:14.942845+0000 mgr.smithi115.zzjgkn (mgr.34102) 344 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:18.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:16.943265+0000 mgr.smithi115.zzjgkn (mgr.34102) 345 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:18.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:16.943265+0000 mgr.smithi115.zzjgkn (mgr.34102) 345 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:18.943741+0000 mgr.smithi115.zzjgkn (mgr.34102) 346 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:20.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:18.943741+0000 mgr.smithi115.zzjgkn (mgr.34102) 346 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:22.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:20.944645+0000 mgr.smithi115.zzjgkn (mgr.34102) 347 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:22.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:20.944645+0000 mgr.smithi115.zzjgkn (mgr.34102) 347 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:24.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:22.945097+0000 mgr.smithi115.zzjgkn (mgr.34102) 348 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:24.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:22.945097+0000 mgr.smithi115.zzjgkn (mgr.34102) 348 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:26.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:24.945778+0000 mgr.smithi115.zzjgkn (mgr.34102) 349 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:26.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:24.945778+0000 mgr.smithi115.zzjgkn (mgr.34102) 349 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:28.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:26.946232+0000 mgr.smithi115.zzjgkn (mgr.34102) 350 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:28.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:26.946232+0000 mgr.smithi115.zzjgkn (mgr.34102) 350 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:30.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:28.946677+0000 mgr.smithi115.zzjgkn (mgr.34102) 351 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:30.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:28.946677+0000 mgr.smithi115.zzjgkn (mgr.34102) 351 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:31.852 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:35:32.393 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:35:32.393 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (24m) 3m ago 30m 24.6M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:35:32.393 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (94m) 8m ago 94m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:35:32.393 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (94m) 3m ago 94m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:35:32.393 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (27m) 3m ago 94m 37.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:35:32.393 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (80m) 8m ago 80m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:35:32.393 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (80m) 3m ago 80m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:35:32.393 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (24m) 8m ago 100m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:35:32.393 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (13m) 3m ago 94m 387M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (8m) 8m ago 101m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (3m) 3m ago 99m 27.8M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (29m) 8m ago 29m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (29m) 3m ago 29m 85.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 8m ago 71m - - 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 69m - - 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (94m) 8m ago 94m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (94m) 8m ago 94m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (92m) 8m ago 92m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (91m) 8m ago 91m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (90m) 3m ago 90m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (89m) 3m ago 89m 344M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (89m) 3m ago 89m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (89m) 3m ago 89m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:35:32.394 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (30m) 3m ago 29m 64.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:35:32.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:30.947408+0000 mgr.smithi115.zzjgkn (mgr.34102) 352 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:32.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:30.947408+0000 mgr.smithi115.zzjgkn (mgr.34102) 352 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:32.722 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:35:32.722 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:35:32.722 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:35:32.723 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:35:32.724 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:35:32.996 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:35:32.996 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:35:32.996 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:35:32.996 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:35:32.997 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:35:32.997 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:35:32.997 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:35:32.997 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:35:32.997 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "4/23 daemons upgraded", 2024-02-23T01:35:32.997 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mon daemons", 2024-02-23T01:35:32.997 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:35:32.997 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:35:33.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:31.838477+0000 mgr.smithi115.zzjgkn (mgr.34102) 353 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:33.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.114125+0000 mgr.smithi115.zzjgkn (mgr.34102) 354 : audit [DBG] from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:33.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.380375+0000 mgr.smithi115.zzjgkn (mgr.34102) 355 : audit [DBG] from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:33.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.382256+0000 mon.smithi115 (mon.0) 397 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:35:33.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.382568+0000 mon.smithi115 (mon.0) 398 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.382857+0000 mon.smithi115 (mon.0) 399 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.435 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.383092+0000 mon.smithi115 (mon.0) 400 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.435 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.383327+0000 mon.smithi115 (mon.0) 401 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.435 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.385150+0000 mon.smithi115 (mon.0) 402 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:35:33.435 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.385400+0000 mon.smithi115 (mon.0) 403 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.435 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.385646+0000 mon.smithi115 (mon.0) 404 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.436 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.385880+0000 mon.smithi115 (mon.0) 405 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.436 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.386136+0000 mon.smithi115 (mon.0) 406 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.436 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.721397+0000 mon.smithi115 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.115:0/3769765871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:35:33.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:31.838477+0000 mgr.smithi115.zzjgkn (mgr.34102) 353 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:33.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.114125+0000 mgr.smithi115.zzjgkn (mgr.34102) 354 : audit [DBG] from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:33.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.380375+0000 mgr.smithi115.zzjgkn (mgr.34102) 355 : audit [DBG] from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:33.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.382256+0000 mon.smithi115 (mon.0) 397 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:35:33.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.382568+0000 mon.smithi115 (mon.0) 398 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.382857+0000 mon.smithi115 (mon.0) 399 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.383092+0000 mon.smithi115 (mon.0) 400 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.383327+0000 mon.smithi115 (mon.0) 401 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.385150+0000 mon.smithi115 (mon.0) 402 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:35:33.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.385400+0000 mon.smithi115 (mon.0) 403 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.385646+0000 mon.smithi115 (mon.0) 404 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.385880+0000 mon.smithi115 (mon.0) 405 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.386136+0000 mon.smithi115 (mon.0) 406 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:35:33.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.721397+0000 mon.smithi115 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.115:0/3769765871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:35:34.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:32.947765+0000 mgr.smithi115.zzjgkn (mgr.34102) 356 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:34.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:35:32.995053+0000 mgr.smithi115.zzjgkn (mgr.34102) 357 : audit [DBG] from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:34.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:32.947765+0000 mgr.smithi115.zzjgkn (mgr.34102) 356 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:34.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:35:32.995053+0000 mgr.smithi115.zzjgkn (mgr.34102) 357 : audit [DBG] from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:35:36.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:34.948587+0000 mgr.smithi115.zzjgkn (mgr.34102) 358 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:36.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:34.948587+0000 mgr.smithi115.zzjgkn (mgr.34102) 358 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:38.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:36.949003+0000 mgr.smithi115.zzjgkn (mgr.34102) 359 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:38.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:36.949003+0000 mgr.smithi115.zzjgkn (mgr.34102) 359 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:40.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:38.949593+0000 mgr.smithi115.zzjgkn (mgr.34102) 360 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:40.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:38.949593+0000 mgr.smithi115.zzjgkn (mgr.34102) 360 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:40.950271+0000 mgr.smithi115.zzjgkn (mgr.34102) 361 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:42.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:40.950271+0000 mgr.smithi115.zzjgkn (mgr.34102) 361 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:44.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:42.950669+0000 mgr.smithi115.zzjgkn (mgr.34102) 362 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:44.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:42.950669+0000 mgr.smithi115.zzjgkn (mgr.34102) 362 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:46.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:44.951417+0000 mgr.smithi115.zzjgkn (mgr.34102) 363 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:46.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:44.951417+0000 mgr.smithi115.zzjgkn (mgr.34102) 363 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:48.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:46.951965+0000 mgr.smithi115.zzjgkn (mgr.34102) 364 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:48.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:46.951965+0000 mgr.smithi115.zzjgkn (mgr.34102) 364 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:48.952425+0000 mgr.smithi115.zzjgkn (mgr.34102) 365 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:50.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:48.952425+0000 mgr.smithi115.zzjgkn (mgr.34102) 365 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:50.953110+0000 mgr.smithi115.zzjgkn (mgr.34102) 366 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:52.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:50.953110+0000 mgr.smithi115.zzjgkn (mgr.34102) 366 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:52.953506+0000 mgr.smithi115.zzjgkn (mgr.34102) 367 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:52.953506+0000 mgr.smithi115.zzjgkn (mgr.34102) 367 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:56.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:54.954339+0000 mgr.smithi115.zzjgkn (mgr.34102) 368 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:56.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:54.954339+0000 mgr.smithi115.zzjgkn (mgr.34102) 368 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:58.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:35:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:56.954854+0000 mgr.smithi115.zzjgkn (mgr.34102) 369 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:35:58.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:35:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:56.954854+0000 mgr.smithi115.zzjgkn (mgr.34102) 369 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:00.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:35:58.955272+0000 mgr.smithi115.zzjgkn (mgr.34102) 370 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:00.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:35:58.955272+0000 mgr.smithi115.zzjgkn (mgr.34102) 370 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:02.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:00.956155+0000 mgr.smithi115.zzjgkn (mgr.34102) 371 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:02.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:00.956155+0000 mgr.smithi115.zzjgkn (mgr.34102) 371 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:03.295 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:36:03.839 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:36:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (25m) 3m ago 30m 24.6M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:36:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (95m) 8m ago 95m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:36:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (95m) 3m ago 95m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:36:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (27m) 3m ago 94m 37.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:36:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (80m) 8m ago 80m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:36:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (80m) 3m ago 80m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:36:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (24m) 8m ago 101m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:36:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (14m) 3m ago 94m 387M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:36:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (9m) 8m ago 101m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:36:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (3m) 3m ago 99m 27.8M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:36:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (30m) 8m ago 30m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:36:03.840 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (30m) 3m ago 30m 85.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:36:03.841 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 8m ago 72m - - 2024-02-23T01:36:03.841 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 70m - - 2024-02-23T01:36:03.841 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (95m) 8m ago 95m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:36:03.841 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (94m) 8m ago 94m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:36:03.841 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (92m) 8m ago 92m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:36:03.841 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (92m) 8m ago 92m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:36:03.841 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (90m) 3m ago 90m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:36:03.841 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (90m) 3m ago 90m 344M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:36:03.841 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (90m) 3m ago 90m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:36:03.841 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (89m) 3m ago 89m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:36:03.841 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (30m) 3m ago 30m 64.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:36:04.163 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:36:04.164 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:36:04.164 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:36:04.164 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:36:04.164 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:36:04.164 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:36:04.164 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:36:04.164 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:36:04.164 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:36:04.164 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:36:04.164 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:36:04.164 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:36:04.164 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:36:04.164 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:36:04.165 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:36:04.165 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:36:04.165 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:36:04.165 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:36:04.437 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:36:04.437 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:36:04.437 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:36:04.438 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:36:04.438 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:36:04.438 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:36:04.438 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:36:04.438 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:36:04.438 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "4/23 daemons upgraded", 2024-02-23T01:36:04.438 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mon daemons", 2024-02-23T01:36:04.438 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:36:04.438 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:36:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:02.956722+0000 mgr.smithi115.zzjgkn (mgr.34102) 372 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:03.282261+0000 mgr.smithi115.zzjgkn (mgr.34102) 373 : audit [DBG] from='client.34448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:03.828468+0000 mon.smithi115 (mon.0) 408 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:36:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:03.828834+0000 mon.smithi115 (mon.0) 409 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:03.829165+0000 mon.smithi115 (mon.0) 410 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:03.829466+0000 mon.smithi115 (mon.0) 411 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:03.829742+0000 mon.smithi115 (mon.0) 412 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:03.831650+0000 mon.smithi115 (mon.0) 413 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:36:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:03.831974+0000 mon.smithi115 (mon.0) 414 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:03.832276+0000 mon.smithi115 (mon.0) 415 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:03.832537+0000 mon.smithi115 (mon.0) 416 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:03.832796+0000 mon.smithi115 (mon.0) 417 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:02.956722+0000 mgr.smithi115.zzjgkn (mgr.34102) 372 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:04.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:03.282261+0000 mgr.smithi115.zzjgkn (mgr.34102) 373 : audit [DBG] from='client.34448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:04.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:03.828468+0000 mon.smithi115 (mon.0) 408 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:36:04.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:03.828834+0000 mon.smithi115 (mon.0) 409 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:03.829165+0000 mon.smithi115 (mon.0) 410 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:03.829466+0000 mon.smithi115 (mon.0) 411 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:03.829742+0000 mon.smithi115 (mon.0) 412 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:03.831650+0000 mon.smithi115 (mon.0) 413 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:36:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:03.831974+0000 mon.smithi115 (mon.0) 414 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:03.832276+0000 mon.smithi115 (mon.0) 415 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:03.832537+0000 mon.smithi115 (mon.0) 416 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:03.832796+0000 mon.smithi115 (mon.0) 417 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:05.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:03.558714+0000 mgr.smithi115.zzjgkn (mgr.34102) 374 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:05.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:03.826711+0000 mgr.smithi115.zzjgkn (mgr.34102) 375 : audit [DBG] from='client.34456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:05.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:04.162412+0000 mon.smithi115 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.115:0/1105060491' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:36:05.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:04.436228+0000 mgr.smithi115.zzjgkn (mgr.34102) 376 : audit [DBG] from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:03.558714+0000 mgr.smithi115.zzjgkn (mgr.34102) 374 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:03.826711+0000 mgr.smithi115.zzjgkn (mgr.34102) 375 : audit [DBG] from='client.34456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:04.162412+0000 mon.smithi115 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.115:0/1105060491' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:36:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:04.436228+0000 mgr.smithi115.zzjgkn (mgr.34102) 376 : audit [DBG] from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:06.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:04.957563+0000 mgr.smithi115.zzjgkn (mgr.34102) 377 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:06.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:04.957563+0000 mgr.smithi115.zzjgkn (mgr.34102) 377 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:08.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:06.958084+0000 mgr.smithi115.zzjgkn (mgr.34102) 378 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:08.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:06.958084+0000 mgr.smithi115.zzjgkn (mgr.34102) 378 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:08.958521+0000 mgr.smithi115.zzjgkn (mgr.34102) 379 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:09.752780+0000 mon.smithi115 (mon.0) 419 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-02-23T01:36:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:09.753018+0000 mon.smithi115 (mon.0) 420 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:36:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:09.753310+0000 mon.smithi115 (mon.0) 421 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T01:36:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:09.753560+0000 mon.smithi115 (mon.0) 422 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-02-23T01:36:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:08.958521+0000 mgr.smithi115.zzjgkn (mgr.34102) 379 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:09.752780+0000 mon.smithi115 (mon.0) 419 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-02-23T01:36:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:09.753018+0000 mon.smithi115 (mon.0) 420 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:36:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:09.753310+0000 mon.smithi115 (mon.0) 421 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T01:36:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:09.753560+0000 mon.smithi115 (mon.0) 422 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 5]}]: dispatch 2024-02-23T01:36:12.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:10.959229+0000 mgr.smithi115.zzjgkn (mgr.34102) 380 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:12.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:10.959229+0000 mgr.smithi115.zzjgkn (mgr.34102) 380 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:14.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:12.959702+0000 mgr.smithi115.zzjgkn (mgr.34102) 381 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:14.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:12.959702+0000 mgr.smithi115.zzjgkn (mgr.34102) 381 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:14.960328+0000 mgr.smithi115.zzjgkn (mgr.34102) 382 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:16.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:14.960328+0000 mgr.smithi115.zzjgkn (mgr.34102) 382 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:18.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:16.960725+0000 mgr.smithi115.zzjgkn (mgr.34102) 383 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:18.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:16.960725+0000 mgr.smithi115.zzjgkn (mgr.34102) 383 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:18.961306+0000 mgr.smithi115.zzjgkn (mgr.34102) 384 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:20.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:18.961306+0000 mgr.smithi115.zzjgkn (mgr.34102) 384 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:22.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:20.961993+0000 mgr.smithi115.zzjgkn (mgr.34102) 385 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:22.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:20.961993+0000 mgr.smithi115.zzjgkn (mgr.34102) 385 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:24.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:22.962445+0000 mgr.smithi115.zzjgkn (mgr.34102) 386 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:24.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:22.962445+0000 mgr.smithi115.zzjgkn (mgr.34102) 386 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:26.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:24.963215+0000 mgr.smithi115.zzjgkn (mgr.34102) 387 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:26.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:24.963215+0000 mgr.smithi115.zzjgkn (mgr.34102) 387 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:28.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:26.963691+0000 mgr.smithi115.zzjgkn (mgr.34102) 388 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:28.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:26.963691+0000 mgr.smithi115.zzjgkn (mgr.34102) 388 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:28.964204+0000 mgr.smithi115.zzjgkn (mgr.34102) 389 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:30.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:28.964204+0000 mgr.smithi115.zzjgkn (mgr.34102) 389 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:32.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:30.964980+0000 mgr.smithi115.zzjgkn (mgr.34102) 390 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:32.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:30.964980+0000 mgr.smithi115.zzjgkn (mgr.34102) 390 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:34.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:32.965521+0000 mgr.smithi115.zzjgkn (mgr.34102) 391 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:34.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:32.965521+0000 mgr.smithi115.zzjgkn (mgr.34102) 391 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:34.733 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:36:35.282 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:36:35.282 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (25m) 4m ago 31m 24.6M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:36:35.282 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (95m) 9m ago 95m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:36:35.282 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (95m) 4m ago 95m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:36:35.282 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (28m) 4m ago 95m 37.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:36:35.282 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (81m) 9m ago 81m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:36:35.282 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (81m) 4m ago 81m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:36:35.282 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (25m) 9m ago 101m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:36:35.282 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (14m) 4m ago 95m 387M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (9m) 9m ago 102m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (4m) 4m ago 100m 27.8M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (31m) 9m ago 30m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (30m) 4m ago 30m 85.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 9m ago 72m - - 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 70m - - 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (95m) 9m ago 95m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (95m) 9m ago 95m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (93m) 9m ago 93m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (92m) 9m ago 92m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (91m) 4m ago 91m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (90m) 4m ago 90m 344M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (90m) 4m ago 90m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (90m) 4m ago 90m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:36:35.283 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (31m) 4m ago 31m 64.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:36:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:36:35.605 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:36:35.605 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:36:35.605 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:36:35.605 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:36:35.605 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:36:35.605 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:36:35.605 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:36:35.606 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:36:35.606 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:36:35.606 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:36:35.606 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:36:35.606 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:36:35.606 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:36:35.606 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:36:35.606 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:36:35.606 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:36:35.606 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:36:35.883 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:36:35.883 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:36:35.883 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:36:35.883 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:36:35.883 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:36:35.883 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:36:35.883 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:36:35.883 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:36:35.883 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "4/23 daemons upgraded", 2024-02-23T01:36:35.884 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mon daemons", 2024-02-23T01:36:35.884 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:36:35.884 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:36:36.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:34.721152+0000 mgr.smithi115.zzjgkn (mgr.34102) 392 : audit [DBG] from='client.34468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:36.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:34.966139+0000 mgr.smithi115.zzjgkn (mgr.34102) 393 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:36.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:34.998962+0000 mgr.smithi115.zzjgkn (mgr.34102) 394 : audit [DBG] from='client.34472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:36.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:35.269070+0000 mgr.smithi115.zzjgkn (mgr.34102) 395 : audit [DBG] from='client.34476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:36.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:35.270799+0000 mon.smithi115 (mon.0) 423 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:36:36.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:35.271180+0000 mon.smithi115 (mon.0) 424 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:35.271502+0000 mon.smithi115 (mon.0) 425 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:35.271816+0000 mon.smithi115 (mon.0) 426 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:35.272089+0000 mon.smithi115 (mon.0) 427 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:35.274108+0000 mon.smithi115 (mon.0) 428 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:36:36.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:35.274394+0000 mon.smithi115 (mon.0) 429 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:35.274677+0000 mon.smithi115 (mon.0) 430 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:35.274939+0000 mon.smithi115 (mon.0) 431 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:35.275201+0000 mon.smithi115 (mon.0) 432 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:35.604094+0000 mon.smithi115 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.115:0/538871779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:36:36.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:34.721152+0000 mgr.smithi115.zzjgkn (mgr.34102) 392 : audit [DBG] from='client.34468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:36.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:34.966139+0000 mgr.smithi115.zzjgkn (mgr.34102) 393 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:34.998962+0000 mgr.smithi115.zzjgkn (mgr.34102) 394 : audit [DBG] from='client.34472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:35.269070+0000 mgr.smithi115.zzjgkn (mgr.34102) 395 : audit [DBG] from='client.34476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:35.270799+0000 mon.smithi115 (mon.0) 423 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:36:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:35.271180+0000 mon.smithi115 (mon.0) 424 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:35.271502+0000 mon.smithi115 (mon.0) 425 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:35.271816+0000 mon.smithi115 (mon.0) 426 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:35.272089+0000 mon.smithi115 (mon.0) 427 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:35.274108+0000 mon.smithi115 (mon.0) 428 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:36:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:35.274394+0000 mon.smithi115 (mon.0) 429 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:35.274677+0000 mon.smithi115 (mon.0) 430 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:35.274939+0000 mon.smithi115 (mon.0) 431 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:35.275201+0000 mon.smithi115 (mon.0) 432 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:36:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:35.604094+0000 mon.smithi115 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.115:0/538871779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:36:37.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:36:35.881793+0000 mgr.smithi115.zzjgkn (mgr.34102) 396 : audit [DBG] from='client.34484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:37.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:36:35.881793+0000 mgr.smithi115.zzjgkn (mgr.34102) 396 : audit [DBG] from='client.34484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:36:38.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:36.966610+0000 mgr.smithi115.zzjgkn (mgr.34102) 397 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:38.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:36.966610+0000 mgr.smithi115.zzjgkn (mgr.34102) 397 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:40.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:38.967031+0000 mgr.smithi115.zzjgkn (mgr.34102) 398 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:40.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:38.967031+0000 mgr.smithi115.zzjgkn (mgr.34102) 398 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:40.967759+0000 mgr.smithi115.zzjgkn (mgr.34102) 399 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:42.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:40.967759+0000 mgr.smithi115.zzjgkn (mgr.34102) 399 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:44.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:42.968198+0000 mgr.smithi115.zzjgkn (mgr.34102) 400 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:44.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:42.968198+0000 mgr.smithi115.zzjgkn (mgr.34102) 400 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:46.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:44.968813+0000 mgr.smithi115.zzjgkn (mgr.34102) 401 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:46.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:44.968813+0000 mgr.smithi115.zzjgkn (mgr.34102) 401 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:48.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:46.969371+0000 mgr.smithi115.zzjgkn (mgr.34102) 402 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:48.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:46.969371+0000 mgr.smithi115.zzjgkn (mgr.34102) 402 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:50.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:48.969965+0000 mgr.smithi115.zzjgkn (mgr.34102) 403 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:50.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:48.969965+0000 mgr.smithi115.zzjgkn (mgr.34102) 403 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:50.970896+0000 mgr.smithi115.zzjgkn (mgr.34102) 404 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:52.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:50.970896+0000 mgr.smithi115.zzjgkn (mgr.34102) 404 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:52.971466+0000 mgr.smithi115.zzjgkn (mgr.34102) 405 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:52.971466+0000 mgr.smithi115.zzjgkn (mgr.34102) 405 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:56.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:54.972158+0000 mgr.smithi115.zzjgkn (mgr.34102) 406 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:56.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:54.972158+0000 mgr.smithi115.zzjgkn (mgr.34102) 406 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:58.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:36:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:56.972600+0000 mgr.smithi115.zzjgkn (mgr.34102) 407 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:36:58.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:36:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:56.972600+0000 mgr.smithi115.zzjgkn (mgr.34102) 407 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:00.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:36:58.973066+0000 mgr.smithi115.zzjgkn (mgr.34102) 408 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:00.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:36:58.973066+0000 mgr.smithi115.zzjgkn (mgr.34102) 408 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:02.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:00.973877+0000 mgr.smithi115.zzjgkn (mgr.34102) 409 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:02.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:00.973877+0000 mgr.smithi115.zzjgkn (mgr.34102) 409 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:04.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:02.974477+0000 mgr.smithi115.zzjgkn (mgr.34102) 410 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:04.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:02.974477+0000 mgr.smithi115.zzjgkn (mgr.34102) 410 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:06.180 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:37:06.725 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:37:06.725 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (26m) 4m ago 31m 24.6M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:37:06.725 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (96m) 9m ago 96m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:37:06.725 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (96m) 4m ago 96m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:37:06.725 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (28m) 4m ago 95m 37.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:37:06.725 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (81m) 9m ago 81m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:37:06.725 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (81m) 4m ago 81m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:37:06.725 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (25m) 9m ago 102m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:37:06.725 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (15m) 4m ago 95m 387M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:37:06.725 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (10m) 9m ago 102m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:37:06.725 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (4m) 4m ago 100m 27.8M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:37:06.725 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (31m) 9m ago 31m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:37:06.725 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (31m) 4m ago 31m 85.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:37:06.726 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 9m ago 73m - - 2024-02-23T01:37:06.726 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 71m - - 2024-02-23T01:37:06.726 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (96m) 9m ago 96m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:37:06.726 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (95m) 9m ago 95m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:37:06.726 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (93m) 9m ago 93m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:37:06.726 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (93m) 9m ago 93m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:37:06.726 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (91m) 4m ago 91m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:37:06.726 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (91m) 4m ago 91m 344M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:37:06.726 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (91m) 4m ago 91m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:37:06.726 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (90m) 4m ago 90m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:37:06.726 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (31m) 4m ago 31m 64.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:37:06.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:04.975240+0000 mgr.smithi115.zzjgkn (mgr.34102) 411 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:06.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:04.975240+0000 mgr.smithi115.zzjgkn (mgr.34102) 411 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:07.050 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:37:07.050 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:37:07.050 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:37:07.050 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:37:07.050 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:37:07.051 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:37:07.051 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:37:07.051 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:37:07.051 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:37:07.051 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:37:07.051 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:37:07.051 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:37:07.051 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:37:07.051 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:37:07.051 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:37:07.051 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:37:07.051 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:37:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:37:07.327 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:37:07.327 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:37:07.327 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:37:07.327 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:37:07.327 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:37:07.327 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:37:07.327 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:37:07.327 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:37:07.327 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "4/23 daemons upgraded", 2024-02-23T01:37:07.327 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mon daemons", 2024-02-23T01:37:07.327 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:37:07.327 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:37:07.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:06.167951+0000 mgr.smithi115.zzjgkn (mgr.34102) 412 : audit [DBG] from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:06.442661+0000 mgr.smithi115.zzjgkn (mgr.34102) 413 : audit [DBG] from='client.34492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:06.713517+0000 mon.smithi115 (mon.0) 434 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:37:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:06.714018+0000 mon.smithi115 (mon.0) 435 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:06.714354+0000 mon.smithi115 (mon.0) 436 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:06.714649+0000 mon.smithi115 (mon.0) 437 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:06.714930+0000 mon.smithi115 (mon.0) 438 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:06.716812+0000 mon.smithi115 (mon.0) 439 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:37:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:06.717093+0000 mon.smithi115 (mon.0) 440 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:06.717378+0000 mon.smithi115 (mon.0) 441 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:06.717646+0000 mon.smithi115 (mon.0) 442 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:06.717935+0000 mon.smithi115 (mon.0) 443 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:07.049248+0000 mon.smithi115 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.115:0/84129033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:37:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:06.167951+0000 mgr.smithi115.zzjgkn (mgr.34102) 412 : audit [DBG] from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:06.442661+0000 mgr.smithi115.zzjgkn (mgr.34102) 413 : audit [DBG] from='client.34492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:06.713517+0000 mon.smithi115 (mon.0) 434 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:37:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:06.714018+0000 mon.smithi115 (mon.0) 435 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:06.714354+0000 mon.smithi115 (mon.0) 436 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:06.714649+0000 mon.smithi115 (mon.0) 437 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:06.714930+0000 mon.smithi115 (mon.0) 438 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:06.716812+0000 mon.smithi115 (mon.0) 439 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:37:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:06.717093+0000 mon.smithi115 (mon.0) 440 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:06.717378+0000 mon.smithi115 (mon.0) 441 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:06.717646+0000 mon.smithi115 (mon.0) 442 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:06.717935+0000 mon.smithi115 (mon.0) 443 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:07.049248+0000 mon.smithi115 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.115:0/84129033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:37:08.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:06.711686+0000 mgr.smithi115.zzjgkn (mgr.34102) 414 : audit [DBG] from='client.34496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:06.975590+0000 mgr.smithi115.zzjgkn (mgr.34102) 415 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:07.325623+0000 mgr.smithi115.zzjgkn (mgr.34102) 416 : audit [DBG] from='client.34504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:06.711686+0000 mgr.smithi115.zzjgkn (mgr.34102) 414 : audit [DBG] from='client.34496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:06.975590+0000 mgr.smithi115.zzjgkn (mgr.34102) 415 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:07.325623+0000 mgr.smithi115.zzjgkn (mgr.34102) 416 : audit [DBG] from='client.34504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:10.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:08.976062+0000 mgr.smithi115.zzjgkn (mgr.34102) 417 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:09.757034+0000 mon.smithi115 (mon.0) 445 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-02-23T01:37:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:09.757405+0000 mon.smithi115 (mon.0) 446 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:37:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:09.757691+0000 mon.smithi115 (mon.0) 447 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T01:37:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:09.757964+0000 mon.smithi115 (mon.0) 448 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T01:37:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:08.976062+0000 mgr.smithi115.zzjgkn (mgr.34102) 417 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:09.757034+0000 mon.smithi115 (mon.0) 445 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-02-23T01:37:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:09.757405+0000 mon.smithi115 (mon.0) 446 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:37:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:09.757691+0000 mon.smithi115 (mon.0) 447 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T01:37:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:09.757964+0000 mon.smithi115 (mon.0) 448 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T01:37:12.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:10.976998+0000 mgr.smithi115.zzjgkn (mgr.34102) 418 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:12.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:10.976998+0000 mgr.smithi115.zzjgkn (mgr.34102) 418 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:14.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:12.977411+0000 mgr.smithi115.zzjgkn (mgr.34102) 419 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:14.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:12.977411+0000 mgr.smithi115.zzjgkn (mgr.34102) 419 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:14.978194+0000 mgr.smithi115.zzjgkn (mgr.34102) 420 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:14.978194+0000 mgr.smithi115.zzjgkn (mgr.34102) 420 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:18.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:16.978633+0000 mgr.smithi115.zzjgkn (mgr.34102) 421 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:16.978633+0000 mgr.smithi115.zzjgkn (mgr.34102) 421 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:20.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:18.979005+0000 mgr.smithi115.zzjgkn (mgr.34102) 422 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:20.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:18.979005+0000 mgr.smithi115.zzjgkn (mgr.34102) 422 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:20.979810+0000 mgr.smithi115.zzjgkn (mgr.34102) 423 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:20.979810+0000 mgr.smithi115.zzjgkn (mgr.34102) 423 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:22.980184+0000 mgr.smithi115.zzjgkn (mgr.34102) 424 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:22.980184+0000 mgr.smithi115.zzjgkn (mgr.34102) 424 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:26.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:24.981055+0000 mgr.smithi115.zzjgkn (mgr.34102) 425 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:26.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:24.981055+0000 mgr.smithi115.zzjgkn (mgr.34102) 425 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:26.981603+0000 mgr.smithi115.zzjgkn (mgr.34102) 426 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:26.981603+0000 mgr.smithi115.zzjgkn (mgr.34102) 426 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:30.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:28.982127+0000 mgr.smithi115.zzjgkn (mgr.34102) 427 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:28.982127+0000 mgr.smithi115.zzjgkn (mgr.34102) 427 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:32.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:30.982936+0000 mgr.smithi115.zzjgkn (mgr.34102) 428 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:32.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:30.982936+0000 mgr.smithi115.zzjgkn (mgr.34102) 428 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:34.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:32.983342+0000 mgr.smithi115.zzjgkn (mgr.34102) 429 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:34.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:32.983342+0000 mgr.smithi115.zzjgkn (mgr.34102) 429 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:34.984018+0000 mgr.smithi115.zzjgkn (mgr.34102) 430 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:35.492975+0000 mon.smithi115 (mon.0) 449 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-23T01:37:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:35.493974+0000 mon.smithi115 (mon.0) 450 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:35.495755+0000 mon.smithi115 (mon.0) 451 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-23T01:37:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:34.984018+0000 mgr.smithi115.zzjgkn (mgr.34102) 430 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:35.492975+0000 mon.smithi115 (mon.0) 449 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-23T01:37:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:35.493974+0000 mon.smithi115 (mon.0) 450 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:35.495755+0000 mon.smithi115 (mon.0) 451 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-23T01:37:37.624 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:37:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:35.492288+0000 mgr.smithi115.zzjgkn (mgr.34102) 431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:37:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:37:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:37:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:37:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:37:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:37:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:37:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:37:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:37:37.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:37:37.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:35.492600+0000 mgr.smithi115.zzjgkn (mgr.34102) 432 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-02-23T01:37:37.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:35.495321+0000 mgr.smithi115.zzjgkn (mgr.34102) 433 : cephadm [INF] Reconfiguring daemon osd.4 on smithi131 2024-02-23T01:37:37.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:36.979010+0000 mon.smithi115 (mon.0) 452 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:37.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:36.980248+0000 mon.smithi115 (mon.0) 453 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-23T01:37:37.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:36.981474+0000 mon.smithi115 (mon.0) 454 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:37.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:36.983291+0000 mon.smithi115 (mon.0) 455 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-23T01:37:37.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:35.492288+0000 mgr.smithi115.zzjgkn (mgr.34102) 431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:37:37.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:37:37.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:37:37.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:37:37.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:37:37.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:37:37.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:37:37.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:37:37.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:37:37.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:37:37.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:37:37.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:37:37.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:37:37.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:37:37.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:37:37.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:37:37.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:37:37.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:37:37.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:37:37.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:37:37.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:37:37.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:37:37.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:37:37.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:37:37.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:37:37.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:37:37.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:35.492600+0000 mgr.smithi115.zzjgkn (mgr.34102) 432 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-02-23T01:37:37.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:35.495321+0000 mgr.smithi115.zzjgkn (mgr.34102) 433 : cephadm [INF] Reconfiguring daemon osd.4 on smithi131 2024-02-23T01:37:37.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:36.979010+0000 mon.smithi115 (mon.0) 452 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:37.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:36.980248+0000 mon.smithi115 (mon.0) 453 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-23T01:37:37.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:36.981474+0000 mon.smithi115 (mon.0) 454 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:37.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:36.983291+0000 mon.smithi115 (mon.0) 455 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-23T01:37:38.173 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:37:38.173 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (26m) 5m ago 32m 24.6M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:37:38.173 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (96m) 10m ago 96m 6345k - 15.2.13 2cf504fded39 add62a943566 2024-02-23T01:37:38.173 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (96m) 5m ago 96m 6345k - 15.2.13 2cf504fded39 ee4f9d40f27d 2024-02-23T01:37:38.173 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (29m) 5m ago 96m 37.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (82m) 10m ago 82m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (82m) 5m ago 82m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (26m) 10m ago 102m 413M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (15m) 5m ago 96m 387M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (10m) 10m ago 103m 45.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (5m) 5m ago 101m 27.8M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (32m) 10m ago 32m 90.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (31m) 5m ago 31m 85.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 10m ago 73m - - 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 71m - - 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (96m) 10m ago 96m 357M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (96m) 10m ago 96m 413M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (94m) 10m ago 94m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (93m) 10m ago 93m 277M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:37:38.174 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (92m) 5m ago 92m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:37:38.175 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (91m) 5m ago 91m 344M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:37:38.175 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (91m) 5m ago 91m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:37:38.175 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (91m) 5m ago 91m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:37:38.175 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (32m) 5m ago 32m 64.9M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:37:38.368 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:36.979927+0000 mgr.smithi115.zzjgkn (mgr.34102) 434 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-02-23T01:37:38.384 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:36.982808+0000 mgr.smithi115.zzjgkn (mgr.34102) 435 : cephadm [INF] Reconfiguring daemon osd.5 on smithi131 2024-02-23T01:37:38.384 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:36.984657+0000 mgr.smithi115.zzjgkn (mgr.34102) 436 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:38.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.162392+0000 mon.smithi115 (mon.0) 456 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:37:38.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.162817+0000 mon.smithi115 (mon.0) 457 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.163192+0000 mon.smithi115 (mon.0) 458 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.163454+0000 mon.smithi115 (mon.0) 459 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.163716+0000 mon.smithi115 (mon.0) 460 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.165608+0000 mon.smithi115 (mon.0) 461 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:37:38.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.165890+0000 mon.smithi115 (mon.0) 462 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.166149+0000 mon.smithi115 (mon.0) 463 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.166401+0000 mon.smithi115 (mon.0) 464 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.166671+0000 mon.smithi115 (mon.0) 465 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.501 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:37:38.501 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:37:38.501 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:37:38.501 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:37:38.501 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:37:38.501 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:37:38.501 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:37:38.501 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:37:38.502 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:37:38.502 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:37:38.502 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:37:38.502 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:37:38.502 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:37:38.502 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:37:38.502 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:37:38.502 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:37:38.502 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:37:38.502 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:37:38.775 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:37:38.775 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:37:38.775 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:37:38.775 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:37:38.775 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:37:38.775 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:37:38.776 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:37:38.776 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:37:38.776 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "4/23 daemons upgraded", 2024-02-23T01:37:38.776 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mon daemons", 2024-02-23T01:37:38.776 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:37:38.776 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:37:38.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:36.979927+0000 mgr.smithi115.zzjgkn (mgr.34102) 434 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-02-23T01:37:38.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:36.982808+0000 mgr.smithi115.zzjgkn (mgr.34102) 435 : cephadm [INF] Reconfiguring daemon osd.5 on smithi131 2024-02-23T01:37:38.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:36.984657+0000 mgr.smithi115.zzjgkn (mgr.34102) 436 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:38.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.162392+0000 mon.smithi115 (mon.0) 456 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:37:38.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.162817+0000 mon.smithi115 (mon.0) 457 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.163192+0000 mon.smithi115 (mon.0) 458 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.163454+0000 mon.smithi115 (mon.0) 459 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.163716+0000 mon.smithi115 (mon.0) 460 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.165608+0000 mon.smithi115 (mon.0) 461 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:37:38.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.165890+0000 mon.smithi115 (mon.0) 462 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.166149+0000 mon.smithi115 (mon.0) 463 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.166401+0000 mon.smithi115 (mon.0) 464 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:38.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.166671+0000 mon.smithi115 (mon.0) 465 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:39.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:37.612716+0000 mgr.smithi115.zzjgkn (mgr.34102) 437 : audit [DBG] from='client.34508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:39.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:37.891531+0000 mgr.smithi115.zzjgkn (mgr.34102) 438 : audit [DBG] from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:39.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.160605+0000 mgr.smithi115.zzjgkn (mgr.34102) 439 : audit [DBG] from='client.34516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:39.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.439346+0000 mon.smithi115 (mon.0) 466 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:38.440027+0000 mgr.smithi115.zzjgkn (mgr.34102) 440 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-02-23T01:37:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.440233+0000 mon.smithi115 (mon.0) 467 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-23T01:37:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.440780+0000 mon.smithi115 (mon.0) 468 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:38.441772+0000 mgr.smithi115.zzjgkn (mgr.34102) 441 : cephadm [INF] Reconfiguring daemon osd.6 on smithi131 2024-02-23T01:37:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.442082+0000 mon.smithi115 (mon.0) 469 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-23T01:37:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.500132+0000 mon.smithi115 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.115:0/2997910734' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:37:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:37.612716+0000 mgr.smithi115.zzjgkn (mgr.34102) 437 : audit [DBG] from='client.34508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:37.891531+0000 mgr.smithi115.zzjgkn (mgr.34102) 438 : audit [DBG] from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.160605+0000 mgr.smithi115.zzjgkn (mgr.34102) 439 : audit [DBG] from='client.34516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.439346+0000 mon.smithi115 (mon.0) 466 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:38.440027+0000 mgr.smithi115.zzjgkn (mgr.34102) 440 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-02-23T01:37:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.440233+0000 mon.smithi115 (mon.0) 467 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-23T01:37:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.440780+0000 mon.smithi115 (mon.0) 468 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:38.441772+0000 mgr.smithi115.zzjgkn (mgr.34102) 441 : cephadm [INF] Reconfiguring daemon osd.6 on smithi131 2024-02-23T01:37:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.442082+0000 mon.smithi115 (mon.0) 469 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-23T01:37:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.500132+0000 mon.smithi115 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.115:0/2997910734' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:37:40.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:38.773915+0000 mgr.smithi115.zzjgkn (mgr.34102) 442 : audit [DBG] from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:40.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:38.985122+0000 mgr.smithi115.zzjgkn (mgr.34102) 443 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:40.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:39.827620+0000 mon.smithi115 (mon.0) 471 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:40.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:39.828798+0000 mon.smithi115 (mon.0) 472 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-23T01:37:40.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:39.829486+0000 mon.smithi115 (mon.0) 473 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:40.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:39.831256+0000 mon.smithi115 (mon.0) 474 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-23T01:37:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:38.773915+0000 mgr.smithi115.zzjgkn (mgr.34102) 442 : audit [DBG] from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:37:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:38.985122+0000 mgr.smithi115.zzjgkn (mgr.34102) 443 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:39.827620+0000 mon.smithi115 (mon.0) 471 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:39.828798+0000 mon.smithi115 (mon.0) 472 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-23T01:37:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:39.829486+0000 mon.smithi115 (mon.0) 473 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:39.831256+0000 mon.smithi115 (mon.0) 474 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-23T01:37:41.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:39.828482+0000 mgr.smithi115.zzjgkn (mgr.34102) 444 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-02-23T01:37:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:39.830734+0000 mgr.smithi115.zzjgkn (mgr.34102) 445 : cephadm [INF] Reconfiguring daemon osd.7 on smithi131 2024-02-23T01:37:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:41.172157+0000 mon.smithi115 (mon.0) 475 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:41.173611+0000 mon.smithi115 (mon.0) 476 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi131.xlpzyy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-23T01:37:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:41.174516+0000 mon.smithi115 (mon.0) 477 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:41.175585+0000 mon.smithi115 (mon.0) 478 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "container_image"}]: dispatch 2024-02-23T01:37:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:39.828482+0000 mgr.smithi115.zzjgkn (mgr.34102) 444 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-02-23T01:37:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:39.830734+0000 mgr.smithi115.zzjgkn (mgr.34102) 445 : cephadm [INF] Reconfiguring daemon osd.7 on smithi131 2024-02-23T01:37:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:41.172157+0000 mon.smithi115 (mon.0) 475 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:41.173611+0000 mon.smithi115 (mon.0) 476 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi131.xlpzyy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-23T01:37:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:41.174516+0000 mon.smithi115 (mon.0) 477 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:41.175585+0000 mon.smithi115 (mon.0) 478 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "container_image"}]: dispatch 2024-02-23T01:37:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:40.986033+0000 mgr.smithi115.zzjgkn (mgr.34102) 446 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:41.173217+0000 mgr.smithi115.zzjgkn (mgr.34102) 447 : cephadm [INF] Reconfiguring mds.foofs.smithi131.xlpzyy (monmap changed)... 2024-02-23T01:37:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:41.175171+0000 mgr.smithi115.zzjgkn (mgr.34102) 448 : cephadm [INF] Reconfiguring daemon mds.foofs.smithi131.xlpzyy on smithi131 2024-02-23T01:37:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:40.986033+0000 mgr.smithi115.zzjgkn (mgr.34102) 446 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:41.173217+0000 mgr.smithi115.zzjgkn (mgr.34102) 447 : cephadm [INF] Reconfiguring mds.foofs.smithi131.xlpzyy (monmap changed)... 2024-02-23T01:37:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:41.175171+0000 mgr.smithi115.zzjgkn (mgr.34102) 448 : cephadm [INF] Reconfiguring daemon mds.foofs.smithi131.xlpzyy on smithi131 2024-02-23T01:37:43.618 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:42.480170+0000 mon.smithi115 (mon.0) 479 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:43.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:42.482485+0000 mon.smithi115 (mon.0) 480 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:37:43.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:42.484970+0000 mon.smithi115 (mon.0) 481 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:37:43.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:42.486379+0000 mon.smithi115 (mon.0) 482 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:37:43.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:42.487079+0000 mgr.smithi115.zzjgkn (mgr.34102) 449 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-23T01:37:43.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:42.493266+0000 mon.smithi115 (mon.0) 483 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:43.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:42.494036+0000 mon.smithi115 (mon.0) 484 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi115"}]: dispatch 2024-02-23T01:37:43.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:42.499672+0000 mon.smithi115 (mon.0) 485 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi115"}]': finished 2024-02-23T01:37:43.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:42.500355+0000 mon.smithi115 (mon.0) 486 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi131"}]: dispatch 2024-02-23T01:37:43.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:42.505764+0000 mon.smithi115 (mon.0) 487 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi131"}]': finished 2024-02-23T01:37:43.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:42.986363+0000 mgr.smithi115.zzjgkn (mgr.34102) 450 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:42.480170+0000 mon.smithi115 (mon.0) 479 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:43.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:42.482485+0000 mon.smithi115 (mon.0) 480 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:37:43.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:42.484970+0000 mon.smithi115 (mon.0) 481 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:37:43.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:42.486379+0000 mon.smithi115 (mon.0) 482 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:37:43.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:42.487079+0000 mgr.smithi115.zzjgkn (mgr.34102) 449 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-23T01:37:43.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:42.493266+0000 mon.smithi115 (mon.0) 483 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:43.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:42.494036+0000 mon.smithi115 (mon.0) 484 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi115"}]: dispatch 2024-02-23T01:37:43.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:42.499672+0000 mon.smithi115 (mon.0) 485 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi115"}]': finished 2024-02-23T01:37:43.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:42.500355+0000 mon.smithi115 (mon.0) 486 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi131"}]: dispatch 2024-02-23T01:37:43.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:42.505764+0000 mon.smithi115 (mon.0) 487 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi131"}]': finished 2024-02-23T01:37:43.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:42.986363+0000 mgr.smithi115.zzjgkn (mgr.34102) 450 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:45.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:43.991638+0000 mgr.smithi115.zzjgkn (mgr.34102) 451 : cephadm [INF] Upgrade: Updating crash.smithi115 (1/2) 2024-02-23T01:37:45.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:43.997687+0000 mon.smithi115 (mon.0) 488 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:45.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:43.998331+0000 mon.smithi115 (mon.0) 489 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi115", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T01:37:45.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:43.998928+0000 mon.smithi115 (mon.0) 490 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:45.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:43.999394+0000 mgr.smithi115.zzjgkn (mgr.34102) 452 : cephadm [INF] Deploying daemon crash.smithi115 on smithi115 2024-02-23T01:37:45.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:43.999737+0000 mon.smithi115 (mon.0) 491 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "client.crash.smithi115","key": "container_image"}]: dispatch 2024-02-23T01:37:45.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:43.991638+0000 mgr.smithi115.zzjgkn (mgr.34102) 451 : cephadm [INF] Upgrade: Updating crash.smithi115 (1/2) 2024-02-23T01:37:45.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:43.997687+0000 mon.smithi115 (mon.0) 488 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:45.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:43.998331+0000 mon.smithi115 (mon.0) 489 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi115", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T01:37:45.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:43.998928+0000 mon.smithi115 (mon.0) 490 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:45.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:43.999394+0000 mgr.smithi115.zzjgkn (mgr.34102) 452 : cephadm [INF] Deploying daemon crash.smithi115 on smithi115 2024-02-23T01:37:45.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:43.999737+0000 mon.smithi115 (mon.0) 491 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "client.crash.smithi115","key": "container_image"}]: dispatch 2024-02-23T01:37:46.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:44.987160+0000 mgr.smithi115.zzjgkn (mgr.34102) 453 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:46.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:44.987160+0000 mgr.smithi115.zzjgkn (mgr.34102) 453 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:48.398 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:46.987509+0000 mgr.smithi115.zzjgkn (mgr.34102) 454 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:48.398 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:47.292260+0000 mon.smithi115 (mon.0) 492 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:46.987509+0000 mgr.smithi115.zzjgkn (mgr.34102) 454 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:47.292260+0000 mon.smithi115 (mon.0) 492 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:50.025 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:48.663473+0000 mgr.smithi115.zzjgkn (mgr.34102) 455 : cephadm [INF] Upgrade: Updating crash.smithi131 (2/2) 2024-02-23T01:37:50.025 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:48.668227+0000 mon.smithi115 (mon.0) 493 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:50.026 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:48.669079+0000 mon.smithi115 (mon.0) 494 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T01:37:50.026 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:48.669850+0000 mon.smithi115 (mon.0) 495 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:50.026 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:37:48.670453+0000 mgr.smithi115.zzjgkn (mgr.34102) 456 : cephadm [INF] Deploying daemon crash.smithi131 on smithi131 2024-02-23T01:37:50.026 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:48.670888+0000 mon.smithi115 (mon.0) 496 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "client.crash.smithi131","key": "container_image"}]: dispatch 2024-02-23T01:37:50.026 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:48.988060+0000 mgr.smithi115.zzjgkn (mgr.34102) 457 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:48.663473+0000 mgr.smithi115.zzjgkn (mgr.34102) 455 : cephadm [INF] Upgrade: Updating crash.smithi131 (2/2) 2024-02-23T01:37:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:48.668227+0000 mon.smithi115 (mon.0) 493 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:48.669079+0000 mon.smithi115 (mon.0) 494 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T01:37:50.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:48.669850+0000 mon.smithi115 (mon.0) 495 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:37:50.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:37:48.670453+0000 mgr.smithi115.zzjgkn (mgr.34102) 456 : cephadm [INF] Deploying daemon crash.smithi131 on smithi131 2024-02-23T01:37:50.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:48.670888+0000 mon.smithi115 (mon.0) 496 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "client.crash.smithi131","key": "container_image"}]: dispatch 2024-02-23T01:37:50.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:48.988060+0000 mgr.smithi115.zzjgkn (mgr.34102) 457 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:52.112 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:50.988821+0000 mgr.smithi115.zzjgkn (mgr.34102) 458 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:52.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:50.988821+0000 mgr.smithi115.zzjgkn (mgr.34102) 458 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:53.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:52.156038+0000 mon.smithi115 (mon.0) 497 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:53.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:52.157113+0000 mon.smithi115 (mon.0) 498 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:37:53.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:52.391494+0000 mon.smithi115 (mon.0) 499 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:53.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:52.392409+0000 mon.smithi115 (mon.0) 500 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:37:53.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:52.399793+0000 mon.smithi115 (mon.0) 501 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:53.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:52.400543+0000 mon.smithi115 (mon.0) 502 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:37:53.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:52.156038+0000 mon.smithi115 (mon.0) 497 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:53.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:52.157113+0000 mon.smithi115 (mon.0) 498 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:37:53.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:52.391494+0000 mon.smithi115 (mon.0) 499 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:53.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:52.392409+0000 mon.smithi115 (mon.0) 500 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:37:53.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:52.399793+0000 mon.smithi115 (mon.0) 501 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:53.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:52.400543+0000 mon.smithi115 (mon.0) 502 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:37:54.660 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:52.989141+0000 mgr.smithi115.zzjgkn (mgr.34102) 459 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:54.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:52.989141+0000 mgr.smithi115.zzjgkn (mgr.34102) 459 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:54.989844+0000 mgr.smithi115.zzjgkn (mgr.34102) 460 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:55.587172+0000 mon.smithi115 (mon.0) 503 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:55.865648+0000 mon.smithi115 (mon.0) 504 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:37:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:55.866001+0000 mon.smithi115 (mon.0) 505 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:55.866301+0000 mon.smithi115 (mon.0) 506 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:37:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:55.866567+0000 mon.smithi115 (mon.0) 507 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:55.866841+0000 mon.smithi115 (mon.0) 508 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:37:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:55.867100+0000 mon.smithi115 (mon.0) 509 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:55.867394+0000 mon.smithi115 (mon.0) 510 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:37:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:55.867664+0000 mon.smithi115 (mon.0) 511 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:55.867928+0000 mon.smithi115 (mon.0) 512 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:37:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:55.868179+0000 mon.smithi115 (mon.0) 513 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:37:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:54.989844+0000 mgr.smithi115.zzjgkn (mgr.34102) 460 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:55.587172+0000 mon.smithi115 (mon.0) 503 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:55.865648+0000 mon.smithi115 (mon.0) 504 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:37:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:55.866001+0000 mon.smithi115 (mon.0) 505 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:55.866301+0000 mon.smithi115 (mon.0) 506 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:37:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:55.866567+0000 mon.smithi115 (mon.0) 507 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:55.866841+0000 mon.smithi115 (mon.0) 508 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:37:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:55.867100+0000 mon.smithi115 (mon.0) 509 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:55.867394+0000 mon.smithi115 (mon.0) 510 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:37:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:55.867664+0000 mon.smithi115 (mon.0) 511 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:37:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:55.867928+0000 mon.smithi115 (mon.0) 512 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:37:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:55.868179+0000 mon.smithi115 (mon.0) 513 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:37:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:56.990444+0000 mgr.smithi115.zzjgkn (mgr.34102) 461 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:57.680736+0000 mon.smithi115 (mon.0) 514 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:37:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:37:57.681790+0000 mon.smithi115 (mon.0) 515 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-02-23T01:37:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:56.990444+0000 mgr.smithi115.zzjgkn (mgr.34102) 461 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:37:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:57.680736+0000 mon.smithi115 (mon.0) 514 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:37:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:37:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:37:57.681790+0000 mon.smithi115 (mon.0) 515 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-02-23T01:38:00.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:37:58.990948+0000 mgr.smithi115.zzjgkn (mgr.34102) 462 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:37:58.990948+0000 mgr.smithi115.zzjgkn (mgr.34102) 462 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:01.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.133394+0000 mon.smithi115 (mon.0) 516 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:38:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.357143+0000 mon.smithi115 (mon.0) 517 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:38:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.133394+0000 mon.smithi115 (mon.0) 516 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:38:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.357143+0000 mon.smithi115 (mon.0) 517 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:38:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:00.991687+0000 mgr.smithi115.zzjgkn (mgr.34102) 463 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.638139+0000 mon.smithi115 (mon.0) 518 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:38:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.638600+0000 mon.smithi115 (mon.0) 519 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.638967+0000 mon.smithi115 (mon.0) 520 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:38:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.639290+0000 mon.smithi115 (mon.0) 521 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.639603+0000 mon.smithi115 (mon.0) 522 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:38:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.639927+0000 mon.smithi115 (mon.0) 523 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.640244+0000 mon.smithi115 (mon.0) 524 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:38:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.640582+0000 mon.smithi115 (mon.0) 525 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.640916+0000 mon.smithi115 (mon.0) 526 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:38:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.641266+0000 mon.smithi115 (mon.0) 527 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:38:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.641770+0000 mon.smithi115 (mon.0) 528 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:38:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.642529+0000 mon.smithi115 (mon.0) 529 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:38:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.648260+0000 mon.smithi115 (mon.0) 530 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:38:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.659983+0000 mon.smithi115 (mon.0) 531 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T01:38:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:01.666271+0000 mon.smithi115 (mon.0) 532 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:38:02.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:00.991687+0000 mgr.smithi115.zzjgkn (mgr.34102) 463 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:02.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.638139+0000 mon.smithi115 (mon.0) 518 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:38:02.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.638600+0000 mon.smithi115 (mon.0) 519 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.638967+0000 mon.smithi115 (mon.0) 520 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:38:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.639290+0000 mon.smithi115 (mon.0) 521 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.639603+0000 mon.smithi115 (mon.0) 522 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:38:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.639927+0000 mon.smithi115 (mon.0) 523 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.640244+0000 mon.smithi115 (mon.0) 524 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:38:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.640582+0000 mon.smithi115 (mon.0) 525 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.640916+0000 mon.smithi115 (mon.0) 526 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:38:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.641266+0000 mon.smithi115 (mon.0) 527 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:38:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.641770+0000 mon.smithi115 (mon.0) 528 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:38:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.642529+0000 mon.smithi115 (mon.0) 529 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:38:02.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.648260+0000 mon.smithi115 (mon.0) 530 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:38:02.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.659983+0000 mon.smithi115 (mon.0) 531 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T01:38:02.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:01.666271+0000 mon.smithi115 (mon.0) 532 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:38:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:38:01.643244+0000 mgr.smithi115.zzjgkn (mgr.34102) 464 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T01:38:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:01.643815+0000 mgr.smithi115.zzjgkn (mgr.34102) 465 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:01.644081+0000 mgr.smithi115.zzjgkn (mgr.34102) 466 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:38:01.668367+0000 mgr.smithi115.zzjgkn (mgr.34102) 467 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T01:38:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:38:01.668507+0000 mgr.smithi115.zzjgkn (mgr.34102) 468 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T01:38:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:38:01.643244+0000 mgr.smithi115.zzjgkn (mgr.34102) 464 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T01:38:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:01.643815+0000 mgr.smithi115.zzjgkn (mgr.34102) 465 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:01.644081+0000 mgr.smithi115.zzjgkn (mgr.34102) 466 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:38:01.668367+0000 mgr.smithi115.zzjgkn (mgr.34102) 467 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T01:38:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:38:01.668507+0000 mgr.smithi115.zzjgkn (mgr.34102) 468 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T01:38:05.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:03.644622+0000 mgr.smithi115.zzjgkn (mgr.34102) 469 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:03.644622+0000 mgr.smithi115.zzjgkn (mgr.34102) 469 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:05.645538+0000 mgr.smithi115.zzjgkn (mgr.34102) 470 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:05.645538+0000 mgr.smithi115.zzjgkn (mgr.34102) 470 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:09.076 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:38:09.614 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:38:09.614 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (27m) 11s ago 32m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:38:09.614 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (22s) 14s ago 97m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:38:09.614 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (17s) 11s ago 97m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:38:09.614 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (29m) 11s ago 96m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:38:09.614 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (82m) 14s ago 82m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:38:09.614 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (82m) 11s ago 82m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:38:09.614 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (26m) 14s ago 103m 438M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:38:09.614 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (16m) 11s ago 96m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:38:09.614 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (11m) 14s ago 103m 97.0M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:38:09.614 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (5m) 11s ago 101m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:38:09.614 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (32m) 14s ago 32m 91.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:38:09.615 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (32m) 11s ago 32m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:38:09.615 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 14s ago 74m - - 2024-02-23T01:38:09.615 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 11s ago 72m - - 2024-02-23T01:38:09.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (97m) 14s ago 97m 358M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:38:09.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (96m) 14s ago 96m 412M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:38:09.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (94m) 14s ago 94m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:38:09.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (94m) 14s ago 94m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:38:09.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (92m) 11s ago 92m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:38:09.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (92m) 11s ago 92m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:38:09.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (92m) 11s ago 92m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:38:09.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (91m) 11s ago 91m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:38:09.615 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (32m) 11s ago 32m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:38:09.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:07.645887+0000 mgr.smithi115.zzjgkn (mgr.34102) 471 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:07.645887+0000 mgr.smithi115.zzjgkn (mgr.34102) 471 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:09.945 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:38:09.945 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:38:09.946 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:38:09.947 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:38:10.220 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:38:10.220 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:38:10.220 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:38:10.220 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:38:10.220 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:38:10.221 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:38:10.221 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:38:10.221 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:38:10.221 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:38:10.221 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "6/23 daemons upgraded", 2024-02-23T01:38:10.221 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading crash daemons", 2024-02-23T01:38:10.221 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:38:10.221 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:38:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.063040+0000 mgr.smithi115.zzjgkn (mgr.34102) 472 : audit [DBG] from='client.34528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.333575+0000 mgr.smithi115.zzjgkn (mgr.34102) 473 : audit [DBG] from='client.34532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.602859+0000 mon.smithi115 (mon.0) 533 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:38:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.603222+0000 mon.smithi115 (mon.0) 534 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.603545+0000 mon.smithi115 (mon.0) 535 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.603817+0000 mon.smithi115 (mon.0) 536 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.604087+0000 mon.smithi115 (mon.0) 537 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.605996+0000 mon.smithi115 (mon.0) 538 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:38:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.606312+0000 mon.smithi115 (mon.0) 539 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.606577+0000 mon.smithi115 (mon.0) 540 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.606844+0000 mon.smithi115 (mon.0) 541 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.607108+0000 mon.smithi115 (mon.0) 542 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.760715+0000 mon.smithi115 (mon.0) 543 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-23T01:38:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.760922+0000 mon.smithi115 (mon.0) 544 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T01:38:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.761115+0000 mon.smithi115 (mon.0) 545 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T01:38:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.761304+0000 mon.smithi115 (mon.0) 546 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T01:38:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.944495+0000 mon.smithi115 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.115:0/487181646' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:38:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.063040+0000 mgr.smithi115.zzjgkn (mgr.34102) 472 : audit [DBG] from='client.34528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.333575+0000 mgr.smithi115.zzjgkn (mgr.34102) 473 : audit [DBG] from='client.34532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.602859+0000 mon.smithi115 (mon.0) 533 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.603222+0000 mon.smithi115 (mon.0) 534 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.603545+0000 mon.smithi115 (mon.0) 535 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.603817+0000 mon.smithi115 (mon.0) 536 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.604087+0000 mon.smithi115 (mon.0) 537 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.605996+0000 mon.smithi115 (mon.0) 538 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.606312+0000 mon.smithi115 (mon.0) 539 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.606577+0000 mon.smithi115 (mon.0) 540 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.606844+0000 mon.smithi115 (mon.0) 541 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.607108+0000 mon.smithi115 (mon.0) 542 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.760715+0000 mon.smithi115 (mon.0) 543 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.760922+0000 mon.smithi115 (mon.0) 544 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.761115+0000 mon.smithi115 (mon.0) 545 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.761304+0000 mon.smithi115 (mon.0) 546 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T01:38:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.944495+0000 mon.smithi115 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.115:0/487181646' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:38:11.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:09.601061+0000 mgr.smithi115.zzjgkn (mgr.34102) 474 : audit [DBG] from='client.34536 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:09.646207+0000 mgr.smithi115.zzjgkn (mgr.34102) 475 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:10.219042+0000 mgr.smithi115.zzjgkn (mgr.34102) 476 : audit [DBG] from='client.34544 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:09.601061+0000 mgr.smithi115.zzjgkn (mgr.34102) 474 : audit [DBG] from='client.34536 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:09.646207+0000 mgr.smithi115.zzjgkn (mgr.34102) 475 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:10.219042+0000 mgr.smithi115.zzjgkn (mgr.34102) 476 : audit [DBG] from='client.34544 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:11.646918+0000 mgr.smithi115.zzjgkn (mgr.34102) 477 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:11.646918+0000 mgr.smithi115.zzjgkn (mgr.34102) 477 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:13.647473+0000 mgr.smithi115.zzjgkn (mgr.34102) 478 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:13.647473+0000 mgr.smithi115.zzjgkn (mgr.34102) 478 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:17.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:15.648338+0000 mgr.smithi115.zzjgkn (mgr.34102) 479 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:15.648338+0000 mgr.smithi115.zzjgkn (mgr.34102) 479 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:17.648826+0000 mgr.smithi115.zzjgkn (mgr.34102) 480 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:19.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:17.648826+0000 mgr.smithi115.zzjgkn (mgr.34102) 480 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:19.649267+0000 mgr.smithi115.zzjgkn (mgr.34102) 481 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:21.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:19.649267+0000 mgr.smithi115.zzjgkn (mgr.34102) 481 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:21.649960+0000 mgr.smithi115.zzjgkn (mgr.34102) 482 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:21.649960+0000 mgr.smithi115.zzjgkn (mgr.34102) 482 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:25.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:23.650471+0000 mgr.smithi115.zzjgkn (mgr.34102) 483 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:23.650471+0000 mgr.smithi115.zzjgkn (mgr.34102) 483 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:25.651357+0000 mgr.smithi115.zzjgkn (mgr.34102) 484 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:25.651357+0000 mgr.smithi115.zzjgkn (mgr.34102) 484 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:27.651926+0000 mgr.smithi115.zzjgkn (mgr.34102) 485 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:27.651926+0000 mgr.smithi115.zzjgkn (mgr.34102) 485 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:31.019 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:29.652495+0000 mgr.smithi115.zzjgkn (mgr.34102) 486 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:29.652495+0000 mgr.smithi115.zzjgkn (mgr.34102) 486 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:33.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:31.653297+0000 mgr.smithi115.zzjgkn (mgr.34102) 487 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:33.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:31.653297+0000 mgr.smithi115.zzjgkn (mgr.34102) 487 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:35.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:33.653981+0000 mgr.smithi115.zzjgkn (mgr.34102) 488 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:35.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:33.653981+0000 mgr.smithi115.zzjgkn (mgr.34102) 488 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:37.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:35.654697+0000 mgr.smithi115.zzjgkn (mgr.34102) 489 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:37.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:35.654697+0000 mgr.smithi115.zzjgkn (mgr.34102) 489 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:39.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:37.655153+0000 mgr.smithi115.zzjgkn (mgr.34102) 490 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:39.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:37.655153+0000 mgr.smithi115.zzjgkn (mgr.34102) 490 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:40.516 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:38:41.060 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:38:41.060 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (27m) 43s ago 33m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:38:41.060 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (54s) 45s ago 97m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:38:41.060 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (49s) 43s ago 97m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:38:41.060 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (30m) 43s ago 97m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:38:41.060 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (83m) 45s ago 83m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:38:41.060 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (83m) 43s ago 83m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:38:41.060 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (27m) 45s ago 104m 438M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:38:41.060 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (16m) 43s ago 97m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (11m) 45s ago 104m 97.0M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (6m) 43s ago 102m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (33m) 45s ago 33m 91.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (33m) 43s ago 33m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 45s ago 75m - - 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 43s ago 73m - - 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (97m) 45s ago 97m 358M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (97m) 45s ago 97m 412M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (95m) 45s ago 95m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (94m) 45s ago 94m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (93m) 43s ago 93m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (92m) 43s ago 92m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (92m) 43s ago 92m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:38:41.061 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (92m) 43s ago 92m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:38:41.062 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (33m) 43s ago 33m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:38:41.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:39.655748+0000 mgr.smithi115.zzjgkn (mgr.34102) 491 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:41.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:39.655748+0000 mgr.smithi115.zzjgkn (mgr.34102) 491 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:41.387 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:38:41.387 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:38:41.387 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:38:41.387 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:38:41.387 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:38:41.387 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:38:41.387 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:38:41.387 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:38:41.387 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:38:41.387 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:38:41.387 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:38:41.388 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:38:41.388 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:38:41.388 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:38:41.388 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:38:41.388 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:38:41.388 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:38:41.388 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:38:41.658 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:38:41.658 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:38:41.658 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:38:41.658 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:38:41.658 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:38:41.658 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:38:41.658 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:38:41.659 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:38:41.659 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:38:41.659 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "6/23 daemons upgraded", 2024-02-23T01:38:41.659 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading crash daemons", 2024-02-23T01:38:41.659 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:38:41.659 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:38:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:40.504514+0000 mgr.smithi115.zzjgkn (mgr.34102) 492 : audit [DBG] from='client.34548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:40.778671+0000 mgr.smithi115.zzjgkn (mgr.34102) 493 : audit [DBG] from='client.34552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:41.047453+0000 mgr.smithi115.zzjgkn (mgr.34102) 494 : audit [DBG] from='client.34556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:41.049183+0000 mon.smithi115 (mon.0) 548 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:38:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:41.049504+0000 mon.smithi115 (mon.0) 549 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:41.049773+0000 mon.smithi115 (mon.0) 550 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:41.050018+0000 mon.smithi115 (mon.0) 551 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:41.050253+0000 mon.smithi115 (mon.0) 552 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:41.052174+0000 mon.smithi115 (mon.0) 553 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:38:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:41.052452+0000 mon.smithi115 (mon.0) 554 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:41.052713+0000 mon.smithi115 (mon.0) 555 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:41.052956+0000 mon.smithi115 (mon.0) 556 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:41.053192+0000 mon.smithi115 (mon.0) 557 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:41.385894+0000 mon.smithi115 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.115:0/2723513086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:38:42.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:40.504514+0000 mgr.smithi115.zzjgkn (mgr.34102) 492 : audit [DBG] from='client.34548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:42.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:40.778671+0000 mgr.smithi115.zzjgkn (mgr.34102) 493 : audit [DBG] from='client.34552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:42.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:41.047453+0000 mgr.smithi115.zzjgkn (mgr.34102) 494 : audit [DBG] from='client.34556 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:42.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:41.049183+0000 mon.smithi115 (mon.0) 548 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:38:42.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:41.049504+0000 mon.smithi115 (mon.0) 549 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:41.049773+0000 mon.smithi115 (mon.0) 550 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:41.050018+0000 mon.smithi115 (mon.0) 551 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:41.050253+0000 mon.smithi115 (mon.0) 552 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:41.052174+0000 mon.smithi115 (mon.0) 553 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:38:42.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:41.052452+0000 mon.smithi115 (mon.0) 554 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:41.052713+0000 mon.smithi115 (mon.0) 555 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:41.052956+0000 mon.smithi115 (mon.0) 556 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:41.053192+0000 mon.smithi115 (mon.0) 557 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:38:42.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:41.385894+0000 mon.smithi115 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.115:0/2723513086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:38:43.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:41.656378+0000 mgr.smithi115.zzjgkn (mgr.34102) 495 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:43.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:38:41.656934+0000 mgr.smithi115.zzjgkn (mgr.34102) 496 : audit [DBG] from='client.34564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:43.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:41.656378+0000 mgr.smithi115.zzjgkn (mgr.34102) 495 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:43.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:38:41.656934+0000 mgr.smithi115.zzjgkn (mgr.34102) 496 : audit [DBG] from='client.34564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:38:45.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:43.656881+0000 mgr.smithi115.zzjgkn (mgr.34102) 497 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:45.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:43.656881+0000 mgr.smithi115.zzjgkn (mgr.34102) 497 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:47.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:45.657577+0000 mgr.smithi115.zzjgkn (mgr.34102) 498 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:47.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:45.657577+0000 mgr.smithi115.zzjgkn (mgr.34102) 498 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:47.657995+0000 mgr.smithi115.zzjgkn (mgr.34102) 499 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:49.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:47.657995+0000 mgr.smithi115.zzjgkn (mgr.34102) 499 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:51.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:49.658479+0000 mgr.smithi115.zzjgkn (mgr.34102) 500 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:51.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:49.658479+0000 mgr.smithi115.zzjgkn (mgr.34102) 500 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:53.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:51.659452+0000 mgr.smithi115.zzjgkn (mgr.34102) 501 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:53.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:51.659452+0000 mgr.smithi115.zzjgkn (mgr.34102) 501 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:55.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:53.660026+0000 mgr.smithi115.zzjgkn (mgr.34102) 502 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:55.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:53.660026+0000 mgr.smithi115.zzjgkn (mgr.34102) 502 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:57.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:55.660763+0000 mgr.smithi115.zzjgkn (mgr.34102) 503 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:57.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:55.660763+0000 mgr.smithi115.zzjgkn (mgr.34102) 503 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:59.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:38:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:57.661159+0000 mgr.smithi115.zzjgkn (mgr.34102) 504 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:38:59.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:38:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:57.661159+0000 mgr.smithi115.zzjgkn (mgr.34102) 504 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:01.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:38:59.661626+0000 mgr.smithi115.zzjgkn (mgr.34102) 505 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:01.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:38:59.661626+0000 mgr.smithi115.zzjgkn (mgr.34102) 505 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:03.432 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:01.662290+0000 mgr.smithi115.zzjgkn (mgr.34102) 506 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:03.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:01.662290+0000 mgr.smithi115.zzjgkn (mgr.34102) 506 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:05.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:03.662739+0000 mgr.smithi115.zzjgkn (mgr.34102) 507 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:03.662739+0000 mgr.smithi115.zzjgkn (mgr.34102) 507 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:07.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:05.663448+0000 mgr.smithi115.zzjgkn (mgr.34102) 508 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:07.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:05.663448+0000 mgr.smithi115.zzjgkn (mgr.34102) 508 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:09.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:07.663892+0000 mgr.smithi115.zzjgkn (mgr.34102) 509 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:09.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:07.663892+0000 mgr.smithi115.zzjgkn (mgr.34102) 509 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:09.764570+0000 mon.smithi115 (mon.0) 559 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-02-23T01:39:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:09.764904+0000 mon.smithi115 (mon.0) 560 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T01:39:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:09.765184+0000 mon.smithi115 (mon.0) 561 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:39:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:09.765417+0000 mon.smithi115 (mon.0) 562 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-02-23T01:39:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:09.764570+0000 mon.smithi115 (mon.0) 559 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-02-23T01:39:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:09.764904+0000 mon.smithi115 (mon.0) 560 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T01:39:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:09.765184+0000 mon.smithi115 (mon.0) 561 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:39:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:09.765417+0000 mon.smithi115 (mon.0) 562 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-02-23T01:39:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:09.664288+0000 mgr.smithi115.zzjgkn (mgr.34102) 510 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:09.664288+0000 mgr.smithi115.zzjgkn (mgr.34102) 510 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:11.957 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:39:12.501 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:39:12.501 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (28m) 74s ago 33m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:39:12.501 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (85s) 76s ago 98m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:39:12.501 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (80s) 74s ago 98m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:39:12.502 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (30m) 74s ago 97m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:39:12.502 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (83m) 76s ago 83m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:39:12.502 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (83m) 74s ago 83m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:39:12.502 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (27m) 76s ago 104m 438M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:39:12.502 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (17m) 74s ago 97m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:39:12.502 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (12m) 76s ago 104m 97.0M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:39:12.502 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (6m) 74s ago 102m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:39:12.502 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (33m) 76s ago 33m 91.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:39:12.502 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (33m) 74s ago 33m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:39:12.503 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 76s ago 75m - - 2024-02-23T01:39:12.503 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 74s ago 73m - - 2024-02-23T01:39:12.503 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (98m) 76s ago 98m 358M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:39:12.503 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (97m) 76s ago 97m 412M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:39:12.503 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (95m) 76s ago 95m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:39:12.503 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (95m) 76s ago 95m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:39:12.503 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (93m) 74s ago 93m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:39:12.503 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (93m) 74s ago 93m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:39:12.504 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (93m) 74s ago 93m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:39:12.504 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (92m) 74s ago 92m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:39:12.504 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (33m) 74s ago 33m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:39:12.827 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:39:12.828 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:39:12.828 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:39:12.828 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:39:12.828 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:39:12.828 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:39:12.828 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:39:12.828 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:39:12.828 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:39:12.828 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:39:12.828 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:39:12.828 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:39:12.828 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:39:12.828 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:39:12.829 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:39:12.829 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:39:12.829 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:39:12.829 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:39:13.102 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:39:13.103 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:39:13.103 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:39:13.103 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:39:13.103 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:39:13.104 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:39:13.104 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:39:13.104 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:39:13.104 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:39:13.104 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "6/23 daemons upgraded", 2024-02-23T01:39:13.104 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading crash daemons", 2024-02-23T01:39:13.105 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:39:13.105 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:39:13.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:11.665120+0000 mgr.smithi115.zzjgkn (mgr.34102) 511 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:13.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:11.944419+0000 mgr.smithi115.zzjgkn (mgr.34102) 512 : audit [DBG] from='client.34568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:13.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:12.221983+0000 mgr.smithi115.zzjgkn (mgr.34102) 513 : audit [DBG] from='client.34572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:13.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:12.490492+0000 mon.smithi115 (mon.0) 563 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:39:13.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:12.490828+0000 mon.smithi115 (mon.0) 564 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:12.491089+0000 mon.smithi115 (mon.0) 565 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:12.491328+0000 mon.smithi115 (mon.0) 566 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:12.491560+0000 mon.smithi115 (mon.0) 567 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:12.493394+0000 mon.smithi115 (mon.0) 568 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:39:13.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:12.493645+0000 mon.smithi115 (mon.0) 569 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:12.493889+0000 mon.smithi115 (mon.0) 570 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:12.494132+0000 mon.smithi115 (mon.0) 571 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:12.494363+0000 mon.smithi115 (mon.0) 572 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:12.826586+0000 mon.smithi115 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.115:0/1648192140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:39:13.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:11.665120+0000 mgr.smithi115.zzjgkn (mgr.34102) 511 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:11.944419+0000 mgr.smithi115.zzjgkn (mgr.34102) 512 : audit [DBG] from='client.34568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:12.221983+0000 mgr.smithi115.zzjgkn (mgr.34102) 513 : audit [DBG] from='client.34572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:12.490492+0000 mon.smithi115 (mon.0) 563 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:39:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:12.490828+0000 mon.smithi115 (mon.0) 564 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:12.491089+0000 mon.smithi115 (mon.0) 565 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:12.491328+0000 mon.smithi115 (mon.0) 566 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:12.491560+0000 mon.smithi115 (mon.0) 567 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:12.493394+0000 mon.smithi115 (mon.0) 568 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:39:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:12.493645+0000 mon.smithi115 (mon.0) 569 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:12.493889+0000 mon.smithi115 (mon.0) 570 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:12.494132+0000 mon.smithi115 (mon.0) 571 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:12.494363+0000 mon.smithi115 (mon.0) 572 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:12.826586+0000 mon.smithi115 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.115:0/1648192140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:39:14.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:12.488760+0000 mgr.smithi115.zzjgkn (mgr.34102) 514 : audit [DBG] from='client.34576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:14.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:13.101229+0000 mgr.smithi115.zzjgkn (mgr.34102) 515 : audit [DBG] from='client.34584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:14.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:12.488760+0000 mgr.smithi115.zzjgkn (mgr.34102) 514 : audit [DBG] from='client.34576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:14.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:13.101229+0000 mgr.smithi115.zzjgkn (mgr.34102) 515 : audit [DBG] from='client.34584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:15.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:13.665525+0000 mgr.smithi115.zzjgkn (mgr.34102) 516 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:15.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:13.665525+0000 mgr.smithi115.zzjgkn (mgr.34102) 516 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:17.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:15.666175+0000 mgr.smithi115.zzjgkn (mgr.34102) 517 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:17.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:15.666175+0000 mgr.smithi115.zzjgkn (mgr.34102) 517 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:19.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:17.666763+0000 mgr.smithi115.zzjgkn (mgr.34102) 518 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:19.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:17.666763+0000 mgr.smithi115.zzjgkn (mgr.34102) 518 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:21.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:19.667259+0000 mgr.smithi115.zzjgkn (mgr.34102) 519 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:21.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:19.667259+0000 mgr.smithi115.zzjgkn (mgr.34102) 519 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:23.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:21.667989+0000 mgr.smithi115.zzjgkn (mgr.34102) 520 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:23.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:21.667989+0000 mgr.smithi115.zzjgkn (mgr.34102) 520 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:25.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:23.668497+0000 mgr.smithi115.zzjgkn (mgr.34102) 521 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:25.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:23.668497+0000 mgr.smithi115.zzjgkn (mgr.34102) 521 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:27.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:25.669228+0000 mgr.smithi115.zzjgkn (mgr.34102) 522 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:27.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:25.669228+0000 mgr.smithi115.zzjgkn (mgr.34102) 522 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:29.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:27.669642+0000 mgr.smithi115.zzjgkn (mgr.34102) 523 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:29.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:27.669642+0000 mgr.smithi115.zzjgkn (mgr.34102) 523 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:31.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:29.670107+0000 mgr.smithi115.zzjgkn (mgr.34102) 524 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:31.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:29.670107+0000 mgr.smithi115.zzjgkn (mgr.34102) 524 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:33.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:31.670938+0000 mgr.smithi115.zzjgkn (mgr.34102) 525 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:33.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:31.670938+0000 mgr.smithi115.zzjgkn (mgr.34102) 525 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:33.671535+0000 mgr.smithi115.zzjgkn (mgr.34102) 526 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:35.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:33.671535+0000 mgr.smithi115.zzjgkn (mgr.34102) 526 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:37.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:35.672206+0000 mgr.smithi115.zzjgkn (mgr.34102) 527 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:37.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:35.672206+0000 mgr.smithi115.zzjgkn (mgr.34102) 527 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:39.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:37.672695+0000 mgr.smithi115.zzjgkn (mgr.34102) 528 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:39.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:37.672695+0000 mgr.smithi115.zzjgkn (mgr.34102) 528 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:41.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:39.673039+0000 mgr.smithi115.zzjgkn (mgr.34102) 529 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:41.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:39.673039+0000 mgr.smithi115.zzjgkn (mgr.34102) 529 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:43.395 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:39:43.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:41.673741+0000 mgr.smithi115.zzjgkn (mgr.34102) 530 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:43.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:41.673741+0000 mgr.smithi115.zzjgkn (mgr.34102) 530 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:43.941 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:39:43.941 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (28m) 106s ago 34m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:39:43.941 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (117s) 108s ago 98m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:39:43.941 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (112s) 106s ago 98m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:39:43.941 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (31m) 106s ago 98m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:39:43.941 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (84m) 108s ago 84m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:39:43.941 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (84m) 106s ago 84m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:39:43.941 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (28m) 108s ago 105m 438M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:39:43.942 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (17m) 106s ago 98m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:39:43.942 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (12m) 108s ago 105m 97.0M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:39:43.942 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (7m) 106s ago 103m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:39:43.942 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (34m) 108s ago 34m 91.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:39:43.942 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (34m) 106s ago 34m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:39:43.942 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 108s ago 76m - - 2024-02-23T01:39:43.942 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 106s ago 74m - - 2024-02-23T01:39:43.942 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (98m) 108s ago 98m 358M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:39:43.942 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (98m) 108s ago 98m 412M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:39:43.942 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (96m) 108s ago 96m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:39:43.943 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (95m) 108s ago 95m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:39:43.943 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (94m) 106s ago 94m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:39:43.943 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (93m) 106s ago 93m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:39:43.943 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (93m) 106s ago 93m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:39:43.943 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (93m) 106s ago 93m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:39:43.943 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (34m) 106s ago 34m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:39:44.268 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:39:44.268 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:39:44.268 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:39:44.268 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:39:44.268 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:39:44.268 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:39:44.268 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:39:44.269 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:39:44.269 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:39:44.269 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:39:44.269 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:39:44.269 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:39:44.269 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:39:44.269 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:39:44.269 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:39:44.269 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:39:44.269 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:39:44.269 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:39:44.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:43.383622+0000 mgr.smithi115.zzjgkn (mgr.34102) 531 : audit [DBG] from='client.34588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:44.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:43.930119+0000 mon.smithi115 (mon.0) 574 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:39:44.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:43.930493+0000 mon.smithi115 (mon.0) 575 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:43.930834+0000 mon.smithi115 (mon.0) 576 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:43.931145+0000 mon.smithi115 (mon.0) 577 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:43.931408+0000 mon.smithi115 (mon.0) 578 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:43.933323+0000 mon.smithi115 (mon.0) 579 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:39:44.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:43.933588+0000 mon.smithi115 (mon.0) 580 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:43.933846+0000 mon.smithi115 (mon.0) 581 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:43.934085+0000 mon.smithi115 (mon.0) 582 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:43.934327+0000 mon.smithi115 (mon.0) 583 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:43.383622+0000 mgr.smithi115.zzjgkn (mgr.34102) 531 : audit [DBG] from='client.34588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:44.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:43.930119+0000 mon.smithi115 (mon.0) 574 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:39:44.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:43.930493+0000 mon.smithi115 (mon.0) 575 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:43.930834+0000 mon.smithi115 (mon.0) 576 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:43.931145+0000 mon.smithi115 (mon.0) 577 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:43.931408+0000 mon.smithi115 (mon.0) 578 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:43.933323+0000 mon.smithi115 (mon.0) 579 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:39:44.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:43.933588+0000 mon.smithi115 (mon.0) 580 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:43.933846+0000 mon.smithi115 (mon.0) 581 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:43.934085+0000 mon.smithi115 (mon.0) 582 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:43.934327+0000 mon.smithi115 (mon.0) 583 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:39:44.542 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:39:44.542 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:39:44.542 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:39:44.542 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:39:44.542 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:39:44.542 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:39:44.542 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:39:44.542 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:39:44.543 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:39:44.543 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "6/23 daemons upgraded", 2024-02-23T01:39:44.543 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading crash daemons", 2024-02-23T01:39:44.543 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:39:44.543 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:39:45.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:43.659242+0000 mgr.smithi115.zzjgkn (mgr.34102) 532 : audit [DBG] from='client.34592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:45.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:43.674050+0000 mgr.smithi115.zzjgkn (mgr.34102) 533 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:45.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:43.928280+0000 mgr.smithi115.zzjgkn (mgr.34102) 534 : audit [DBG] from='client.34596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:45.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:44.266878+0000 mon.smithi115 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.115:0/2605045805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:39:45.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:43.659242+0000 mgr.smithi115.zzjgkn (mgr.34102) 532 : audit [DBG] from='client.34592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:45.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:43.674050+0000 mgr.smithi115.zzjgkn (mgr.34102) 533 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:45.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:43.928280+0000 mgr.smithi115.zzjgkn (mgr.34102) 534 : audit [DBG] from='client.34596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:45.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:44.266878+0000 mon.smithi115 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.115:0/2605045805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:39:46.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:39:44.541016+0000 mgr.smithi115.zzjgkn (mgr.34102) 535 : audit [DBG] from='client.34604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:46.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:39:44.541016+0000 mgr.smithi115.zzjgkn (mgr.34102) 535 : audit [DBG] from='client.34604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:39:47.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:45.674730+0000 mgr.smithi115.zzjgkn (mgr.34102) 536 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:47.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:45.674730+0000 mgr.smithi115.zzjgkn (mgr.34102) 536 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:49.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:47.675082+0000 mgr.smithi115.zzjgkn (mgr.34102) 537 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:49.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:47.675082+0000 mgr.smithi115.zzjgkn (mgr.34102) 537 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:51.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:49.675671+0000 mgr.smithi115.zzjgkn (mgr.34102) 538 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:51.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:49.675671+0000 mgr.smithi115.zzjgkn (mgr.34102) 538 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:53.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:51.676370+0000 mgr.smithi115.zzjgkn (mgr.34102) 539 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:53.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:51.676370+0000 mgr.smithi115.zzjgkn (mgr.34102) 539 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:55.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:53.676828+0000 mgr.smithi115.zzjgkn (mgr.34102) 540 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:55.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:53.676828+0000 mgr.smithi115.zzjgkn (mgr.34102) 540 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:57.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:55.677484+0000 mgr.smithi115.zzjgkn (mgr.34102) 541 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:57.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:55.677484+0000 mgr.smithi115.zzjgkn (mgr.34102) 541 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:59.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:39:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:57.677995+0000 mgr.smithi115.zzjgkn (mgr.34102) 542 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:39:59.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:39:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:57.677995+0000 mgr.smithi115.zzjgkn (mgr.34102) 542 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:00.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:00.000142+0000 mon.smithi115 (mon.0) 585 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T01:40:00.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:00.000142+0000 mon.smithi115 (mon.0) 585 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T01:40:01.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:39:59.678436+0000 mgr.smithi115.zzjgkn (mgr.34102) 543 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:01.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:39:59.678436+0000 mgr.smithi115.zzjgkn (mgr.34102) 543 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:03.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:01.679270+0000 mgr.smithi115.zzjgkn (mgr.34102) 544 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:03.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:01.679270+0000 mgr.smithi115.zzjgkn (mgr.34102) 544 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:05.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:03.679849+0000 mgr.smithi115.zzjgkn (mgr.34102) 545 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:03.679849+0000 mgr.smithi115.zzjgkn (mgr.34102) 545 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:07.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:05.680605+0000 mgr.smithi115.zzjgkn (mgr.34102) 546 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:07.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:05.680605+0000 mgr.smithi115.zzjgkn (mgr.34102) 546 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:09.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:07.681159+0000 mgr.smithi115.zzjgkn (mgr.34102) 547 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:09.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:07.681159+0000 mgr.smithi115.zzjgkn (mgr.34102) 547 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:10.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:09.768794+0000 mon.smithi115 (mon.0) 586 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-02-23T01:40:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:09.769062+0000 mon.smithi115 (mon.0) 587 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:40:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:09.769362+0000 mon.smithi115 (mon.0) 588 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-02-23T01:40:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:09.769660+0000 mon.smithi115 (mon.0) 589 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T01:40:10.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:09.768794+0000 mon.smithi115 (mon.0) 586 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-02-23T01:40:10.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:09.769062+0000 mon.smithi115 (mon.0) 587 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:40:10.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:09.769362+0000 mon.smithi115 (mon.0) 588 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-02-23T01:40:10.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:09.769660+0000 mon.smithi115 (mon.0) 589 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T01:40:11.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:09.681719+0000 mgr.smithi115.zzjgkn (mgr.34102) 548 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:09.681719+0000 mgr.smithi115.zzjgkn (mgr.34102) 548 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:13.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:11.682469+0000 mgr.smithi115.zzjgkn (mgr.34102) 549 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:13.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:11.682469+0000 mgr.smithi115.zzjgkn (mgr.34102) 549 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:14.844 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:40:15.388 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:40:15.388 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (29m) 2m ago 34m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:40:15.388 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (2m) 2m ago 99m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:40:15.388 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (2m) 2m ago 99m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:40:15.388 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (31m) 2m ago 98m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:40:15.388 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (84m) 2m ago 84m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:40:15.388 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (84m) 2m ago 84m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:40:15.388 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (28m) 2m ago 105m 438M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (18m) 2m ago 98m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (13m) 2m ago 105m 97.0M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (8m) 2m ago 103m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (34m) 2m ago 34m 91.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (34m) 2m ago 34m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 76m - - 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 74m - - 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (99m) 2m ago 99m 358M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (99m) 2m ago 99m 412M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (96m) 2m ago 96m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (96m) 2m ago 96m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (94m) 2m ago 94m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (94m) 2m ago 94m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (94m) 2m ago 94m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:40:15.389 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (93m) 2m ago 93m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:40:15.390 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (34m) 2m ago 34m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:40:15.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:13.682912+0000 mgr.smithi115.zzjgkn (mgr.34102) 550 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:15.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:13.682912+0000 mgr.smithi115.zzjgkn (mgr.34102) 550 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:15.720 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:40:15.720 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:40:15.720 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:40:15.720 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:40:15.720 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:40:15.720 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:40:15.720 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:40:15.720 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:40:15.720 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:40:15.720 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:40:15.720 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:40:15.720 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:40:15.720 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:40:15.721 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:40:15.721 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:40:15.721 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:40:15.721 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:40:15.721 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:40:15.994 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:40:15.995 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:40:15.995 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:40:15.995 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:40:15.995 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:40:15.995 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:40:15.995 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:40:15.995 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:40:15.995 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:40:15.995 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "6/23 daemons upgraded", 2024-02-23T01:40:15.995 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading crash daemons", 2024-02-23T01:40:15.995 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:40:15.995 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:40:16.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:14.831747+0000 mgr.smithi115.zzjgkn (mgr.34102) 551 : audit [DBG] from='client.34608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.106709+0000 mgr.smithi115.zzjgkn (mgr.34102) 552 : audit [DBG] from='client.34612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.374762+0000 mgr.smithi115.zzjgkn (mgr.34102) 553 : audit [DBG] from='client.34616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.376575+0000 mon.smithi115 (mon.0) 590 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:40:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.376954+0000 mon.smithi115 (mon.0) 591 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.377258+0000 mon.smithi115 (mon.0) 592 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.377566+0000 mon.smithi115 (mon.0) 593 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.377873+0000 mon.smithi115 (mon.0) 594 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.379858+0000 mon.smithi115 (mon.0) 595 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:40:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.380171+0000 mon.smithi115 (mon.0) 596 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.380464+0000 mon.smithi115 (mon.0) 597 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.380753+0000 mon.smithi115 (mon.0) 598 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.381034+0000 mon.smithi115 (mon.0) 599 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.718762+0000 mon.smithi115 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.115:0/2152475447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:40:16.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:14.831747+0000 mgr.smithi115.zzjgkn (mgr.34102) 551 : audit [DBG] from='client.34608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:16.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.106709+0000 mgr.smithi115.zzjgkn (mgr.34102) 552 : audit [DBG] from='client.34612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:16.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.374762+0000 mgr.smithi115.zzjgkn (mgr.34102) 553 : audit [DBG] from='client.34616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:16.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.376575+0000 mon.smithi115 (mon.0) 590 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:40:16.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.376954+0000 mon.smithi115 (mon.0) 591 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.377258+0000 mon.smithi115 (mon.0) 592 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.377566+0000 mon.smithi115 (mon.0) 593 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.377873+0000 mon.smithi115 (mon.0) 594 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.379858+0000 mon.smithi115 (mon.0) 595 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:40:16.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.380171+0000 mon.smithi115 (mon.0) 596 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.380464+0000 mon.smithi115 (mon.0) 597 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.380753+0000 mon.smithi115 (mon.0) 598 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.381034+0000 mon.smithi115 (mon.0) 599 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:16.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.718762+0000 mon.smithi115 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.115:0/2152475447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:40:17.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:15.683500+0000 mgr.smithi115.zzjgkn (mgr.34102) 554 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:17.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:15.993314+0000 mgr.smithi115.zzjgkn (mgr.34102) 555 : audit [DBG] from='client.34624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:17.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:15.683500+0000 mgr.smithi115.zzjgkn (mgr.34102) 554 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:17.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:15.993314+0000 mgr.smithi115.zzjgkn (mgr.34102) 555 : audit [DBG] from='client.34624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:19.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:17.683962+0000 mgr.smithi115.zzjgkn (mgr.34102) 556 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:19.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:17.683962+0000 mgr.smithi115.zzjgkn (mgr.34102) 556 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:21.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:19.684359+0000 mgr.smithi115.zzjgkn (mgr.34102) 557 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:21.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:19.684359+0000 mgr.smithi115.zzjgkn (mgr.34102) 557 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:23.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:21.685126+0000 mgr.smithi115.zzjgkn (mgr.34102) 558 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:23.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:21.685126+0000 mgr.smithi115.zzjgkn (mgr.34102) 558 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:25.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:23.685508+0000 mgr.smithi115.zzjgkn (mgr.34102) 559 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:25.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:23.685508+0000 mgr.smithi115.zzjgkn (mgr.34102) 559 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:27.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:25.686289+0000 mgr.smithi115.zzjgkn (mgr.34102) 560 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:27.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:25.686289+0000 mgr.smithi115.zzjgkn (mgr.34102) 560 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:29.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:27.686877+0000 mgr.smithi115.zzjgkn (mgr.34102) 561 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:29.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:27.686877+0000 mgr.smithi115.zzjgkn (mgr.34102) 561 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:31.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:29.687351+0000 mgr.smithi115.zzjgkn (mgr.34102) 562 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:31.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:29.687351+0000 mgr.smithi115.zzjgkn (mgr.34102) 562 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:33.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:31.687997+0000 mgr.smithi115.zzjgkn (mgr.34102) 563 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:33.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:40:31.688100+0000 mgr.smithi115.zzjgkn (mgr.34102) 564 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:40:33.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:40:33.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:40:33.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:40:33.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:40:33.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:40:33.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:40:33.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:40:33.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:40:33.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:40:33.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:40:33.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:40:33.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T01:40:33.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:40:33.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T01:40:33.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:40:33.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:40:33.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:40:33.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:40:33.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:40:33.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:40:33.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:40:33.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:40:33.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:40:33.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:40:33.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:40:33.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:40:33.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:40:33.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:40:33.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:40:33.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:40:33.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:40:33.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:40:33.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:40:33.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:40:33.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:40:33.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:40:33.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:40:33.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:40:33.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:40:31.689097+0000 mgr.smithi115.zzjgkn (mgr.34102) 565 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T01:40:33.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:40:31.689228+0000 mgr.smithi115.zzjgkn (mgr.34102) 566 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T01:40:33.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:31.687997+0000 mgr.smithi115.zzjgkn (mgr.34102) 563 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:33.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:40:31.688100+0000 mgr.smithi115.zzjgkn (mgr.34102) 564 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:40:33.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:40:33.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:40:33.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:40:33.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:40:33.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:40:33.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:40:33.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:40:33.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:40:33.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:40:33.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:40:33.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:40:33.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:40:31.689097+0000 mgr.smithi115.zzjgkn (mgr.34102) 565 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T01:40:33.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:40:31.689228+0000 mgr.smithi115.zzjgkn (mgr.34102) 566 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T01:40:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:33.688377+0000 mgr.smithi115.zzjgkn (mgr.34102) 567 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:35.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:33.688377+0000 mgr.smithi115.zzjgkn (mgr.34102) 567 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:37.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:35.689171+0000 mgr.smithi115.zzjgkn (mgr.34102) 568 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:37.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:35.689171+0000 mgr.smithi115.zzjgkn (mgr.34102) 568 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:39.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:37.689703+0000 mgr.smithi115.zzjgkn (mgr.34102) 569 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:39.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:37.689703+0000 mgr.smithi115.zzjgkn (mgr.34102) 569 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:41.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:39.690127+0000 mgr.smithi115.zzjgkn (mgr.34102) 570 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:41.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:39.690127+0000 mgr.smithi115.zzjgkn (mgr.34102) 570 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:43.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:41.690840+0000 mgr.smithi115.zzjgkn (mgr.34102) 571 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:43.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:41.690840+0000 mgr.smithi115.zzjgkn (mgr.34102) 571 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:45.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:43.691236+0000 mgr.smithi115.zzjgkn (mgr.34102) 572 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:45.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:43.691236+0000 mgr.smithi115.zzjgkn (mgr.34102) 572 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:46.292 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:40:46.838 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (29m) 2m ago 35m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (3m) 2m ago 99m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (2m) 2m ago 99m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (32m) 2m ago 99m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (85m) 2m ago 85m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (85m) 2m ago 85m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (29m) 2m ago 106m 438M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (18m) 2m ago 99m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (13m) 2m ago 106m 97.0M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (8m) 2m ago 104m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (35m) 2m ago 35m 91.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (35m) 2m ago 35m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 77m - - 2024-02-23T01:40:46.839 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 75m - - 2024-02-23T01:40:46.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (99m) 2m ago 99m 358M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:40:46.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (99m) 2m ago 99m 412M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:40:46.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (97m) 2m ago 97m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:40:46.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (97m) 2m ago 96m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:40:46.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (95m) 2m ago 95m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:40:46.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (95m) 2m ago 95m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:40:46.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (94m) 2m ago 94m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:40:46.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (94m) 2m ago 94m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:40:46.840 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (35m) 2m ago 35m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:40:47.163 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:40:47.163 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:40:47.163 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:40:47.163 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:40:47.163 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:40:47.163 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:40:47.163 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:40:47.163 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:40:47.164 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:40:47.164 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:40:47.164 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:40:47.164 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:40:47.164 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:40:47.164 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:40:47.164 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:40:47.164 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:40:47.164 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:40:47.164 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:40:47.438 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:40:47.438 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:40:47.438 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:40:47.438 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:40:47.438 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:40:47.438 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:40:47.438 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:40:47.438 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:40:47.438 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:40:47.439 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "6/23 daemons upgraded", 2024-02-23T01:40:47.439 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading crash daemons", 2024-02-23T01:40:47.439 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:40:47.439 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:40:47.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:45.692048+0000 mgr.smithi115.zzjgkn (mgr.34102) 573 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:46.279320+0000 mgr.smithi115.zzjgkn (mgr.34102) 574 : audit [DBG] from='client.34628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:46.828254+0000 mon.smithi115 (mon.0) 601 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:40:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:46.828577+0000 mon.smithi115 (mon.0) 602 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:46.828855+0000 mon.smithi115 (mon.0) 603 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:46.829088+0000 mon.smithi115 (mon.0) 604 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:46.829314+0000 mon.smithi115 (mon.0) 605 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:46.831215+0000 mon.smithi115 (mon.0) 606 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:40:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:46.831489+0000 mon.smithi115 (mon.0) 607 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:46.831731+0000 mon.smithi115 (mon.0) 608 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:46.831961+0000 mon.smithi115 (mon.0) 609 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:46.832184+0000 mon.smithi115 (mon.0) 610 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:47.162245+0000 mon.smithi115 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.115:0/2377582937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:40:47.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:45.692048+0000 mgr.smithi115.zzjgkn (mgr.34102) 573 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:47.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:46.279320+0000 mgr.smithi115.zzjgkn (mgr.34102) 574 : audit [DBG] from='client.34628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:47.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:46.828254+0000 mon.smithi115 (mon.0) 601 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:40:47.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:46.828577+0000 mon.smithi115 (mon.0) 602 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:46.828855+0000 mon.smithi115 (mon.0) 603 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:46.829088+0000 mon.smithi115 (mon.0) 604 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:46.829314+0000 mon.smithi115 (mon.0) 605 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:46.831215+0000 mon.smithi115 (mon.0) 606 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:40:47.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:46.831489+0000 mon.smithi115 (mon.0) 607 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:46.831731+0000 mon.smithi115 (mon.0) 608 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:46.831961+0000 mon.smithi115 (mon.0) 609 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:46.832184+0000 mon.smithi115 (mon.0) 610 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:40:47.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:47.162245+0000 mon.smithi115 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.115:0/2377582937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:40:48.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:46.555242+0000 mgr.smithi115.zzjgkn (mgr.34102) 575 : audit [DBG] from='client.34632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:48.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:46.826495+0000 mgr.smithi115.zzjgkn (mgr.34102) 576 : audit [DBG] from='client.34636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:48.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:40:47.436810+0000 mgr.smithi115.zzjgkn (mgr.34102) 577 : audit [DBG] from='client.34644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:48.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:46.555242+0000 mgr.smithi115.zzjgkn (mgr.34102) 575 : audit [DBG] from='client.34632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:48.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:46.826495+0000 mgr.smithi115.zzjgkn (mgr.34102) 576 : audit [DBG] from='client.34636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:48.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:40:47.436810+0000 mgr.smithi115.zzjgkn (mgr.34102) 577 : audit [DBG] from='client.34644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:40:49.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:47.692418+0000 mgr.smithi115.zzjgkn (mgr.34102) 578 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:49.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:47.692418+0000 mgr.smithi115.zzjgkn (mgr.34102) 578 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:51.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:49.692979+0000 mgr.smithi115.zzjgkn (mgr.34102) 579 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:51.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:49.692979+0000 mgr.smithi115.zzjgkn (mgr.34102) 579 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:53.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:51.693779+0000 mgr.smithi115.zzjgkn (mgr.34102) 580 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:53.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:51.693779+0000 mgr.smithi115.zzjgkn (mgr.34102) 580 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:55.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:53.694351+0000 mgr.smithi115.zzjgkn (mgr.34102) 581 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:55.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:53.694351+0000 mgr.smithi115.zzjgkn (mgr.34102) 581 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:57.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:55.695340+0000 mgr.smithi115.zzjgkn (mgr.34102) 582 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:57.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:55.695340+0000 mgr.smithi115.zzjgkn (mgr.34102) 582 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:59.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:40:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:57.695878+0000 mgr.smithi115.zzjgkn (mgr.34102) 583 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:40:59.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:40:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:57.695878+0000 mgr.smithi115.zzjgkn (mgr.34102) 583 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:40:59.696407+0000 mgr.smithi115.zzjgkn (mgr.34102) 584 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:01.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:40:59.696407+0000 mgr.smithi115.zzjgkn (mgr.34102) 584 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:03.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:01.697149+0000 mgr.smithi115.zzjgkn (mgr.34102) 585 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:03.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:01.697149+0000 mgr.smithi115.zzjgkn (mgr.34102) 585 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:03.697542+0000 mgr.smithi115.zzjgkn (mgr.34102) 586 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:03.697542+0000 mgr.smithi115.zzjgkn (mgr.34102) 586 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:07.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:05.698378+0000 mgr.smithi115.zzjgkn (mgr.34102) 587 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:05.698378+0000 mgr.smithi115.zzjgkn (mgr.34102) 587 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:09.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:07.698934+0000 mgr.smithi115.zzjgkn (mgr.34102) 588 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:09.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:07.698934+0000 mgr.smithi115.zzjgkn (mgr.34102) 588 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:10.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:09.773119+0000 mon.smithi115 (mon.0) 612 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-02-23T01:41:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:09.773473+0000 mon.smithi115 (mon.0) 613 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:41:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:09.773695+0000 mon.smithi115 (mon.0) 614 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T01:41:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:09.773920+0000 mon.smithi115 (mon.0) 615 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-02-23T01:41:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:09.773119+0000 mon.smithi115 (mon.0) 612 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-02-23T01:41:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:09.773473+0000 mon.smithi115 (mon.0) 613 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:41:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:09.773695+0000 mon.smithi115 (mon.0) 614 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T01:41:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:09.773920+0000 mon.smithi115 (mon.0) 615 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-02-23T01:41:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:09.699329+0000 mgr.smithi115.zzjgkn (mgr.34102) 589 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:11.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:09.699329+0000 mgr.smithi115.zzjgkn (mgr.34102) 589 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:13.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:11.700059+0000 mgr.smithi115.zzjgkn (mgr.34102) 590 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:11.700059+0000 mgr.smithi115.zzjgkn (mgr.34102) 590 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:13.700674+0000 mgr.smithi115.zzjgkn (mgr.34102) 591 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:13.700674+0000 mgr.smithi115.zzjgkn (mgr.34102) 591 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:17.735 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:41:17.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:15.701571+0000 mgr.smithi115.zzjgkn (mgr.34102) 592 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:15.701571+0000 mgr.smithi115.zzjgkn (mgr.34102) 592 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:18.274 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:41:18.274 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (30m) 3m ago 35m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:41:18.274 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (3m) 3m ago 100m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:41:18.274 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (3m) 3m ago 100m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:41:18.274 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (32m) 3m ago 100m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (85m) 3m ago 85m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (85m) 3m ago 85m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (29m) 3m ago 106m 438M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (19m) 3m ago 99m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (14m) 3m ago 106m 97.0M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (9m) 3m ago 105m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (35m) 3m ago 35m 91.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (35m) 3m ago 35m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 77m - - 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 75m - - 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (100m) 3m ago 100m 358M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (100m) 3m ago 100m 412M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (97m) 3m ago 97m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (97m) 3m ago 97m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:41:18.275 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (95m) 3m ago 95m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:41:18.276 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (95m) 3m ago 95m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:41:18.276 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (95m) 3m ago 95m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:41:18.276 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (94m) 3m ago 94m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:41:18.276 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (35m) 3m ago 35m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:41:18.601 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:41:18.602 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:41:18.602 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:41:18.602 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:41:18.602 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:41:18.602 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:41:18.602 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:41:18.602 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:41:18.602 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:41:18.602 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:41:18.602 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:41:18.602 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:41:18.602 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:41:18.602 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:41:18.603 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:41:18.603 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:41:18.603 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:41:18.603 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:41:18.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:18.263566+0000 mon.smithi115 (mon.0) 616 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:41:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:18.263904+0000 mon.smithi115 (mon.0) 617 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:18.264162+0000 mon.smithi115 (mon.0) 618 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:18.264387+0000 mon.smithi115 (mon.0) 619 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:18.264608+0000 mon.smithi115 (mon.0) 620 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:18.266566+0000 mon.smithi115 (mon.0) 621 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:41:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:18.266868+0000 mon.smithi115 (mon.0) 622 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:18.267120+0000 mon.smithi115 (mon.0) 623 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:18.267357+0000 mon.smithi115 (mon.0) 624 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:18.267583+0000 mon.smithi115 (mon.0) 625 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:18.263566+0000 mon.smithi115 (mon.0) 616 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:41:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:18.263904+0000 mon.smithi115 (mon.0) 617 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:18.264162+0000 mon.smithi115 (mon.0) 618 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:18.264387+0000 mon.smithi115 (mon.0) 619 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:18.264608+0000 mon.smithi115 (mon.0) 620 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:18.266566+0000 mon.smithi115 (mon.0) 621 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:41:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:18.266868+0000 mon.smithi115 (mon.0) 622 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:18.267120+0000 mon.smithi115 (mon.0) 623 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:18.267357+0000 mon.smithi115 (mon.0) 624 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:18.267583+0000 mon.smithi115 (mon.0) 625 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:18.879 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:41:18.880 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:41:18.880 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:41:18.880 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:41:18.880 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:41:18.880 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:41:18.880 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:41:18.880 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:41:18.880 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:41:18.880 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "6/23 daemons upgraded", 2024-02-23T01:41:18.880 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading crash daemons", 2024-02-23T01:41:18.880 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:41:18.880 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:41:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:17.702000+0000 mgr.smithi115.zzjgkn (mgr.34102) 593 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:17.723600+0000 mgr.smithi115.zzjgkn (mgr.34102) 594 : audit [DBG] from='client.34648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:19.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:17.996480+0000 mgr.smithi115.zzjgkn (mgr.34102) 595 : audit [DBG] from='client.34652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:19.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:18.261802+0000 mgr.smithi115.zzjgkn (mgr.34102) 596 : audit [DBG] from='client.34656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:19.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:18.600762+0000 mon.smithi115 (mon.0) 626 : audit [DBG] from='client.? 172.21.15.115:0/335791125' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:41:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:17.702000+0000 mgr.smithi115.zzjgkn (mgr.34102) 593 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:17.723600+0000 mgr.smithi115.zzjgkn (mgr.34102) 594 : audit [DBG] from='client.34648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:17.996480+0000 mgr.smithi115.zzjgkn (mgr.34102) 595 : audit [DBG] from='client.34652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:18.261802+0000 mgr.smithi115.zzjgkn (mgr.34102) 596 : audit [DBG] from='client.34656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:18.600762+0000 mon.smithi115 (mon.0) 626 : audit [DBG] from='client.? 172.21.15.115:0/335791125' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:41:20.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:18.878430+0000 mgr.smithi115.zzjgkn (mgr.34102) 597 : audit [DBG] from='client.34664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:20.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:18.878430+0000 mgr.smithi115.zzjgkn (mgr.34102) 597 : audit [DBG] from='client.34664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:21.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:19.702462+0000 mgr.smithi115.zzjgkn (mgr.34102) 598 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:21.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:19.702462+0000 mgr.smithi115.zzjgkn (mgr.34102) 598 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:21.703172+0000 mgr.smithi115.zzjgkn (mgr.34102) 599 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:21.703172+0000 mgr.smithi115.zzjgkn (mgr.34102) 599 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:25.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:23.703748+0000 mgr.smithi115.zzjgkn (mgr.34102) 600 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:23.703748+0000 mgr.smithi115.zzjgkn (mgr.34102) 600 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:27.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:25.704577+0000 mgr.smithi115.zzjgkn (mgr.34102) 601 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:25.704577+0000 mgr.smithi115.zzjgkn (mgr.34102) 601 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:29.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:27.705054+0000 mgr.smithi115.zzjgkn (mgr.34102) 602 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:27.705054+0000 mgr.smithi115.zzjgkn (mgr.34102) 602 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:31.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:29.705492+0000 mgr.smithi115.zzjgkn (mgr.34102) 603 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:29.705492+0000 mgr.smithi115.zzjgkn (mgr.34102) 603 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:33.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:31.706353+0000 mgr.smithi115.zzjgkn (mgr.34102) 604 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:31.706353+0000 mgr.smithi115.zzjgkn (mgr.34102) 604 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:35.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:33.706857+0000 mgr.smithi115.zzjgkn (mgr.34102) 605 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:33.706857+0000 mgr.smithi115.zzjgkn (mgr.34102) 605 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:37.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:35.707699+0000 mgr.smithi115.zzjgkn (mgr.34102) 606 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:35.707699+0000 mgr.smithi115.zzjgkn (mgr.34102) 606 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:39.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:37.708147+0000 mgr.smithi115.zzjgkn (mgr.34102) 607 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:39.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:37.708147+0000 mgr.smithi115.zzjgkn (mgr.34102) 607 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:41.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:39.708748+0000 mgr.smithi115.zzjgkn (mgr.34102) 608 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:39.708748+0000 mgr.smithi115.zzjgkn (mgr.34102) 608 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:41.709481+0000 mgr.smithi115.zzjgkn (mgr.34102) 609 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:41.709481+0000 mgr.smithi115.zzjgkn (mgr.34102) 609 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:45.703 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:43.709886+0000 mgr.smithi115.zzjgkn (mgr.34102) 610 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:43.709886+0000 mgr.smithi115.zzjgkn (mgr.34102) 610 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:45.710601+0000 mgr.smithi115.zzjgkn (mgr.34102) 611 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:45.710601+0000 mgr.smithi115.zzjgkn (mgr.34102) 611 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:49.177 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:41:49.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:47.711038+0000 mgr.smithi115.zzjgkn (mgr.34102) 612 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:49.722 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:41:49.722 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (30m) 3m ago 36m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (4m) 3m ago 100m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (3m) 3m ago 100m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (33m) 3m ago 100m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (86m) 3m ago 86m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (86m) 3m ago 86m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (30m) 3m ago 107m 438M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (20m) 3m ago 100m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (14m) 3m ago 107m 97.0M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (9m) 3m ago 105m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (36m) 3m ago 36m 91.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (36m) 3m ago 36m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 78m - - 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 76m - - 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (100m) 3m ago 100m 358M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:41:49.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (100m) 3m ago 100m 412M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:41:49.724 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (98m) 3m ago 98m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:41:49.724 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (98m) 3m ago 98m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:41:49.724 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (96m) 3m ago 96m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:41:49.724 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (96m) 3m ago 96m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:41:49.724 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (95m) 3m ago 95m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:41:49.724 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (95m) 3m ago 95m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:41:49.724 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (36m) 3m ago 36m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:41:49.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:47.711038+0000 mgr.smithi115.zzjgkn (mgr.34102) 612 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:50.048 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:41:50.048 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:41:50.048 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:41:50.048 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:41:50.048 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:41:50.048 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:41:50.048 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:41:50.048 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:41:50.048 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:41:50.049 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:41:50.049 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:41:50.049 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:41:50.049 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:41:50.049 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:41:50.049 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:41:50.049 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:41:50.049 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:41:50.049 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:41:50.323 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:41:50.323 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:41:50.323 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:41:50.323 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:41:50.323 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:41:50.323 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:41:50.323 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:41:50.323 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:41:50.323 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:41:50.324 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "6/23 daemons upgraded", 2024-02-23T01:41:50.324 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading crash daemons", 2024-02-23T01:41:50.324 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:41:50.324 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:41:50.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:49.165183+0000 mgr.smithi115.zzjgkn (mgr.34102) 613 : audit [DBG] from='client.34668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:49.440440+0000 mgr.smithi115.zzjgkn (mgr.34102) 614 : audit [DBG] from='client.34672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:49.710620+0000 mon.smithi115 (mon.0) 627 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:41:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:49.710985+0000 mon.smithi115 (mon.0) 628 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:49.711283+0000 mon.smithi115 (mon.0) 629 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:49.711968+0000 mon.smithi115 (mon.0) 630 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:49.712316+0000 mon.smithi115 (mon.0) 631 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:49.714271+0000 mon.smithi115 (mon.0) 632 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:41:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:49.714571+0000 mon.smithi115 (mon.0) 633 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:49.714866+0000 mon.smithi115 (mon.0) 634 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:49.715146+0000 mon.smithi115 (mon.0) 635 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:49.715418+0000 mon.smithi115 (mon.0) 636 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:50.046903+0000 mon.smithi115 (mon.0) 637 : audit [DBG] from='client.? 172.21.15.115:0/795364040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:41:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:49.165183+0000 mgr.smithi115.zzjgkn (mgr.34102) 613 : audit [DBG] from='client.34668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:49.440440+0000 mgr.smithi115.zzjgkn (mgr.34102) 614 : audit [DBG] from='client.34672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:49.710620+0000 mon.smithi115 (mon.0) 627 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:41:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:49.710985+0000 mon.smithi115 (mon.0) 628 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:49.711283+0000 mon.smithi115 (mon.0) 629 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:49.711968+0000 mon.smithi115 (mon.0) 630 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:49.712316+0000 mon.smithi115 (mon.0) 631 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:49.714271+0000 mon.smithi115 (mon.0) 632 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:41:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:49.714571+0000 mon.smithi115 (mon.0) 633 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:49.714866+0000 mon.smithi115 (mon.0) 634 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:49.715146+0000 mon.smithi115 (mon.0) 635 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:49.715418+0000 mon.smithi115 (mon.0) 636 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:41:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:50.046903+0000 mon.smithi115 (mon.0) 637 : audit [DBG] from='client.? 172.21.15.115:0/795364040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:41:51.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:49.708849+0000 mgr.smithi115.zzjgkn (mgr.34102) 615 : audit [DBG] from='client.34676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:49.711348+0000 mgr.smithi115.zzjgkn (mgr.34102) 616 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:41:50.321571+0000 mgr.smithi115.zzjgkn (mgr.34102) 617 : audit [DBG] from='client.34684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:49.708849+0000 mgr.smithi115.zzjgkn (mgr.34102) 615 : audit [DBG] from='client.34676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:49.711348+0000 mgr.smithi115.zzjgkn (mgr.34102) 616 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:41:50.321571+0000 mgr.smithi115.zzjgkn (mgr.34102) 617 : audit [DBG] from='client.34684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:41:53.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:51.712121+0000 mgr.smithi115.zzjgkn (mgr.34102) 618 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:53.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:51.712121+0000 mgr.smithi115.zzjgkn (mgr.34102) 618 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:55.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:53.712651+0000 mgr.smithi115.zzjgkn (mgr.34102) 619 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:53.712651+0000 mgr.smithi115.zzjgkn (mgr.34102) 619 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:57.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:55.713319+0000 mgr.smithi115.zzjgkn (mgr.34102) 620 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:55.713319+0000 mgr.smithi115.zzjgkn (mgr.34102) 620 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:41:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:57.713746+0000 mgr.smithi115.zzjgkn (mgr.34102) 621 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:41:59.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:41:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:57.713746+0000 mgr.smithi115.zzjgkn (mgr.34102) 621 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:01.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:41:59.714103+0000 mgr.smithi115.zzjgkn (mgr.34102) 622 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:41:59.714103+0000 mgr.smithi115.zzjgkn (mgr.34102) 622 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:03.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:01.715039+0000 mgr.smithi115.zzjgkn (mgr.34102) 623 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:01.715039+0000 mgr.smithi115.zzjgkn (mgr.34102) 623 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:05.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:03.715505+0000 mgr.smithi115.zzjgkn (mgr.34102) 624 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:03.715505+0000 mgr.smithi115.zzjgkn (mgr.34102) 624 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:07.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:05.716389+0000 mgr.smithi115.zzjgkn (mgr.34102) 625 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:05.716389+0000 mgr.smithi115.zzjgkn (mgr.34102) 625 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:09.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:07.716822+0000 mgr.smithi115.zzjgkn (mgr.34102) 626 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:09.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:07.716822+0000 mgr.smithi115.zzjgkn (mgr.34102) 626 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:09.777080+0000 mon.smithi115 (mon.0) 638 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-02-23T01:42:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:09.777353+0000 mon.smithi115 (mon.0) 639 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T01:42:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:09.777808+0000 mon.smithi115 (mon.0) 640 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T01:42:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:09.778124+0000 mon.smithi115 (mon.0) 641 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T01:42:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:09.777080+0000 mon.smithi115 (mon.0) 638 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-02-23T01:42:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:09.777353+0000 mon.smithi115 (mon.0) 639 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T01:42:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:09.777808+0000 mon.smithi115 (mon.0) 640 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T01:42:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:09.778124+0000 mon.smithi115 (mon.0) 641 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T01:42:11.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:09.717333+0000 mgr.smithi115.zzjgkn (mgr.34102) 627 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:09.717333+0000 mgr.smithi115.zzjgkn (mgr.34102) 627 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:11.718268+0000 mgr.smithi115.zzjgkn (mgr.34102) 628 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:11.718268+0000 mgr.smithi115.zzjgkn (mgr.34102) 628 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:13.718834+0000 mgr.smithi115.zzjgkn (mgr.34102) 629 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:13.718834+0000 mgr.smithi115.zzjgkn (mgr.34102) 629 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:17.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:15.719482+0000 mgr.smithi115.zzjgkn (mgr.34102) 630 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:17.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:15.719482+0000 mgr.smithi115.zzjgkn (mgr.34102) 630 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:17.720075+0000 mgr.smithi115.zzjgkn (mgr.34102) 631 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:19.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:17.720075+0000 mgr.smithi115.zzjgkn (mgr.34102) 631 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:20.619 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:42:21.158 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:42:21.158 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (31m) 4m ago 36m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:42:21.158 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (4m) 4m ago 101m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:42:21.158 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (4m) 4m ago 101m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:42:21.158 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (33m) 4m ago 101m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (86m) 4m ago 86m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (86m) 4m ago 86m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (31m) 4m ago 107m 438M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (20m) 4m ago 101m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (15m) 4m ago 107m 97.0M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (10m) 4m ago 106m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (36m) 4m ago 36m 91.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (36m) 4m ago 36m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 78m - - 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 76m - - 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (101m) 4m ago 101m 358M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (101m) 4m ago 101m 412M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (98m) 4m ago 98m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (98m) 4m ago 98m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:42:21.159 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (96m) 4m ago 96m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:42:21.160 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (96m) 4m ago 96m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:42:21.160 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (96m) 4m ago 96m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:42:21.160 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (96m) 4m ago 96m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:42:21.160 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (36m) 4m ago 36m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:42:21.486 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:42:21.486 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:42:21.486 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:42:21.486 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:42:21.486 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:42:21.486 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:42:21.486 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:42:21.486 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:42:21.486 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:42:21.487 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:42:21.487 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:42:21.487 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:42:21.487 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:42:21.487 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:42:21.487 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:42:21.487 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:42:21.487 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:42:21.487 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:42:21.762 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:42:21.762 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:42:21.762 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:42:21.762 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:42:21.762 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:42:21.762 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:42:21.762 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:42:21.762 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:42:21.762 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:42:21.762 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "6/23 daemons upgraded", 2024-02-23T01:42:21.762 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading crash daemons", 2024-02-23T01:42:21.763 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:42:21.763 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:42:21.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:19.720570+0000 mgr.smithi115.zzjgkn (mgr.34102) 632 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:21.147393+0000 mon.smithi115 (mon.0) 642 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:42:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:21.147738+0000 mon.smithi115 (mon.0) 643 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:21.148023+0000 mon.smithi115 (mon.0) 644 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:21.148290+0000 mon.smithi115 (mon.0) 645 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:21.148548+0000 mon.smithi115 (mon.0) 646 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:21.150476+0000 mon.smithi115 (mon.0) 647 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:42:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:21.150769+0000 mon.smithi115 (mon.0) 648 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:21.151032+0000 mon.smithi115 (mon.0) 649 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:21.151309+0000 mon.smithi115 (mon.0) 650 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:21.151555+0000 mon.smithi115 (mon.0) 651 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:19.720570+0000 mgr.smithi115.zzjgkn (mgr.34102) 632 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:21.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:21.147393+0000 mon.smithi115 (mon.0) 642 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:42:21.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:21.147738+0000 mon.smithi115 (mon.0) 643 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:21.148023+0000 mon.smithi115 (mon.0) 644 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:21.148290+0000 mon.smithi115 (mon.0) 645 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:21.148548+0000 mon.smithi115 (mon.0) 646 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:21.150476+0000 mon.smithi115 (mon.0) 647 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:42:21.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:21.150769+0000 mon.smithi115 (mon.0) 648 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:21.151032+0000 mon.smithi115 (mon.0) 649 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:21.151309+0000 mon.smithi115 (mon.0) 650 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:21.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:21.151555+0000 mon.smithi115 (mon.0) 651 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:20.607063+0000 mgr.smithi115.zzjgkn (mgr.34102) 633 : audit [DBG] from='client.34688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:20.878050+0000 mgr.smithi115.zzjgkn (mgr.34102) 634 : audit [DBG] from='client.34692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:21.145550+0000 mgr.smithi115.zzjgkn (mgr.34102) 635 : audit [DBG] from='client.34696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:21.484851+0000 mon.smithi115 (mon.0) 652 : audit [DBG] from='client.? 172.21.15.115:0/3235335624' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:42:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:20.607063+0000 mgr.smithi115.zzjgkn (mgr.34102) 633 : audit [DBG] from='client.34688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:20.878050+0000 mgr.smithi115.zzjgkn (mgr.34102) 634 : audit [DBG] from='client.34692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:21.145550+0000 mgr.smithi115.zzjgkn (mgr.34102) 635 : audit [DBG] from='client.34696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:21.484851+0000 mon.smithi115 (mon.0) 652 : audit [DBG] from='client.? 172.21.15.115:0/3235335624' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:42:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:21.721197+0000 mgr.smithi115.zzjgkn (mgr.34102) 636 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:21.760671+0000 mgr.smithi115.zzjgkn (mgr.34102) 637 : audit [DBG] from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:21.721197+0000 mgr.smithi115.zzjgkn (mgr.34102) 636 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:21.760671+0000 mgr.smithi115.zzjgkn (mgr.34102) 637 : audit [DBG] from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:25.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:23.721596+0000 mgr.smithi115.zzjgkn (mgr.34102) 638 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:23.721596+0000 mgr.smithi115.zzjgkn (mgr.34102) 638 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:25.722311+0000 mgr.smithi115.zzjgkn (mgr.34102) 639 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:25.722311+0000 mgr.smithi115.zzjgkn (mgr.34102) 639 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:29.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:27.722784+0000 mgr.smithi115.zzjgkn (mgr.34102) 640 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:27.722784+0000 mgr.smithi115.zzjgkn (mgr.34102) 640 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:31.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:29.723113+0000 mgr.smithi115.zzjgkn (mgr.34102) 641 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:29.723113+0000 mgr.smithi115.zzjgkn (mgr.34102) 641 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:33.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:31.724006+0000 mgr.smithi115.zzjgkn (mgr.34102) 642 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:31.724006+0000 mgr.smithi115.zzjgkn (mgr.34102) 642 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:35.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:33.724555+0000 mgr.smithi115.zzjgkn (mgr.34102) 643 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:33.724555+0000 mgr.smithi115.zzjgkn (mgr.34102) 643 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:35.725255+0000 mgr.smithi115.zzjgkn (mgr.34102) 644 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:35.725255+0000 mgr.smithi115.zzjgkn (mgr.34102) 644 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:37.725719+0000 mgr.smithi115.zzjgkn (mgr.34102) 645 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:37.725719+0000 mgr.smithi115.zzjgkn (mgr.34102) 645 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:41.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:39.726180+0000 mgr.smithi115.zzjgkn (mgr.34102) 646 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:39.726180+0000 mgr.smithi115.zzjgkn (mgr.34102) 646 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:41.727135+0000 mgr.smithi115.zzjgkn (mgr.34102) 647 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:41.727135+0000 mgr.smithi115.zzjgkn (mgr.34102) 647 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:45.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:43.727693+0000 mgr.smithi115.zzjgkn (mgr.34102) 648 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:43.727693+0000 mgr.smithi115.zzjgkn (mgr.34102) 648 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:47.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:45.728602+0000 mgr.smithi115.zzjgkn (mgr.34102) 649 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:45.728602+0000 mgr.smithi115.zzjgkn (mgr.34102) 649 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:49.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:47.729099+0000 mgr.smithi115.zzjgkn (mgr.34102) 650 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:49.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:47.729099+0000 mgr.smithi115.zzjgkn (mgr.34102) 650 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:51.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:49.729533+0000 mgr.smithi115.zzjgkn (mgr.34102) 651 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:49.729533+0000 mgr.smithi115.zzjgkn (mgr.34102) 651 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:52.057 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:42:52.597 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:42:52.597 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (31m) 4m ago 37m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:42:52.597 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (5m) 4m ago 102m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:42:52.597 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (5m) 4m ago 101m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:42:52.597 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (34m) 4m ago 101m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:42:52.597 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (87m) 4m ago 87m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (87m) 4m ago 87m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (31m) 4m ago 108m 438M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (21m) 4m ago 101m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (15m) 4m ago 108m 97.0M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (10m) 4m ago 106m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (37m) 4m ago 37m 91.5M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (37m) 4m ago 37m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 79m - - 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 77m - - 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (101m) 4m ago 101m 358M 4096M 15.2.13 2cf504fded39 3f0df2b415ef 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (101m) 4m ago 101m 412M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (99m) 4m ago 99m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (99m) 4m ago 99m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (97m) 4m ago 97m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (97m) 4m ago 97m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:42:52.598 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (96m) 4m ago 96m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:42:52.599 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (96m) 4m ago 96m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:42:52.599 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (37m) 4m ago 37m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:42:52.919 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:42:52.919 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:42:52.919 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:42:52.919 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:42:52.919 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:42:52.919 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:42:52.919 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:42:52.919 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:42:52.920 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-23T01:42:52.920 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:42:52.920 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:42:52.920 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:42:52.920 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:42:52.920 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:42:52.920 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-23T01:42:52.920 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T01:42:52.920 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:42:52.920 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:42:53.193 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:42:53.193 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:42:53.193 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:42:53.193 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:42:53.193 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:42:53.193 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:42:53.193 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:42:53.193 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:42:53.193 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:42:53.193 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "6/23 daemons upgraded", 2024-02-23T01:42:53.193 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading crash daemons", 2024-02-23T01:42:53.193 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:42:53.193 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:42:53.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:51.730190+0000 mgr.smithi115.zzjgkn (mgr.34102) 652 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.045783+0000 mgr.smithi115.zzjgkn (mgr.34102) 653 : audit [DBG] from='client.34708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.317013+0000 mgr.smithi115.zzjgkn (mgr.34102) 654 : audit [DBG] from='client.34712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.586360+0000 mon.smithi115 (mon.0) 653 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:42:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.586732+0000 mon.smithi115 (mon.0) 654 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.587010+0000 mon.smithi115 (mon.0) 655 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.587271+0000 mon.smithi115 (mon.0) 656 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.587530+0000 mon.smithi115 (mon.0) 657 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.589438+0000 mon.smithi115 (mon.0) 658 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:42:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.589764+0000 mon.smithi115 (mon.0) 659 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.590090+0000 mon.smithi115 (mon.0) 660 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.590356+0000 mon.smithi115 (mon.0) 661 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.590606+0000 mon.smithi115 (mon.0) 662 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.918155+0000 mon.smithi115 (mon.0) 663 : audit [DBG] from='client.? 172.21.15.115:0/2619899193' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:42:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:51.730190+0000 mgr.smithi115.zzjgkn (mgr.34102) 652 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.045783+0000 mgr.smithi115.zzjgkn (mgr.34102) 653 : audit [DBG] from='client.34708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.317013+0000 mgr.smithi115.zzjgkn (mgr.34102) 654 : audit [DBG] from='client.34712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.586360+0000 mon.smithi115 (mon.0) 653 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:42:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.586732+0000 mon.smithi115 (mon.0) 654 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.587010+0000 mon.smithi115 (mon.0) 655 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.587271+0000 mon.smithi115 (mon.0) 656 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.587530+0000 mon.smithi115 (mon.0) 657 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.589438+0000 mon.smithi115 (mon.0) 658 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:42:53.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.589764+0000 mon.smithi115 (mon.0) 659 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.590090+0000 mon.smithi115 (mon.0) 660 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.590356+0000 mon.smithi115 (mon.0) 661 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.590606+0000 mon.smithi115 (mon.0) 662 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:42:53.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.918155+0000 mon.smithi115 (mon.0) 663 : audit [DBG] from='client.? 172.21.15.115:0/2619899193' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:42:54.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:52.584582+0000 mgr.smithi115.zzjgkn (mgr.34102) 655 : audit [DBG] from='client.34716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:54.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:53.191557+0000 mgr.smithi115.zzjgkn (mgr.34102) 656 : audit [DBG] from='client.34724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:54.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:52.584582+0000 mgr.smithi115.zzjgkn (mgr.34102) 655 : audit [DBG] from='client.34716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:54.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:53.191557+0000 mgr.smithi115.zzjgkn (mgr.34102) 656 : audit [DBG] from='client.34724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:42:55.768 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:53.730566+0000 mgr.smithi115.zzjgkn (mgr.34102) 657 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:55.768 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:54.669109+0000 mon.smithi115 (mon.0) 664 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:42:55.768 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:54.671840+0000 mon.smithi115 (mon.0) 665 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:42:55.768 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:54.673355+0000 mon.smithi115 (mon.0) 666 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:42:55.768 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:54.674772+0000 mon.smithi115 (mon.0) 667 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:42:55.768 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:54.680139+0000 mon.smithi115 (mon.0) 668 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:42:55.768 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:54.680927+0000 mon.smithi115 (mon.0) 669 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi115"}]: dispatch 2024-02-23T01:42:55.768 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:54.684319+0000 mon.smithi115 (mon.0) 670 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi115"}]': finished 2024-02-23T01:42:55.768 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:54.685001+0000 mon.smithi115 (mon.0) 671 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi131"}]: dispatch 2024-02-23T01:42:55.769 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:54.688536+0000 mon.smithi115 (mon.0) 672 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi131"}]': finished 2024-02-23T01:42:55.769 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:54.689779+0000 mon.smithi115 (mon.0) 673 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-23T01:42:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:53.730566+0000 mgr.smithi115.zzjgkn (mgr.34102) 657 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:54.669109+0000 mon.smithi115 (mon.0) 664 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:42:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:54.671840+0000 mon.smithi115 (mon.0) 665 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:42:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:54.673355+0000 mon.smithi115 (mon.0) 666 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:42:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:54.674772+0000 mon.smithi115 (mon.0) 667 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:42:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:54.680139+0000 mon.smithi115 (mon.0) 668 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:42:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:54.680927+0000 mon.smithi115 (mon.0) 669 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi115"}]: dispatch 2024-02-23T01:42:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:54.684319+0000 mon.smithi115 (mon.0) 670 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi115"}]': finished 2024-02-23T01:42:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:54.685001+0000 mon.smithi115 (mon.0) 671 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi131"}]: dispatch 2024-02-23T01:42:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:54.688536+0000 mon.smithi115 (mon.0) 672 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi131"}]': finished 2024-02-23T01:42:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:54.689779+0000 mon.smithi115 (mon.0) 673 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-23T01:42:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:42:54.666591+0000 mgr.smithi115.zzjgkn (mgr.34102) 658 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:42:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:42:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:42:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:42:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:42:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:42:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:42:56.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:42:56.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:42:56.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:42:56.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T01:42:56.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:42:56.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T01:42:56.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:42:56.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:42:56.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:42:56.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:42:56.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:42:56.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:42:56.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:42:56.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:42:56.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:42:56.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:42:56.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:42:56.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:42:56.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:42:56.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:42:56.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:42:56.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:42:56.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:42:56.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:42:56.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:42:56.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:42:56.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:42:56.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:42:56.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:42:56.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:42:56.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:42:54.675446+0000 mgr.smithi115.zzjgkn (mgr.34102) 659 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-23T01:42:56.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:54.689935+0000 mgr.smithi115.zzjgkn (mgr.34102) 660 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-23T01:42:56.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:42:54.690829+0000 mgr.smithi115.zzjgkn (mgr.34102) 661 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-23T01:42:56.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:56.185174+0000 mon.smithi115 (mon.0) 674 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:42:56.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:56.185802+0000 mon.smithi115 (mon.0) 675 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-23T01:42:56.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:56.186295+0000 mon.smithi115 (mon.0) 676 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:42:56.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:56.187667+0000 mon.smithi115 (mon.0) 677 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-23T01:42:56.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:42:54.666591+0000 mgr.smithi115.zzjgkn (mgr.34102) 658 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:42:56.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:42:56.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:42:56.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:42:56.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:42:56.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:42:56.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:42:56.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:42:56.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:42:56.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:42:56.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:42:56.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:42:54.675446+0000 mgr.smithi115.zzjgkn (mgr.34102) 659 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-23T01:42:56.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:54.689935+0000 mgr.smithi115.zzjgkn (mgr.34102) 660 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-23T01:42:56.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:42:54.690829+0000 mgr.smithi115.zzjgkn (mgr.34102) 661 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-23T01:42:56.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:56.185174+0000 mon.smithi115 (mon.0) 674 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:42:56.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:56.185802+0000 mon.smithi115 (mon.0) 675 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-23T01:42:56.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:56.186295+0000 mon.smithi115 (mon.0) 676 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:42:56.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:56.187667+0000 mon.smithi115 (mon.0) 677 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-23T01:42:57.709 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:55.731244+0000 mgr.smithi115.zzjgkn (mgr.34102) 662 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:57.709 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:42:56.181207+0000 mgr.smithi115.zzjgkn (mgr.34102) 663 : cephadm [INF] Upgrade: Updating osd.0 2024-02-23T01:42:57.710 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:42:56.187327+0000 mgr.smithi115.zzjgkn (mgr.34102) 664 : cephadm [INF] Deploying daemon osd.0 on smithi115 2024-02-23T01:42:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:55.731244+0000 mgr.smithi115.zzjgkn (mgr.34102) 662 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:42:56.181207+0000 mgr.smithi115.zzjgkn (mgr.34102) 663 : cephadm [INF] Upgrade: Updating osd.0 2024-02-23T01:42:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:42:56.187327+0000 mgr.smithi115.zzjgkn (mgr.34102) 664 : cephadm [INF] Deploying daemon osd.0 on smithi115 2024-02-23T01:42:59.026 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:42:58 smithi115 systemd[1]: Stopping Ceph osd.0 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T01:42:59.775 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:42:59 smithi115 bash[130359]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.0 2024-02-23T01:42:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:57.731580+0000 mgr.smithi115.zzjgkn (mgr.34102) 665 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.223974+0000 mon.smithi115 (mon.0) 678 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-23T01:42:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.224000+0000 mon.smithi115 (mon.0) 679 : cluster [INF] osd.0 failed (root=default,host=smithi115) (connection refused reported by osd.3) 2024-02-23T01:42:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.224119+0000 mon.smithi115 (mon.0) 680 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-23T01:42:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.224240+0000 mon.smithi115 (mon.0) 681 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-23T01:42:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.224321+0000 mon.smithi115 (mon.0) 682 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-23T01:42:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.224389+0000 mon.smithi115 (mon.0) 683 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-23T01:42:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.224458+0000 mon.smithi115 (mon.0) 684 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-23T01:42:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.224525+0000 mon.smithi115 (mon.0) 685 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-23T01:42:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.224566+0000 mon.smithi115 (mon.0) 686 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-23T01:42:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.224684+0000 mon.smithi115 (mon.0) 687 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-23T01:42:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.224725+0000 mon.smithi115 (mon.0) 688 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-23T01:42:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.224816+0000 mon.smithi115 (mon.0) 689 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-23T01:42:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.224855+0000 mon.smithi115 (mon.0) 690 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-23T01:42:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.224948+0000 mon.smithi115 (mon.0) 691 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-23T01:42:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.225027+0000 mon.smithi115 (mon.0) 692 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-23T01:42:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.300703+0000 mon.smithi115 (mon.0) 693 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-23T01:42:59.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.500945+0000 mon.smithi115 (mon.0) 694 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-23T01:42:59.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:57.731580+0000 mgr.smithi115.zzjgkn (mgr.34102) 665 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:42:59.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.223974+0000 mon.smithi115 (mon.0) 678 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-23T01:42:59.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.224000+0000 mon.smithi115 (mon.0) 679 : cluster [INF] osd.0 failed (root=default,host=smithi115) (connection refused reported by osd.3) 2024-02-23T01:42:59.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.224119+0000 mon.smithi115 (mon.0) 680 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-23T01:42:59.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.224240+0000 mon.smithi115 (mon.0) 681 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-23T01:42:59.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.224321+0000 mon.smithi115 (mon.0) 682 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-23T01:42:59.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.224389+0000 mon.smithi115 (mon.0) 683 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-23T01:42:59.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.224458+0000 mon.smithi115 (mon.0) 684 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-23T01:42:59.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.224525+0000 mon.smithi115 (mon.0) 685 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-23T01:42:59.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.224566+0000 mon.smithi115 (mon.0) 686 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-23T01:42:59.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.224684+0000 mon.smithi115 (mon.0) 687 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-23T01:42:59.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.224725+0000 mon.smithi115 (mon.0) 688 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-23T01:42:59.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.224816+0000 mon.smithi115 (mon.0) 689 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-23T01:42:59.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.224855+0000 mon.smithi115 (mon.0) 690 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-23T01:42:59.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.224948+0000 mon.smithi115 (mon.0) 691 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-23T01:42:59.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.225027+0000 mon.smithi115 (mon.0) 692 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-23T01:42:59.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.300703+0000 mon.smithi115 (mon.0) 693 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-23T01:42:59.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.500945+0000 mon.smithi115 (mon.0) 694 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-23T01:43:00.747 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.508935+0000 mon.smithi115 (mon.0) 695 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T01:43:00.747 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.516163+0000 mon.smithi115 (mon.0) 696 : cluster [DBG] osdmap e67: 8 total, 7 up, 8 in 2024-02-23T01:43:00.747 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:59.516453+0000 mon.smithi115 (mon.0) 697 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-23T01:43:00.747 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:42:59.516986+0000 mon.smithi115 (mon.0) 698 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-23T01:43:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.508935+0000 mon.smithi115 (mon.0) 695 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T01:43:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.516163+0000 mon.smithi115 (mon.0) 696 : cluster [DBG] osdmap e67: 8 total, 7 up, 8 in 2024-02-23T01:43:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:59.516453+0000 mon.smithi115 (mon.0) 697 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-23T01:43:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:42:59.516986+0000 mon.smithi115 (mon.0) 698 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-23T01:43:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:42:59.731947+0000 mgr.smithi115.zzjgkn (mgr.34102) 666 : cluster [DBG] pgmap v483: 129 pgs: 16 stale+active+clean, 113 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:00.519084+0000 mon.smithi115 (mon.0) 699 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-23T01:43:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:00.519239+0000 mon.smithi115 (mon.0) 700 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-02-23T01:43:01.777 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:01 smithi115 systemd[1]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.0.service: Succeeded. 2024-02-23T01:43:01.777 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:01 smithi115 systemd[1]: Stopped Ceph osd.0 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T01:43:01.777 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:01 smithi115 systemd[1]: Starting Ceph osd.0 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T01:43:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:42:59.731947+0000 mgr.smithi115.zzjgkn (mgr.34102) 666 : cluster [DBG] pgmap v483: 129 pgs: 16 stale+active+clean, 113 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:00.519084+0000 mon.smithi115 (mon.0) 699 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-23T01:43:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:00.519239+0000 mon.smithi115 (mon.0) 700 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-02-23T01:43:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:01.732513+0000 mgr.smithi115.zzjgkn (mgr.34102) 667 : cluster [DBG] pgmap v485: 129 pgs: 49 peering, 80 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:02.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:02.512995+0000 mon.smithi115 (mon.0) 701 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 49 pgs peering (PG_AVAILABILITY) 2024-02-23T01:43:02.691 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:02 smithi115 bash[130660]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-23T01:43:02.691 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:02 smithi115 bash[130660]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-23T01:43:02.691 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:02 smithi115 bash[130660]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-02-23T01:43:02.692 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:02 smithi115 bash[130660]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-23T01:43:02.692 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:02 smithi115 bash[130660]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-02-23T01:43:02.692 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:02 smithi115 bash[130660]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-23T01:43:02.692 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:02 smithi115 bash[130660]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-23T01:43:02.692 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:02 smithi115 bash[130660]: --> ceph-volume lvm activate successful for osd ID: 0 2024-02-23T01:43:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:01.732513+0000 mgr.smithi115.zzjgkn (mgr.34102) 667 : cluster [DBG] pgmap v485: 129 pgs: 49 peering, 80 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:02.512995+0000 mon.smithi115 (mon.0) 701 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 49 pgs peering (PG_AVAILABILITY) 2024-02-23T01:43:03.776 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-0[130939]: debug 2024-02-23T01:43:03.406+0000 7f910ca04700 1 -- 172.21.15.115:0/601370058 <== mon.0 v2:172.21.15.115:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5631197ea680 con 0x5631197b3000 2024-02-23T01:43:03.776 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:03 smithi115 bash[130924]: bab6afcfb9e78d802e53d3b1ca203d944d435305c9f1764e2b801eb3631e2683 2024-02-23T01:43:03.776 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:03 smithi115 systemd[1]: Started Ceph osd.0 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T01:43:04.202 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-0[130939]: debug 2024-02-23T01:43:03.928+0000 7f9114492380 -1 Falling back to public interface 2024-02-23T01:43:04.913 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:03.537412+0000 mon.smithi115 (mon.0) 702 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:04.914 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:03.538100+0000 mon.smithi115 (mon.0) 703 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:43:04.914 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:03.539495+0000 mon.smithi115 (mon.0) 704 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:43:04.914 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:03.733105+0000 mgr.smithi115.zzjgkn (mgr.34102) 668 : cluster [DBG] pgmap v486: 129 pgs: 49 peering, 80 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:04.947 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:03.537412+0000 mon.smithi115 (mon.0) 702 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:04.947 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:03.538100+0000 mon.smithi115 (mon.0) 703 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:43:04.947 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:03.539495+0000 mon.smithi115 (mon.0) 704 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:43:04.948 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:03.733105+0000 mgr.smithi115.zzjgkn (mgr.34102) 668 : cluster [DBG] pgmap v486: 129 pgs: 49 peering, 80 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:06.194 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:05.784863+0000 mon.smithi115 (mon.0) 705 : cluster [WRN] Health check failed: Degraded data redundancy: 58/402 objects degraded (14.428%), 17 pgs degraded (PG_DEGRADED) 2024-02-23T01:43:06.194 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:05.784902+0000 mon.smithi115 (mon.0) 706 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 49 pgs peering) 2024-02-23T01:43:06.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:05.784863+0000 mon.smithi115 (mon.0) 705 : cluster [WRN] Health check failed: Degraded data redundancy: 58/402 objects degraded (14.428%), 17 pgs degraded (PG_DEGRADED) 2024-02-23T01:43:06.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:05.784902+0000 mon.smithi115 (mon.0) 706 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 49 pgs peering) 2024-02-23T01:43:07.112 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:05.734017+0000 mgr.smithi115.zzjgkn (mgr.34102) 669 : cluster [DBG] pgmap v487: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:07.112 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:06.590648+0000 mon.smithi115 (mon.0) 707 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:07.113 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:06.591434+0000 mon.smithi115 (mon.0) 708 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-02-23T01:43:07.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:05.734017+0000 mgr.smithi115.zzjgkn (mgr.34102) 669 : cluster [DBG] pgmap v487: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:07.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:06.590648+0000 mon.smithi115 (mon.0) 707 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:07.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:06.591434+0000 mon.smithi115 (mon.0) 708 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-02-23T01:43:09.136 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:07.734427+0000 mgr.smithi115.zzjgkn (mgr.34102) 670 : cluster [DBG] pgmap v488: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:09.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:07.734427+0000 mgr.smithi115.zzjgkn (mgr.34102) 670 : cluster [DBG] pgmap v488: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:09.809497+0000 mon.smithi115 (mon.0) 709 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3300858229,v1:172.21.15.115:6803/3300858229]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-23T01:43:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:09.810961+0000 mon.smithi115 (mon.0) 710 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:43:10.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:09.809497+0000 mon.smithi115 (mon.0) 709 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3300858229,v1:172.21.15.115:6803/3300858229]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-23T01:43:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:09.810961+0000 mon.smithi115 (mon.0) 710 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:43:10.276 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-0[130939]: debug 2024-02-23T01:43:09.805+0000 7f9114492380 -1 osd.0 66 log_to_monitors {default=true} 2024-02-23T01:43:10.276 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 01:43:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-0[130939]: debug 2024-02-23T01:43:09.861+0000 7f9104176700 -1 osd.0 66 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-23T01:43:10.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:09.734836+0000 mgr.smithi115.zzjgkn (mgr.34102) 671 : cluster [DBG] pgmap v489: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:10.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:09.852142+0000 mon.smithi115 (mon.0) 711 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3300858229,v1:172.21.15.115:6803/3300858229]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-23T01:43:10.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:09.852202+0000 mon.smithi115 (mon.0) 712 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-23T01:43:10.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:09.853158+0000 mon.smithi115 (mon.0) 713 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3300858229,v1:172.21.15.115:6803/3300858229]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-23T01:43:10.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:09.898427+0000 mon.smithi115 (mon.0) 714 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:10.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:10.038331+0000 mon.smithi115 (mon.0) 715 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:10.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:10.307206+0000 mon.smithi115 (mon.0) 716 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:43:10.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:10.307843+0000 mon.smithi115 (mon.0) 717 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:43:10.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:43:10.308317+0000 mgr.smithi115.zzjgkn (mgr.34102) 672 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T01:43:10.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:10.309085+0000 mgr.smithi115.zzjgkn (mgr.34102) 673 : cluster [DBG] pgmap v491: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 876 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:10.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:10.309359+0000 mgr.smithi115.zzjgkn (mgr.34102) 674 : cluster [DBG] pgmap v492: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 876 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:11.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:10.315065+0000 mon.smithi115 (mon.0) 718 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:10.317211+0000 mon.smithi115 (mon.0) 719 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T01:43:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:10.322175+0000 mon.smithi115 (mon.0) 720 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:43:10.323538+0000 mgr.smithi115.zzjgkn (mgr.34102) 675 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T01:43:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:43:10.323649+0000 mgr.smithi115.zzjgkn (mgr.34102) 676 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T01:43:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:09.734836+0000 mgr.smithi115.zzjgkn (mgr.34102) 671 : cluster [DBG] pgmap v489: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 527 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:09.852142+0000 mon.smithi115 (mon.0) 711 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3300858229,v1:172.21.15.115:6803/3300858229]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:09.852202+0000 mon.smithi115 (mon.0) 712 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:09.853158+0000 mon.smithi115 (mon.0) 713 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3300858229,v1:172.21.15.115:6803/3300858229]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:09.898427+0000 mon.smithi115 (mon.0) 714 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:10.038331+0000 mon.smithi115 (mon.0) 715 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:10.307206+0000 mon.smithi115 (mon.0) 716 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:10.307843+0000 mon.smithi115 (mon.0) 717 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:43:10.308317+0000 mgr.smithi115.zzjgkn (mgr.34102) 672 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:10.309085+0000 mgr.smithi115.zzjgkn (mgr.34102) 673 : cluster [DBG] pgmap v491: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 876 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:10.309359+0000 mgr.smithi115.zzjgkn (mgr.34102) 674 : cluster [DBG] pgmap v492: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 876 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:10.315065+0000 mon.smithi115 (mon.0) 718 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:10.317211+0000 mon.smithi115 (mon.0) 719 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:10.322175+0000 mon.smithi115 (mon.0) 720 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:43:10.323538+0000 mgr.smithi115.zzjgkn (mgr.34102) 675 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T01:43:11.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:43:10.323649+0000 mgr.smithi115.zzjgkn (mgr.34102) 676 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T01:43:12.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:10.847648+0000 mon.smithi115 (mon.0) 721 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T01:43:12.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:10.852370+0000 mon.smithi115 (mon.0) 722 : cluster [INF] osd.0 [v2:172.21.15.115:6802/3300858229,v1:172.21.15.115:6803/3300858229] boot 2024-02-23T01:43:12.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:10.852424+0000 mon.smithi115 (mon.0) 723 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-23T01:43:12.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:10.853826+0000 mon.smithi115 (mon.0) 724 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T01:43:12.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:11.854128+0000 mon.smithi115 (mon.0) 725 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-23T01:43:12.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:10.847648+0000 mon.smithi115 (mon.0) 721 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T01:43:12.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:10.852370+0000 mon.smithi115 (mon.0) 722 : cluster [INF] osd.0 [v2:172.21.15.115:6802/3300858229,v1:172.21.15.115:6803/3300858229] boot 2024-02-23T01:43:12.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:10.852424+0000 mon.smithi115 (mon.0) 723 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-23T01:43:12.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:10.853826+0000 mon.smithi115 (mon.0) 724 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T01:43:12.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:11.854128+0000 mon.smithi115 (mon.0) 725 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-23T01:43:13.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:12.309814+0000 mgr.smithi115.zzjgkn (mgr.34102) 677 : cluster [DBG] pgmap v495: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 876 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:13.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:12.309814+0000 mgr.smithi115.zzjgkn (mgr.34102) 677 : cluster [DBG] pgmap v495: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 876 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:15.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:14.310327+0000 mgr.smithi115.zzjgkn (mgr.34102) 678 : cluster [DBG] pgmap v496: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 876 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:14.310327+0000 mgr.smithi115.zzjgkn (mgr.34102) 678 : cluster [DBG] pgmap v496: 129 pgs: 17 active+undersized+degraded, 32 active+undersized, 80 active+clean; 174 MiB data, 876 MiB used, 707 GiB / 715 GiB avail; 58/402 objects degraded (14.428%) 2024-02-23T01:43:16.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:16.364949+0000 mon.smithi115 (mon.0) 726 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 58/402 objects degraded (14.428%), 17 pgs degraded) 2024-02-23T01:43:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:16.364949+0000 mon.smithi115 (mon.0) 726 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 58/402 objects degraded (14.428%), 17 pgs degraded) 2024-02-23T01:43:17.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:16.311261+0000 mgr.smithi115.zzjgkn (mgr.34102) 679 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:16.311261+0000 mgr.smithi115.zzjgkn (mgr.34102) 679 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:18.311825+0000 mgr.smithi115.zzjgkn (mgr.34102) 680 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:19.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:18.311825+0000 mgr.smithi115.zzjgkn (mgr.34102) 680 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:21.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:20.312494+0000 mgr.smithi115.zzjgkn (mgr.34102) 681 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:21.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:20.312494+0000 mgr.smithi115.zzjgkn (mgr.34102) 681 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:23.494 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:43:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:22.312893+0000 mgr.smithi115.zzjgkn (mgr.34102) 682 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:22.312893+0000 mgr.smithi115.zzjgkn (mgr.34102) 682 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:24.039 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:43:24.039 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (32m) 5m ago 38m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:43:24.039 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (5m) 17s ago 102m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:43:24.039 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (5m) 5m ago 102m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:43:24.039 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (34m) 5m ago 102m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:43:24.039 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (87m) 17s ago 87m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:43:24.039 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (87m) 5m ago 87m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:43:24.039 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (32m) 17s ago 108m 440M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:43:24.039 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (21m) 5m ago 102m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:43:24.039 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (16m) 17s ago 108m 136M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:43:24.039 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (11m) 5m ago 107m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:43:24.039 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (37m) 17s ago 37m 97.8M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:43:24.040 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (37m) 5m ago 37m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:43:24.040 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 17s ago 79m - - 2024-02-23T01:43:24.040 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 77m - - 2024-02-23T01:43:24.040 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (20s) 17s ago 102m 13.2M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:43:24.040 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (102m) 17s ago 102m 411M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:43:24.040 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (99m) 17s ago 99m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:43:24.040 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (99m) 17s ago 99m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:43:24.040 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (97m) 5m ago 97m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:43:24.040 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (97m) 5m ago 97m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:43:24.040 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (97m) 5m ago 97m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:43:24.040 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (97m) 5m ago 97m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:43:24.040 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (37m) 5m ago 37m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:43:24.364 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:43:24.364 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:43:24.364 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:43:24.364 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:43:24.364 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:43:24.364 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:43:24.364 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:43:24.364 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:43:24.364 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:43:24.365 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:43:24.365 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:43:24.365 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:43:24.365 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:43:24.365 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:43:24.365 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:43:24.365 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 9, 2024-02-23T01:43:24.365 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T01:43:24.365 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:43:24.365 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:43:24.639 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:43:24.639 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:43:24.639 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:43:24.639 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:43:24.639 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:43:24.639 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:43:24.639 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:43:24.639 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:43:24.639 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:43:24.639 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "7/23 daemons upgraded", 2024-02-23T01:43:24.640 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:43:24.640 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:43:24.640 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:43:24.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:23.481342+0000 mgr.smithi115.zzjgkn (mgr.34102) 683 : audit [DBG] from='client.34732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.028059+0000 mon.smithi115 (mon.0) 727 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:43:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.028402+0000 mon.smithi115 (mon.0) 728 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.028650+0000 mon.smithi115 (mon.0) 729 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.028875+0000 mon.smithi115 (mon.0) 730 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.029090+0000 mon.smithi115 (mon.0) 731 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.030938+0000 mon.smithi115 (mon.0) 732 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:43:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.031175+0000 mon.smithi115 (mon.0) 733 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.031398+0000 mon.smithi115 (mon.0) 734 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.031611+0000 mon.smithi115 (mon.0) 735 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.031837+0000 mon.smithi115 (mon.0) 736 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.362999+0000 mon.smithi115 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.115:0/1754512539' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:43:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:23.481342+0000 mgr.smithi115.zzjgkn (mgr.34102) 683 : audit [DBG] from='client.34732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.028059+0000 mon.smithi115 (mon.0) 727 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:43:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.028402+0000 mon.smithi115 (mon.0) 728 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.028650+0000 mon.smithi115 (mon.0) 729 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.028875+0000 mon.smithi115 (mon.0) 730 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.029090+0000 mon.smithi115 (mon.0) 731 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.030938+0000 mon.smithi115 (mon.0) 732 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:43:24.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.031175+0000 mon.smithi115 (mon.0) 733 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.031398+0000 mon.smithi115 (mon.0) 734 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.031611+0000 mon.smithi115 (mon.0) 735 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.031837+0000 mon.smithi115 (mon.0) 736 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:24.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.362999+0000 mon.smithi115 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.115:0/1754512539' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:43:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:23.758475+0000 mgr.smithi115.zzjgkn (mgr.34102) 684 : audit [DBG] from='client.34736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.026203+0000 mgr.smithi115.zzjgkn (mgr.34102) 685 : audit [DBG] from='client.34740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:24.313251+0000 mgr.smithi115.zzjgkn (mgr.34102) 686 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.896901+0000 mon.smithi115 (mon.0) 738 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:25.416000+0000 mon.smithi115 (mon.0) 739 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:23.758475+0000 mgr.smithi115.zzjgkn (mgr.34102) 684 : audit [DBG] from='client.34736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.026203+0000 mgr.smithi115.zzjgkn (mgr.34102) 685 : audit [DBG] from='client.34740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:24.313251+0000 mgr.smithi115.zzjgkn (mgr.34102) 686 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.896901+0000 mon.smithi115 (mon.0) 738 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:25.416000+0000 mon.smithi115 (mon.0) 739 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:43:26.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:24.637688+0000 mgr.smithi115.zzjgkn (mgr.34102) 687 : audit [DBG] from='client.34748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:26.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:24.637688+0000 mgr.smithi115.zzjgkn (mgr.34102) 687 : audit [DBG] from='client.34748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:26.313994+0000 mgr.smithi115.zzjgkn (mgr.34102) 688 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:26.313994+0000 mgr.smithi115.zzjgkn (mgr.34102) 688 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:29.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:28.314569+0000 mgr.smithi115.zzjgkn (mgr.34102) 689 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:28.314569+0000 mgr.smithi115.zzjgkn (mgr.34102) 689 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:31.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:30.315431+0000 mgr.smithi115.zzjgkn (mgr.34102) 690 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:30.315431+0000 mgr.smithi115.zzjgkn (mgr.34102) 690 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:32.316071+0000 mgr.smithi115.zzjgkn (mgr.34102) 691 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:32.316071+0000 mgr.smithi115.zzjgkn (mgr.34102) 691 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:35.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:34.316512+0000 mgr.smithi115.zzjgkn (mgr.34102) 692 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:34.316512+0000 mgr.smithi115.zzjgkn (mgr.34102) 692 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:36.317207+0000 mgr.smithi115.zzjgkn (mgr.34102) 693 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:36.317207+0000 mgr.smithi115.zzjgkn (mgr.34102) 693 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:39.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:38.317733+0000 mgr.smithi115.zzjgkn (mgr.34102) 694 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:39.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:38.317733+0000 mgr.smithi115.zzjgkn (mgr.34102) 694 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:41.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:40.318453+0000 mgr.smithi115.zzjgkn (mgr.34102) 695 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:40.318453+0000 mgr.smithi115.zzjgkn (mgr.34102) 695 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:42.318885+0000 mgr.smithi115.zzjgkn (mgr.34102) 696 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:42.318885+0000 mgr.smithi115.zzjgkn (mgr.34102) 696 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:45.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:44.319290+0000 mgr.smithi115.zzjgkn (mgr.34102) 697 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:44.319290+0000 mgr.smithi115.zzjgkn (mgr.34102) 697 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:47.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:46.320025+0000 mgr.smithi115.zzjgkn (mgr.34102) 698 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:46.320025+0000 mgr.smithi115.zzjgkn (mgr.34102) 698 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:48.320590+0000 mgr.smithi115.zzjgkn (mgr.34102) 699 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:49.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:48.320590+0000 mgr.smithi115.zzjgkn (mgr.34102) 699 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:51.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:50.321475+0000 mgr.smithi115.zzjgkn (mgr.34102) 700 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:50.321475+0000 mgr.smithi115.zzjgkn (mgr.34102) 700 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:52.321900+0000 mgr.smithi115.zzjgkn (mgr.34102) 701 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:52.321900+0000 mgr.smithi115.zzjgkn (mgr.34102) 701 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:54.940 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:43:55.481 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (32m) 5m ago 38m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (6m) 48s ago 103m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (6m) 5m ago 103m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (35m) 5m ago 102m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (88m) 48s ago 88m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (88m) 5m ago 88m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (32m) 48s ago 109m 440M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (22m) 5m ago 102m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (16m) 48s ago 109m 136M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (11m) 5m ago 107m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (38m) 48s ago 38m 97.8M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (38m) 5m ago 38m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 48s ago 80m - - 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 78m - - 2024-02-23T01:43:55.482 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (52s) 48s ago 102m 13.2M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:43:55.483 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (102m) 48s ago 102m 411M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:43:55.483 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (100m) 48s ago 100m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:43:55.483 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (100m) 48s ago 100m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:43:55.483 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (98m) 5m ago 98m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:43:55.483 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (98m) 5m ago 98m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:43:55.483 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (97m) 5m ago 97m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:43:55.483 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (97m) 5m ago 97m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:43:55.483 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (38m) 5m ago 38m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:43:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:54.322383+0000 mgr.smithi115.zzjgkn (mgr.34102) 702 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:55.470651+0000 mon.smithi115 (mon.0) 740 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:43:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:55.470984+0000 mon.smithi115 (mon.0) 741 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:55.471271+0000 mon.smithi115 (mon.0) 742 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:55.471538+0000 mon.smithi115 (mon.0) 743 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:55.471802+0000 mon.smithi115 (mon.0) 744 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:55.473749+0000 mon.smithi115 (mon.0) 745 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:43:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:55.474053+0000 mon.smithi115 (mon.0) 746 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:55.474359+0000 mon.smithi115 (mon.0) 747 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:55.474661+0000 mon.smithi115 (mon.0) 748 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:55.474936+0000 mon.smithi115 (mon.0) 749 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:54.322383+0000 mgr.smithi115.zzjgkn (mgr.34102) 702 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:55.470651+0000 mon.smithi115 (mon.0) 740 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:43:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:55.470984+0000 mon.smithi115 (mon.0) 741 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:55.471271+0000 mon.smithi115 (mon.0) 742 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:55.471538+0000 mon.smithi115 (mon.0) 743 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:55.471802+0000 mon.smithi115 (mon.0) 744 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:55.473749+0000 mon.smithi115 (mon.0) 745 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:43:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:55.474053+0000 mon.smithi115 (mon.0) 746 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:55.474359+0000 mon.smithi115 (mon.0) 747 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:55.474661+0000 mon.smithi115 (mon.0) 748 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:55.474936+0000 mon.smithi115 (mon.0) 749 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:43:55.805 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:43:55.805 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:43:55.806 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:43:55.806 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:43:55.806 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:43:55.806 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:43:55.806 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:43:55.806 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:43:55.806 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:43:55.806 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:43:55.806 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:43:55.806 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:43:55.806 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:43:55.806 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:43:55.806 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:43:55.807 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 9, 2024-02-23T01:43:55.807 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T01:43:55.807 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:43:55.807 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:43:56.080 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:43:56.080 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:43:56.081 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:43:56.081 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:43:56.081 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:43:56.081 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:43:56.081 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:43:56.081 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:43:56.081 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:43:56.081 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "7/23 daemons upgraded", 2024-02-23T01:43:56.081 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:43:56.081 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:43:56.081 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:43:56.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:54.928110+0000 mgr.smithi115.zzjgkn (mgr.34102) 703 : audit [DBG] from='client.34752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:55.202657+0000 mgr.smithi115.zzjgkn (mgr.34102) 704 : audit [DBG] from='client.34756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:55.468839+0000 mgr.smithi115.zzjgkn (mgr.34102) 705 : audit [DBG] from='client.34760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:55.804502+0000 mon.smithi115 (mon.0) 750 : audit [DBG] from='client.? 172.21.15.115:0/1552867623' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:43:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:54.928110+0000 mgr.smithi115.zzjgkn (mgr.34102) 703 : audit [DBG] from='client.34752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:55.202657+0000 mgr.smithi115.zzjgkn (mgr.34102) 704 : audit [DBG] from='client.34756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:55.468839+0000 mgr.smithi115.zzjgkn (mgr.34102) 705 : audit [DBG] from='client.34760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:55.804502+0000 mon.smithi115 (mon.0) 750 : audit [DBG] from='client.? 172.21.15.115:0/1552867623' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:43:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:43:56.079347+0000 mgr.smithi115.zzjgkn (mgr.34102) 706 : audit [DBG] from='client.34768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:56.323255+0000 mgr.smithi115.zzjgkn (mgr.34102) 707 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:43:56.079347+0000 mgr.smithi115.zzjgkn (mgr.34102) 706 : audit [DBG] from='client.34768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:43:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:56.323255+0000 mgr.smithi115.zzjgkn (mgr.34102) 707 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:43:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:43:58.323702+0000 mgr.smithi115.zzjgkn (mgr.34102) 708 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:43:59.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:43:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:43:58.323702+0000 mgr.smithi115.zzjgkn (mgr.34102) 708 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:00.324412+0000 mgr.smithi115.zzjgkn (mgr.34102) 709 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:00.324412+0000 mgr.smithi115.zzjgkn (mgr.34102) 709 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:02.324968+0000 mgr.smithi115.zzjgkn (mgr.34102) 710 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:02.324968+0000 mgr.smithi115.zzjgkn (mgr.34102) 710 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:04.325481+0000 mgr.smithi115.zzjgkn (mgr.34102) 711 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:04.325481+0000 mgr.smithi115.zzjgkn (mgr.34102) 711 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:06.326326+0000 mgr.smithi115.zzjgkn (mgr.34102) 712 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:06.326326+0000 mgr.smithi115.zzjgkn (mgr.34102) 712 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:08.326792+0000 mgr.smithi115.zzjgkn (mgr.34102) 713 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:09.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:08.326792+0000 mgr.smithi115.zzjgkn (mgr.34102) 713 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:09.782565+0000 mon.smithi115 (mon.0) 751 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-02-23T01:44:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:09.782875+0000 mon.smithi115 (mon.0) 752 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T01:44:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:09.783103+0000 mon.smithi115 (mon.0) 753 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T01:44:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:09.783324+0000 mon.smithi115 (mon.0) 754 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-23T01:44:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:09.782565+0000 mon.smithi115 (mon.0) 751 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-02-23T01:44:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:09.782875+0000 mon.smithi115 (mon.0) 752 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T01:44:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:09.783103+0000 mon.smithi115 (mon.0) 753 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T01:44:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:09.783324+0000 mon.smithi115 (mon.0) 754 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-23T01:44:12.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:10.327528+0000 mgr.smithi115.zzjgkn (mgr.34102) 714 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:10.327528+0000 mgr.smithi115.zzjgkn (mgr.34102) 714 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:12.328112+0000 mgr.smithi115.zzjgkn (mgr.34102) 715 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:13.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:12.328112+0000 mgr.smithi115.zzjgkn (mgr.34102) 715 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:14.328554+0000 mgr.smithi115.zzjgkn (mgr.34102) 716 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:14.328554+0000 mgr.smithi115.zzjgkn (mgr.34102) 716 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:17.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:16.329428+0000 mgr.smithi115.zzjgkn (mgr.34102) 717 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:16.329428+0000 mgr.smithi115.zzjgkn (mgr.34102) 717 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:18.329872+0000 mgr.smithi115.zzjgkn (mgr.34102) 718 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:19.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:18.329872+0000 mgr.smithi115.zzjgkn (mgr.34102) 718 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:20.330583+0000 mgr.smithi115.zzjgkn (mgr.34102) 719 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:21.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:20.330583+0000 mgr.smithi115.zzjgkn (mgr.34102) 719 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:22.331072+0000 mgr.smithi115.zzjgkn (mgr.34102) 720 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:22.331072+0000 mgr.smithi115.zzjgkn (mgr.34102) 720 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:24.331687+0000 mgr.smithi115.zzjgkn (mgr.34102) 721 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:24.331687+0000 mgr.smithi115.zzjgkn (mgr.34102) 721 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:26.377 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:44:26.920 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:44:26.920 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (33m) 6m ago 39m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:44:26.920 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (6m) 80s ago 103m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (6m) 6m ago 103m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (35m) 6m ago 103m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (89m) 80s ago 89m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (88m) 6m ago 88m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (33m) 80s ago 109m 440M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (22m) 6m ago 103m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (17m) 80s ago 109m 136M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (12m) 6m ago 108m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (38m) 80s ago 38m 97.8M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (38m) 6m ago 38m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 80s ago 80m - - 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 6m ago 78m - - 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (83s) 80s ago 103m 13.2M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (103m) 80s ago 103m 411M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:44:26.921 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (100m) 80s ago 100m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:44:26.922 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (100m) 80s ago 100m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:44:26.922 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (98m) 6m ago 98m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:44:26.922 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (98m) 6m ago 98m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:44:26.922 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (98m) 6m ago 98m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:44:26.922 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (98m) 6m ago 98m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:44:26.922 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (38m) 6m ago 38m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:44:27.245 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:44:27.246 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:44:27.246 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:44:27.246 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:44:27.246 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:44:27.246 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:44:27.247 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:44:27.247 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:44:27.247 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:44:27.247 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:44:27.247 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:44:27.247 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:44:27.247 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:44:27.247 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:44:27.247 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:44:27.247 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 9, 2024-02-23T01:44:27.247 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T01:44:27.247 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:44:27.248 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:44:27.522 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:44:27.522 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:44:27.522 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:44:27.522 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:44:27.523 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:44:27.523 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:44:27.523 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:44:27.523 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:44:27.523 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:44:27.523 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "7/23 daemons upgraded", 2024-02-23T01:44:27.523 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:44:27.523 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:44:27.523 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:44:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:26.332281+0000 mgr.smithi115.zzjgkn (mgr.34102) 722 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:26.365710+0000 mgr.smithi115.zzjgkn (mgr.34102) 723 : audit [DBG] from='client.34772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:26.909723+0000 mon.smithi115 (mon.0) 755 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:44:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:26.910111+0000 mon.smithi115 (mon.0) 756 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:26.910414+0000 mon.smithi115 (mon.0) 757 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:26.910665+0000 mon.smithi115 (mon.0) 758 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:26.910894+0000 mon.smithi115 (mon.0) 759 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:26.912712+0000 mon.smithi115 (mon.0) 760 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:44:27.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:26.912941+0000 mon.smithi115 (mon.0) 761 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:26.913194+0000 mon.smithi115 (mon.0) 762 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:26.913420+0000 mon.smithi115 (mon.0) 763 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:26.913647+0000 mon.smithi115 (mon.0) 764 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:27.244635+0000 mon.smithi115 (mon.0) 765 : audit [DBG] from='client.? 172.21.15.115:0/2805759698' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:44:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:26.332281+0000 mgr.smithi115.zzjgkn (mgr.34102) 722 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:26.365710+0000 mgr.smithi115.zzjgkn (mgr.34102) 723 : audit [DBG] from='client.34772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:26.909723+0000 mon.smithi115 (mon.0) 755 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:44:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:26.910111+0000 mon.smithi115 (mon.0) 756 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:26.910414+0000 mon.smithi115 (mon.0) 757 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:26.910665+0000 mon.smithi115 (mon.0) 758 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:26.910894+0000 mon.smithi115 (mon.0) 759 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:26.912712+0000 mon.smithi115 (mon.0) 760 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:44:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:26.912941+0000 mon.smithi115 (mon.0) 761 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:26.913194+0000 mon.smithi115 (mon.0) 762 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:26.913420+0000 mon.smithi115 (mon.0) 763 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:26.913647+0000 mon.smithi115 (mon.0) 764 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:27.244635+0000 mon.smithi115 (mon.0) 765 : audit [DBG] from='client.? 172.21.15.115:0/2805759698' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:44:28.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:26.640215+0000 mgr.smithi115.zzjgkn (mgr.34102) 724 : audit [DBG] from='client.34776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:26.907980+0000 mgr.smithi115.zzjgkn (mgr.34102) 725 : audit [DBG] from='client.34780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:27.521151+0000 mgr.smithi115.zzjgkn (mgr.34102) 726 : audit [DBG] from='client.34788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:26.640215+0000 mgr.smithi115.zzjgkn (mgr.34102) 724 : audit [DBG] from='client.34776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:26.907980+0000 mgr.smithi115.zzjgkn (mgr.34102) 725 : audit [DBG] from='client.34780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:27.521151+0000 mgr.smithi115.zzjgkn (mgr.34102) 726 : audit [DBG] from='client.34788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:29.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:28.332809+0000 mgr.smithi115.zzjgkn (mgr.34102) 727 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:28.332809+0000 mgr.smithi115.zzjgkn (mgr.34102) 727 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:31.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:30.333390+0000 mgr.smithi115.zzjgkn (mgr.34102) 728 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:30.333390+0000 mgr.smithi115.zzjgkn (mgr.34102) 728 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:33.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:32.333938+0000 mgr.smithi115.zzjgkn (mgr.34102) 729 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:32.333938+0000 mgr.smithi115.zzjgkn (mgr.34102) 729 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:35.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:34.334331+0000 mgr.smithi115.zzjgkn (mgr.34102) 730 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:34.334331+0000 mgr.smithi115.zzjgkn (mgr.34102) 730 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:37.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:36.335073+0000 mgr.smithi115.zzjgkn (mgr.34102) 731 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:36.335073+0000 mgr.smithi115.zzjgkn (mgr.34102) 731 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:39.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:38.335578+0000 mgr.smithi115.zzjgkn (mgr.34102) 732 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:38.335578+0000 mgr.smithi115.zzjgkn (mgr.34102) 732 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:41.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:40.336405+0000 mgr.smithi115.zzjgkn (mgr.34102) 733 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:40.336405+0000 mgr.smithi115.zzjgkn (mgr.34102) 733 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:42.336843+0000 mgr.smithi115.zzjgkn (mgr.34102) 734 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:42.336843+0000 mgr.smithi115.zzjgkn (mgr.34102) 734 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:44.337413+0000 mgr.smithi115.zzjgkn (mgr.34102) 735 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:44.337413+0000 mgr.smithi115.zzjgkn (mgr.34102) 735 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:46.338123+0000 mgr.smithi115.zzjgkn (mgr.34102) 736 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:46.338123+0000 mgr.smithi115.zzjgkn (mgr.34102) 736 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:49.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:48.338537+0000 mgr.smithi115.zzjgkn (mgr.34102) 737 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:49.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:48.338537+0000 mgr.smithi115.zzjgkn (mgr.34102) 737 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:51.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:50.339476+0000 mgr.smithi115.zzjgkn (mgr.34102) 738 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:50.339476+0000 mgr.smithi115.zzjgkn (mgr.34102) 738 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:53.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:52.339880+0000 mgr.smithi115.zzjgkn (mgr.34102) 739 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:53.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:52.339880+0000 mgr.smithi115.zzjgkn (mgr.34102) 739 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:54.340477+0000 mgr.smithi115.zzjgkn (mgr.34102) 740 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:54.340477+0000 mgr.smithi115.zzjgkn (mgr.34102) 740 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:57.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:56.341344+0000 mgr.smithi115.zzjgkn (mgr.34102) 741 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:56.341344+0000 mgr.smithi115.zzjgkn (mgr.34102) 741 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:57.818 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:44:58.363 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:44:58.363 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (33m) 7m ago 39m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:44:58.363 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (7m) 111s ago 104m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:44:58.363 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (7m) 7m ago 104m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:44:58.363 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (36m) 7m ago 103m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:44:58.363 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (89m) 111s ago 89m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:44:58.363 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (89m) 7m ago 89m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:44:58.363 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (33m) 111s ago 110m 440M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:44:58.363 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (23m) 7m ago 103m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (18m) 111s ago 110m 136M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (12m) 7m ago 108m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (39m) 111s ago 39m 97.8M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (39m) 7m ago 39m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 111s ago 81m - - 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 7m ago 79m - - 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (115s) 111s ago 104m 13.2M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (103m) 111s ago 103m 411M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (101m) 111s ago 101m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (101m) 111s ago 101m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (99m) 7m ago 99m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (99m) 7m ago 99m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (98m) 7m ago 98m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (98m) 7m ago 98m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:44:58.364 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (39m) 7m ago 39m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:44:58.688 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:44:58.689 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:44:58.689 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:44:58.689 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:44:58.689 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:44:58.689 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:44:58.689 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:44:58.689 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:44:58.689 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:44:58.690 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:44:58.690 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:44:58.690 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:44:58.690 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:44:58.690 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:44:58.690 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:44:58.690 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 9, 2024-02-23T01:44:58.690 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T01:44:58.690 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:44:58.690 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:44:58.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.351625+0000 mon.smithi115 (mon.0) 766 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:44:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.352003+0000 mon.smithi115 (mon.0) 767 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.352340+0000 mon.smithi115 (mon.0) 768 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.352653+0000 mon.smithi115 (mon.0) 769 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.352925+0000 mon.smithi115 (mon.0) 770 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.354809+0000 mon.smithi115 (mon.0) 771 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:44:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.355121+0000 mon.smithi115 (mon.0) 772 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.355442+0000 mon.smithi115 (mon.0) 773 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.355773+0000 mon.smithi115 (mon.0) 774 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.356097+0000 mon.smithi115 (mon.0) 775 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.351625+0000 mon.smithi115 (mon.0) 766 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:44:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.352003+0000 mon.smithi115 (mon.0) 767 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.352340+0000 mon.smithi115 (mon.0) 768 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.352653+0000 mon.smithi115 (mon.0) 769 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.352925+0000 mon.smithi115 (mon.0) 770 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.354809+0000 mon.smithi115 (mon.0) 771 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:44:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.355121+0000 mon.smithi115 (mon.0) 772 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.355442+0000 mon.smithi115 (mon.0) 773 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.355773+0000 mon.smithi115 (mon.0) 774 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.356097+0000 mon.smithi115 (mon.0) 775 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:44:58.968 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:44:58.968 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:44:58.968 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:44:58.968 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:44:58.968 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:44:58.968 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:44:58.968 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:44:58.968 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:44:58.968 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:44:58.968 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "7/23 daemons upgraded", 2024-02-23T01:44:58.968 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:44:58.969 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:44:58.969 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:44:59.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:57.806410+0000 mgr.smithi115.zzjgkn (mgr.34102) 742 : audit [DBG] from='client.34792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.082690+0000 mgr.smithi115.zzjgkn (mgr.34102) 743 : audit [DBG] from='client.34796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:44:58.341738+0000 mgr.smithi115.zzjgkn (mgr.34102) 744 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.349897+0000 mgr.smithi115.zzjgkn (mgr.34102) 745 : audit [DBG] from='client.34800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:44:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.687472+0000 mon.smithi115 (mon.0) 776 : audit [DBG] from='client.? 172.21.15.115:0/3472140179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:44:59.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:57.806410+0000 mgr.smithi115.zzjgkn (mgr.34102) 742 : audit [DBG] from='client.34792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.082690+0000 mgr.smithi115.zzjgkn (mgr.34102) 743 : audit [DBG] from='client.34796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:44:58.341738+0000 mgr.smithi115.zzjgkn (mgr.34102) 744 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:44:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.349897+0000 mgr.smithi115.zzjgkn (mgr.34102) 745 : audit [DBG] from='client.34800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:44:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:44:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.687472+0000 mon.smithi115 (mon.0) 776 : audit [DBG] from='client.? 172.21.15.115:0/3472140179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:45:00.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:44:58.966594+0000 mgr.smithi115.zzjgkn (mgr.34102) 746 : audit [DBG] from='client.34808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:45:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:44:58.966594+0000 mgr.smithi115.zzjgkn (mgr.34102) 746 : audit [DBG] from='client.34808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:45:01.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:00.342488+0000 mgr.smithi115.zzjgkn (mgr.34102) 747 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:00.342488+0000 mgr.smithi115.zzjgkn (mgr.34102) 747 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:02.343011+0000 mgr.smithi115.zzjgkn (mgr.34102) 748 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:02.343011+0000 mgr.smithi115.zzjgkn (mgr.34102) 748 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:04.343630+0000 mgr.smithi115.zzjgkn (mgr.34102) 749 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:04.343630+0000 mgr.smithi115.zzjgkn (mgr.34102) 749 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:07.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:06.344449+0000 mgr.smithi115.zzjgkn (mgr.34102) 750 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:06.344449+0000 mgr.smithi115.zzjgkn (mgr.34102) 750 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:09.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:08.345050+0000 mgr.smithi115.zzjgkn (mgr.34102) 751 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:09.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:08.345050+0000 mgr.smithi115.zzjgkn (mgr.34102) 751 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:09.786521+0000 mon.smithi115 (mon.0) 777 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-02-23T01:45:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:09.786870+0000 mon.smithi115 (mon.0) 778 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T01:45:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:09.787158+0000 mon.smithi115 (mon.0) 779 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T01:45:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:09.787451+0000 mon.smithi115 (mon.0) 780 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T01:45:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:09.786521+0000 mon.smithi115 (mon.0) 777 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-02-23T01:45:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:09.786870+0000 mon.smithi115 (mon.0) 778 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T01:45:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:09.787158+0000 mon.smithi115 (mon.0) 779 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T01:45:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:09.787451+0000 mon.smithi115 (mon.0) 780 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T01:45:11.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:10.345783+0000 mgr.smithi115.zzjgkn (mgr.34102) 752 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:10.345783+0000 mgr.smithi115.zzjgkn (mgr.34102) 752 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:12.346381+0000 mgr.smithi115.zzjgkn (mgr.34102) 753 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:12.346381+0000 mgr.smithi115.zzjgkn (mgr.34102) 753 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:14.346935+0000 mgr.smithi115.zzjgkn (mgr.34102) 754 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:14.346935+0000 mgr.smithi115.zzjgkn (mgr.34102) 754 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:17.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:16.347830+0000 mgr.smithi115.zzjgkn (mgr.34102) 755 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:16.347830+0000 mgr.smithi115.zzjgkn (mgr.34102) 755 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:18.348282+0000 mgr.smithi115.zzjgkn (mgr.34102) 756 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:19.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:18.348282+0000 mgr.smithi115.zzjgkn (mgr.34102) 756 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:20.349136+0000 mgr.smithi115.zzjgkn (mgr.34102) 757 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:21.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:20.349136+0000 mgr.smithi115.zzjgkn (mgr.34102) 757 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:22.349577+0000 mgr.smithi115.zzjgkn (mgr.34102) 758 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:22.349577+0000 mgr.smithi115.zzjgkn (mgr.34102) 758 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:25.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:24.350098+0000 mgr.smithi115.zzjgkn (mgr.34102) 759 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:24.350098+0000 mgr.smithi115.zzjgkn (mgr.34102) 759 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:26.351072+0000 mgr.smithi115.zzjgkn (mgr.34102) 760 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:26.351072+0000 mgr.smithi115.zzjgkn (mgr.34102) 760 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:29.265 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:45:29.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:28.351460+0000 mgr.smithi115.zzjgkn (mgr.34102) 761 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:28.351460+0000 mgr.smithi115.zzjgkn (mgr.34102) 761 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:29.811 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:45:29.812 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (34m) 7m ago 40m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:45:29.812 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (7m) 2m ago 104m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:45:29.812 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (7m) 7m ago 104m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:45:29.812 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (37m) 7m ago 104m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:45:29.812 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (90m) 2m ago 90m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:45:29.812 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (90m) 7m ago 90m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:45:29.812 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (34m) 2m ago 110m 440M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:45:29.812 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (23m) 7m ago 104m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:45:29.812 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (18m) 2m ago 110m 136M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:45:29.812 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (13m) 7m ago 109m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:45:29.812 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (39m) 2m ago 39m 97.8M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:45:29.812 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (39m) 7m ago 39m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:45:29.812 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 81m - - 2024-02-23T01:45:29.813 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 7m ago 79m - - 2024-02-23T01:45:29.813 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (2m) 2m ago 104m 13.2M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:45:29.813 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (104m) 2m ago 104m 411M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:45:29.813 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (102m) 2m ago 101m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:45:29.813 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (101m) 2m ago 101m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:45:29.813 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (100m) 7m ago 100m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:45:29.813 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (99m) 7m ago 99m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:45:29.813 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (99m) 7m ago 99m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:45:29.813 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (99m) 7m ago 99m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:45:29.813 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (39m) 7m ago 39m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:45:30.138 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:45:30.139 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:45:30.139 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:45:30.139 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:45:30.139 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:45:30.139 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:45:30.139 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:45:30.139 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:45:30.139 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:45:30.139 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:45:30.139 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:45:30.139 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:45:30.139 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:45:30.139 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:45:30.140 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:45:30.140 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 9, 2024-02-23T01:45:30.140 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T01:45:30.140 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:45:30.140 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:45:30.414 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:45:30.414 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:45:30.414 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:45:30.414 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:45:30.414 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:45:30.414 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:45:30.414 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:45:30.414 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:45:30.415 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:45:30.415 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "7/23 daemons upgraded", 2024-02-23T01:45:30.415 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:45:30.415 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:45:30.415 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:45:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:29.253628+0000 mgr.smithi115.zzjgkn (mgr.34102) 762 : audit [DBG] from='client.34812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:45:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:29.529874+0000 mgr.smithi115.zzjgkn (mgr.34102) 763 : audit [DBG] from='client.34816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:45:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:29.800462+0000 mon.smithi115 (mon.0) 781 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:45:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:29.800826+0000 mon.smithi115 (mon.0) 782 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:29.801151+0000 mon.smithi115 (mon.0) 783 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:29.801462+0000 mon.smithi115 (mon.0) 784 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:29.801726+0000 mon.smithi115 (mon.0) 785 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:29.803553+0000 mon.smithi115 (mon.0) 786 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:45:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:29.803837+0000 mon.smithi115 (mon.0) 787 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:29.804090+0000 mon.smithi115 (mon.0) 788 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:29.804335+0000 mon.smithi115 (mon.0) 789 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:29.804572+0000 mon.smithi115 (mon.0) 790 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:30.137602+0000 mon.smithi115 (mon.0) 791 : audit [DBG] from='client.? 172.21.15.115:0/3356273820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:45:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:29.253628+0000 mgr.smithi115.zzjgkn (mgr.34102) 762 : audit [DBG] from='client.34812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:45:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:29.529874+0000 mgr.smithi115.zzjgkn (mgr.34102) 763 : audit [DBG] from='client.34816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:45:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:29.800462+0000 mon.smithi115 (mon.0) 781 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:45:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:29.800826+0000 mon.smithi115 (mon.0) 782 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:29.801151+0000 mon.smithi115 (mon.0) 783 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:29.801462+0000 mon.smithi115 (mon.0) 784 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:29.801726+0000 mon.smithi115 (mon.0) 785 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:29.803553+0000 mon.smithi115 (mon.0) 786 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:45:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:29.803837+0000 mon.smithi115 (mon.0) 787 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:29.804090+0000 mon.smithi115 (mon.0) 788 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:29.804335+0000 mon.smithi115 (mon.0) 789 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:29.804572+0000 mon.smithi115 (mon.0) 790 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:45:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:30.137602+0000 mon.smithi115 (mon.0) 791 : audit [DBG] from='client.? 172.21.15.115:0/3356273820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:45:31.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:29.798713+0000 mgr.smithi115.zzjgkn (mgr.34102) 764 : audit [DBG] from='client.34820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:45:31.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:30.352079+0000 mgr.smithi115.zzjgkn (mgr.34102) 765 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:31.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:45:30.412834+0000 mgr.smithi115.zzjgkn (mgr.34102) 766 : audit [DBG] from='client.34828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:45:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:29.798713+0000 mgr.smithi115.zzjgkn (mgr.34102) 764 : audit [DBG] from='client.34820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:45:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:30.352079+0000 mgr.smithi115.zzjgkn (mgr.34102) 765 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:45:30.412834+0000 mgr.smithi115.zzjgkn (mgr.34102) 766 : audit [DBG] from='client.34828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:45:33.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:32.352555+0000 mgr.smithi115.zzjgkn (mgr.34102) 767 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:32.352555+0000 mgr.smithi115.zzjgkn (mgr.34102) 767 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:35.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:34.353125+0000 mgr.smithi115.zzjgkn (mgr.34102) 768 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:34.353125+0000 mgr.smithi115.zzjgkn (mgr.34102) 768 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:37.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:36.354016+0000 mgr.smithi115.zzjgkn (mgr.34102) 769 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:36.354016+0000 mgr.smithi115.zzjgkn (mgr.34102) 769 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:38.354596+0000 mgr.smithi115.zzjgkn (mgr.34102) 770 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:39.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:38.354596+0000 mgr.smithi115.zzjgkn (mgr.34102) 770 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:45:39.594546+0000 mgr.smithi115.zzjgkn (mgr.34102) 771 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:45:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:45:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:45:41.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:45:41.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:45:41.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:45:41.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:45:41.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:45:41.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:45:41.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:45:41.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:45:41.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:45:39.595500+0000 mgr.smithi115.zzjgkn (mgr.34102) 772 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T01:45:41.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:45:39.595638+0000 mgr.smithi115.zzjgkn (mgr.34102) 773 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T01:45:41.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:40.355529+0000 mgr.smithi115.zzjgkn (mgr.34102) 774 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:41.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:45:39.594546+0000 mgr.smithi115.zzjgkn (mgr.34102) 771 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:45:41.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:45:41.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:45:41.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:45:41.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:45:41.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:45:41.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:45:41.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:45:41.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:45:41.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:45:41.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:45:41.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:45:41.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:45:41.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:45:41.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:45:41.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:45:41.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:45:41.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:45:41.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:45:41.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:45:41.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:45:41.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:45:41.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:45:41.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:45:41.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:45:41.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:45:41.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:45:41.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:45:41.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:45:41.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:45:41.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:45:41.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:45:41.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:45:41.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:45:41.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:45:41.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:45:41.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:45:41.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:45:41.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:45:39.595500+0000 mgr.smithi115.zzjgkn (mgr.34102) 772 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T01:45:41.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:45:39.595638+0000 mgr.smithi115.zzjgkn (mgr.34102) 773 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T01:45:41.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:40.355529+0000 mgr.smithi115.zzjgkn (mgr.34102) 774 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:42.355947+0000 mgr.smithi115.zzjgkn (mgr.34102) 775 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:42.355947+0000 mgr.smithi115.zzjgkn (mgr.34102) 775 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:44.356439+0000 mgr.smithi115.zzjgkn (mgr.34102) 776 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:44.356439+0000 mgr.smithi115.zzjgkn (mgr.34102) 776 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:46.357268+0000 mgr.smithi115.zzjgkn (mgr.34102) 777 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:46.357268+0000 mgr.smithi115.zzjgkn (mgr.34102) 777 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:49.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:48.357910+0000 mgr.smithi115.zzjgkn (mgr.34102) 778 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:49.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:48.357910+0000 mgr.smithi115.zzjgkn (mgr.34102) 778 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:50.358644+0000 mgr.smithi115.zzjgkn (mgr.34102) 779 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:50.358644+0000 mgr.smithi115.zzjgkn (mgr.34102) 779 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:53.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:52.359095+0000 mgr.smithi115.zzjgkn (mgr.34102) 780 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:52.359095+0000 mgr.smithi115.zzjgkn (mgr.34102) 780 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:54.359696+0000 mgr.smithi115.zzjgkn (mgr.34102) 781 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:54.359696+0000 mgr.smithi115.zzjgkn (mgr.34102) 781 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:56.360409+0000 mgr.smithi115.zzjgkn (mgr.34102) 782 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:56.360409+0000 mgr.smithi115.zzjgkn (mgr.34102) 782 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:45:59.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:45:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:45:58.360858+0000 mgr.smithi115.zzjgkn (mgr.34102) 783 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:00.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:45:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:45:58.360858+0000 mgr.smithi115.zzjgkn (mgr.34102) 783 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:00.712 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:46:01.257 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:46:01.257 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (34m) 8m ago 40m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:46:01.257 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (8m) 2m ago 105m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:46:01.257 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (8m) 8m ago 105m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:46:01.257 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (37m) 8m ago 104m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:46:01.257 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (90m) 2m ago 90m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:46:01.258 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (90m) 8m ago 90m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:46:01.258 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (34m) 2m ago 111m 440M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:46:01.258 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (24m) 8m ago 104m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:46:01.258 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (19m) 2m ago 111m 136M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:46:01.258 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (13m) 8m ago 109m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:46:01.258 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (40m) 2m ago 40m 97.8M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:46:01.258 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (40m) 8m ago 40m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:46:01.258 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 82m - - 2024-02-23T01:46:01.258 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 8m ago 80m - - 2024-02-23T01:46:01.258 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (2m) 2m ago 105m 13.2M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:46:01.258 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (104m) 2m ago 104m 411M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:46:01.258 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (102m) 2m ago 102m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:46:01.258 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (102m) 2m ago 102m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:46:01.259 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (100m) 8m ago 100m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:46:01.259 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (100m) 8m ago 100m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:46:01.259 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (99m) 8m ago 99m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:46:01.259 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (99m) 8m ago 99m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:46:01.259 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (40m) 8m ago 40m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:46:01.585 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:46:01.585 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:46:01.585 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:46:01.585 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:46:01.585 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:46:01.585 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:46:01.585 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:46:01.585 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:46:01.585 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:46:01.585 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:46:01.586 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:46:01.586 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:46:01.586 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:46:01.586 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:46:01.586 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:46:01.586 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 9, 2024-02-23T01:46:01.586 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T01:46:01.586 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:46:01.586 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:46:01.859 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:46:01.859 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:46:01.859 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:46:01.859 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:46:01.859 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:46:01.859 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:46:01.859 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:46:01.859 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:46:01.859 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:46:01.860 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "7/23 daemons upgraded", 2024-02-23T01:46:01.860 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:46:01.860 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:46:01.860 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:46:02.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:00.361596+0000 mgr.smithi115.zzjgkn (mgr.34102) 784 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:01.246435+0000 mon.smithi115 (mon.0) 792 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:46:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:01.246759+0000 mon.smithi115 (mon.0) 793 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:01.247026+0000 mon.smithi115 (mon.0) 794 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:01.247272+0000 mon.smithi115 (mon.0) 795 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:01.247515+0000 mon.smithi115 (mon.0) 796 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:01.249355+0000 mon.smithi115 (mon.0) 797 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:46:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:01.249640+0000 mon.smithi115 (mon.0) 798 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:01.249896+0000 mon.smithi115 (mon.0) 799 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:01.250134+0000 mon.smithi115 (mon.0) 800 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:01.250376+0000 mon.smithi115 (mon.0) 801 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:00.361596+0000 mgr.smithi115.zzjgkn (mgr.34102) 784 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:01.246435+0000 mon.smithi115 (mon.0) 792 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:46:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:01.246759+0000 mon.smithi115 (mon.0) 793 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:01.247026+0000 mon.smithi115 (mon.0) 794 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:01.247272+0000 mon.smithi115 (mon.0) 795 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:01.247515+0000 mon.smithi115 (mon.0) 796 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:01.249355+0000 mon.smithi115 (mon.0) 797 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:46:02.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:01.249640+0000 mon.smithi115 (mon.0) 798 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:01.249896+0000 mon.smithi115 (mon.0) 799 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:01.250134+0000 mon.smithi115 (mon.0) 800 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:02.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:01.250376+0000 mon.smithi115 (mon.0) 801 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:00.699714+0000 mgr.smithi115.zzjgkn (mgr.34102) 785 : audit [DBG] from='client.34832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:00.974985+0000 mgr.smithi115.zzjgkn (mgr.34102) 786 : audit [DBG] from='client.34836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:01.244657+0000 mgr.smithi115.zzjgkn (mgr.34102) 787 : audit [DBG] from='client.34840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:01.583741+0000 mon.smithi115 (mon.0) 802 : audit [DBG] from='client.? 172.21.15.115:0/2687386689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:46:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:00.699714+0000 mgr.smithi115.zzjgkn (mgr.34102) 785 : audit [DBG] from='client.34832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:00.974985+0000 mgr.smithi115.zzjgkn (mgr.34102) 786 : audit [DBG] from='client.34836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:01.244657+0000 mgr.smithi115.zzjgkn (mgr.34102) 787 : audit [DBG] from='client.34840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:01.583741+0000 mon.smithi115 (mon.0) 802 : audit [DBG] from='client.? 172.21.15.115:0/2687386689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:46:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:01.857727+0000 mgr.smithi115.zzjgkn (mgr.34102) 788 : audit [DBG] from='client.34848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:02.362005+0000 mgr.smithi115.zzjgkn (mgr.34102) 789 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:01.857727+0000 mgr.smithi115.zzjgkn (mgr.34102) 788 : audit [DBG] from='client.34848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:02.362005+0000 mgr.smithi115.zzjgkn (mgr.34102) 789 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:06.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:04.362535+0000 mgr.smithi115.zzjgkn (mgr.34102) 790 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:04.362535+0000 mgr.smithi115.zzjgkn (mgr.34102) 790 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:06.363416+0000 mgr.smithi115.zzjgkn (mgr.34102) 791 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:07.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:06.363416+0000 mgr.smithi115.zzjgkn (mgr.34102) 791 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:09.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:08.363805+0000 mgr.smithi115.zzjgkn (mgr.34102) 792 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:09.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:08.363805+0000 mgr.smithi115.zzjgkn (mgr.34102) 792 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:10.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:09.790706+0000 mon.smithi115 (mon.0) 803 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-02-23T01:46:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:09.791017+0000 mon.smithi115 (mon.0) 804 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:46:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:09.791248+0000 mon.smithi115 (mon.0) 805 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T01:46:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:09.791507+0000 mon.smithi115 (mon.0) 806 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T01:46:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:09.790706+0000 mon.smithi115 (mon.0) 803 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-02-23T01:46:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:09.791017+0000 mon.smithi115 (mon.0) 804 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:46:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:09.791248+0000 mon.smithi115 (mon.0) 805 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T01:46:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:09.791507+0000 mon.smithi115 (mon.0) 806 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T01:46:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:10.364568+0000 mgr.smithi115.zzjgkn (mgr.34102) 793 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:10.364568+0000 mgr.smithi115.zzjgkn (mgr.34102) 793 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:12.365097+0000 mgr.smithi115.zzjgkn (mgr.34102) 794 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:12.365097+0000 mgr.smithi115.zzjgkn (mgr.34102) 794 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:15.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:14.365600+0000 mgr.smithi115.zzjgkn (mgr.34102) 795 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:14.365600+0000 mgr.smithi115.zzjgkn (mgr.34102) 795 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:17.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:16.366379+0000 mgr.smithi115.zzjgkn (mgr.34102) 796 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:16.366379+0000 mgr.smithi115.zzjgkn (mgr.34102) 796 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:18.366810+0000 mgr.smithi115.zzjgkn (mgr.34102) 797 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:19.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:18.366810+0000 mgr.smithi115.zzjgkn (mgr.34102) 797 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:21.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:20.367429+0000 mgr.smithi115.zzjgkn (mgr.34102) 798 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:21.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:20.367429+0000 mgr.smithi115.zzjgkn (mgr.34102) 798 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:22.368014+0000 mgr.smithi115.zzjgkn (mgr.34102) 799 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:22.368014+0000 mgr.smithi115.zzjgkn (mgr.34102) 799 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:25.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:24.368627+0000 mgr.smithi115.zzjgkn (mgr.34102) 800 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:24.368627+0000 mgr.smithi115.zzjgkn (mgr.34102) 800 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:26.369394+0000 mgr.smithi115.zzjgkn (mgr.34102) 801 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:26.369394+0000 mgr.smithi115.zzjgkn (mgr.34102) 801 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:29.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:28.369903+0000 mgr.smithi115.zzjgkn (mgr.34102) 802 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:28.369903+0000 mgr.smithi115.zzjgkn (mgr.34102) 802 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:31.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:30.370569+0000 mgr.smithi115.zzjgkn (mgr.34102) 803 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:30.370569+0000 mgr.smithi115.zzjgkn (mgr.34102) 803 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:32.159 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:46:32.710 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:46:32.710 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (35m) 8m ago 41m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:46:32.710 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (8m) 3m ago 105m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:46:32.711 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (8m) 8m ago 105m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:46:32.711 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (38m) 8m ago 105m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:46:32.711 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (91m) 3m ago 91m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:46:32.711 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (91m) 8m ago 91m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:46:32.711 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (35m) 3m ago 111m 440M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:46:32.711 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (24m) 8m ago 105m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:46:32.711 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (19m) 3m ago 112m 136M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:46:32.711 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (14m) 8m ago 110m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:46:32.712 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (40m) 3m ago 40m 97.8M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:46:32.712 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (40m) 8m ago 40m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:46:32.712 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 82m - - 2024-02-23T01:46:32.712 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 8m ago 80m - - 2024-02-23T01:46:32.712 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (3m) 3m ago 105m 13.2M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:46:32.712 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (105m) 3m ago 105m 411M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:46:32.712 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (103m) 3m ago 103m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:46:32.712 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (102m) 3m ago 102m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:46:32.712 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (101m) 8m ago 101m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:46:32.712 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (100m) 8m ago 100m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:46:32.712 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (100m) 8m ago 100m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:46:32.713 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (100m) 8m ago 100m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:46:32.713 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (41m) 8m ago 40m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:46:33.032 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:46:33.032 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:46:33.032 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:46:33.032 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:46:33.032 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:46:33.032 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:46:33.032 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:46:33.033 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:46:33.033 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:46:33.033 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:46:33.033 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:46:33.033 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:46:33.033 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:46:33.033 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:46:33.033 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:46:33.033 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 9, 2024-02-23T01:46:33.033 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T01:46:33.033 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:46:33.033 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:46:33.307 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:46:33.307 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:46:33.307 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:46:33.307 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:46:33.307 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:46:33.307 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:46:33.307 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:46:33.307 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:46:33.307 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:46:33.307 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "7/23 daemons upgraded", 2024-02-23T01:46:33.307 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:46:33.307 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:46:33.308 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:46:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:32.147330+0000 mgr.smithi115.zzjgkn (mgr.34102) 804 : audit [DBG] from='client.34852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:32.370952+0000 mgr.smithi115.zzjgkn (mgr.34102) 805 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:32.427402+0000 mgr.smithi115.zzjgkn (mgr.34102) 806 : audit [DBG] from='client.34856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:32.699021+0000 mon.smithi115 (mon.0) 807 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:46:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:32.699351+0000 mon.smithi115 (mon.0) 808 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:32.699683+0000 mon.smithi115 (mon.0) 809 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:32.700002+0000 mon.smithi115 (mon.0) 810 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:32.700279+0000 mon.smithi115 (mon.0) 811 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:32.702149+0000 mon.smithi115 (mon.0) 812 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:46:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:32.702453+0000 mon.smithi115 (mon.0) 813 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:32.702744+0000 mon.smithi115 (mon.0) 814 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:32.703038+0000 mon.smithi115 (mon.0) 815 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:32.703308+0000 mon.smithi115 (mon.0) 816 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:33.031032+0000 mon.smithi115 (mon.0) 817 : audit [DBG] from='client.? 172.21.15.115:0/1684689210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:46:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:32.147330+0000 mgr.smithi115.zzjgkn (mgr.34102) 804 : audit [DBG] from='client.34852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:32.370952+0000 mgr.smithi115.zzjgkn (mgr.34102) 805 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:32.427402+0000 mgr.smithi115.zzjgkn (mgr.34102) 806 : audit [DBG] from='client.34856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:33.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:32.699021+0000 mon.smithi115 (mon.0) 807 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:46:33.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:32.699351+0000 mon.smithi115 (mon.0) 808 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:32.699683+0000 mon.smithi115 (mon.0) 809 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:32.700002+0000 mon.smithi115 (mon.0) 810 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:32.700279+0000 mon.smithi115 (mon.0) 811 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:32.702149+0000 mon.smithi115 (mon.0) 812 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:46:33.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:32.702453+0000 mon.smithi115 (mon.0) 813 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:32.702744+0000 mon.smithi115 (mon.0) 814 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:32.703038+0000 mon.smithi115 (mon.0) 815 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:32.703308+0000 mon.smithi115 (mon.0) 816 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:46:33.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:33.031032+0000 mon.smithi115 (mon.0) 817 : audit [DBG] from='client.? 172.21.15.115:0/1684689210' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:46:34.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:32.697255+0000 mgr.smithi115.zzjgkn (mgr.34102) 807 : audit [DBG] from='client.34860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:34.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:46:33.305521+0000 mgr.smithi115.zzjgkn (mgr.34102) 808 : audit [DBG] from='client.34868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:34.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:32.697255+0000 mgr.smithi115.zzjgkn (mgr.34102) 807 : audit [DBG] from='client.34860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:34.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:46:33.305521+0000 mgr.smithi115.zzjgkn (mgr.34102) 808 : audit [DBG] from='client.34868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:46:35.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:34.371469+0000 mgr.smithi115.zzjgkn (mgr.34102) 809 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:34.371469+0000 mgr.smithi115.zzjgkn (mgr.34102) 809 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:36.372267+0000 mgr.smithi115.zzjgkn (mgr.34102) 810 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:36.372267+0000 mgr.smithi115.zzjgkn (mgr.34102) 810 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:39.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:38.372858+0000 mgr.smithi115.zzjgkn (mgr.34102) 811 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:39.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:38.372858+0000 mgr.smithi115.zzjgkn (mgr.34102) 811 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:40.373482+0000 mgr.smithi115.zzjgkn (mgr.34102) 812 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:40.373482+0000 mgr.smithi115.zzjgkn (mgr.34102) 812 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:42.373990+0000 mgr.smithi115.zzjgkn (mgr.34102) 813 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:42.373990+0000 mgr.smithi115.zzjgkn (mgr.34102) 813 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:44.374451+0000 mgr.smithi115.zzjgkn (mgr.34102) 814 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:44.374451+0000 mgr.smithi115.zzjgkn (mgr.34102) 814 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:47.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:46.375152+0000 mgr.smithi115.zzjgkn (mgr.34102) 815 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:46.375152+0000 mgr.smithi115.zzjgkn (mgr.34102) 815 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:48.375729+0000 mgr.smithi115.zzjgkn (mgr.34102) 816 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:49.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:48.375729+0000 mgr.smithi115.zzjgkn (mgr.34102) 816 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:50.376330+0000 mgr.smithi115.zzjgkn (mgr.34102) 817 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:50.376330+0000 mgr.smithi115.zzjgkn (mgr.34102) 817 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:52.376718+0000 mgr.smithi115.zzjgkn (mgr.34102) 818 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:52.376718+0000 mgr.smithi115.zzjgkn (mgr.34102) 818 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:54.377109+0000 mgr.smithi115.zzjgkn (mgr.34102) 819 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:54.377109+0000 mgr.smithi115.zzjgkn (mgr.34102) 819 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:56.377888+0000 mgr.smithi115.zzjgkn (mgr.34102) 820 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:56.377888+0000 mgr.smithi115.zzjgkn (mgr.34102) 820 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:46:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:46:58.378451+0000 mgr.smithi115.zzjgkn (mgr.34102) 821 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:46:59.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:46:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:46:58.378451+0000 mgr.smithi115.zzjgkn (mgr.34102) 821 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:01.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:00.379284+0000 mgr.smithi115.zzjgkn (mgr.34102) 822 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:00.379284+0000 mgr.smithi115.zzjgkn (mgr.34102) 822 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:03.608 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:47:03.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:02.379876+0000 mgr.smithi115.zzjgkn (mgr.34102) 823 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:02.379876+0000 mgr.smithi115.zzjgkn (mgr.34102) 823 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:04.156 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:47:04.156 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (36m) 9m ago 41m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:47:04.156 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (9m) 3m ago 106m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:47:04.156 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (9m) 9m ago 106m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:47:04.156 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (38m) 9m ago 105m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:47:04.156 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (91m) 3m ago 91m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:47:04.156 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (91m) 9m ago 91m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:47:04.156 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (35m) 3m ago 112m 440M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:47:04.156 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (25m) 9m ago 105m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (20m) 3m ago 112m 136M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (14m) 9m ago 110m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (41m) 3m ago 41m 97.8M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (41m) 9m ago 41m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 83m - - 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 9m ago 81m - - 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (4m) 3m ago 106m 13.2M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (105m) 3m ago 105m 411M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (103m) 3m ago 103m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (103m) 3m ago 103m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (101m) 9m ago 101m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (101m) 9m ago 101m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (101m) 9m ago 101m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (100m) 9m ago 100m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:47:04.157 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (41m) 9m ago 41m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:47:04.483 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:47:04.483 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:47:04.483 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 9, 2024-02-23T01:47:04.484 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T01:47:04.485 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:47:04.485 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:47:04.758 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:47:04.759 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:47:04.759 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:47:04.759 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:47:04.759 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:47:04.759 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:47:04.759 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:47:04.759 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:47:04.759 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:47:04.759 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "7/23 daemons upgraded", 2024-02-23T01:47:04.759 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:47:04.759 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:47:04.759 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:47:05.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:04.144972+0000 mon.smithi115 (mon.0) 818 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:47:05.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:04.145289+0000 mon.smithi115 (mon.0) 819 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:04.145569+0000 mon.smithi115 (mon.0) 820 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:04.145823+0000 mon.smithi115 (mon.0) 821 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:04.146050+0000 mon.smithi115 (mon.0) 822 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:04.147936+0000 mon.smithi115 (mon.0) 823 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:47:05.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:04.148205+0000 mon.smithi115 (mon.0) 824 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:04.148442+0000 mon.smithi115 (mon.0) 825 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:04.148680+0000 mon.smithi115 (mon.0) 826 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:04.148949+0000 mon.smithi115 (mon.0) 827 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:04.482156+0000 mon.smithi115 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.115:0/4236066646' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:47:05.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:04.144972+0000 mon.smithi115 (mon.0) 818 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:47:05.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:04.145289+0000 mon.smithi115 (mon.0) 819 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:04.145569+0000 mon.smithi115 (mon.0) 820 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:04.145823+0000 mon.smithi115 (mon.0) 821 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:04.146050+0000 mon.smithi115 (mon.0) 822 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:04.147936+0000 mon.smithi115 (mon.0) 823 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:47:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:04.148205+0000 mon.smithi115 (mon.0) 824 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:04.148442+0000 mon.smithi115 (mon.0) 825 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:04.148680+0000 mon.smithi115 (mon.0) 826 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:04.148949+0000 mon.smithi115 (mon.0) 827 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:04.482156+0000 mon.smithi115 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.115:0/4236066646' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:47:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:03.596711+0000 mgr.smithi115.zzjgkn (mgr.34102) 824 : audit [DBG] from='client.34872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:03.873124+0000 mgr.smithi115.zzjgkn (mgr.34102) 825 : audit [DBG] from='client.34876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:04.143213+0000 mgr.smithi115.zzjgkn (mgr.34102) 826 : audit [DBG] from='client.34880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:04.380250+0000 mgr.smithi115.zzjgkn (mgr.34102) 827 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:03.596711+0000 mgr.smithi115.zzjgkn (mgr.34102) 824 : audit [DBG] from='client.34872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:03.873124+0000 mgr.smithi115.zzjgkn (mgr.34102) 825 : audit [DBG] from='client.34876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:04.143213+0000 mgr.smithi115.zzjgkn (mgr.34102) 826 : audit [DBG] from='client.34880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:04.380250+0000 mgr.smithi115.zzjgkn (mgr.34102) 827 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:07.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:04.757332+0000 mgr.smithi115.zzjgkn (mgr.34102) 828 : audit [DBG] from='client.34888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:07.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:04.757332+0000 mgr.smithi115.zzjgkn (mgr.34102) 828 : audit [DBG] from='client.34888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:08.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:06.381119+0000 mgr.smithi115.zzjgkn (mgr.34102) 829 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:08.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:06.381119+0000 mgr.smithi115.zzjgkn (mgr.34102) 829 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:10.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:08.381595+0000 mgr.smithi115.zzjgkn (mgr.34102) 830 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:08.381595+0000 mgr.smithi115.zzjgkn (mgr.34102) 830 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:09.794511+0000 mon.smithi115 (mon.0) 829 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-02-23T01:47:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:09.794761+0000 mon.smithi115 (mon.0) 830 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T01:47:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:09.795020+0000 mon.smithi115 (mon.0) 831 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T01:47:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:09.795275+0000 mon.smithi115 (mon.0) 832 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T01:47:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:09.794511+0000 mon.smithi115 (mon.0) 829 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-02-23T01:47:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:09.794761+0000 mon.smithi115 (mon.0) 830 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T01:47:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:09.795020+0000 mon.smithi115 (mon.0) 831 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T01:47:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:09.795275+0000 mon.smithi115 (mon.0) 832 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T01:47:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:10.382264+0000 mgr.smithi115.zzjgkn (mgr.34102) 831 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:10.382264+0000 mgr.smithi115.zzjgkn (mgr.34102) 831 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:13.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:12.382784+0000 mgr.smithi115.zzjgkn (mgr.34102) 832 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:12.382784+0000 mgr.smithi115.zzjgkn (mgr.34102) 832 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:14.383365+0000 mgr.smithi115.zzjgkn (mgr.34102) 833 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:15.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:14.383365+0000 mgr.smithi115.zzjgkn (mgr.34102) 833 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:17.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:16.384193+0000 mgr.smithi115.zzjgkn (mgr.34102) 834 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:16.384193+0000 mgr.smithi115.zzjgkn (mgr.34102) 834 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:18.384803+0000 mgr.smithi115.zzjgkn (mgr.34102) 835 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:19.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:18.384803+0000 mgr.smithi115.zzjgkn (mgr.34102) 835 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:20.385729+0000 mgr.smithi115.zzjgkn (mgr.34102) 836 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:21.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:20.385729+0000 mgr.smithi115.zzjgkn (mgr.34102) 836 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:22.386136+0000 mgr.smithi115.zzjgkn (mgr.34102) 837 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:22.386136+0000 mgr.smithi115.zzjgkn (mgr.34102) 837 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:24.386583+0000 mgr.smithi115.zzjgkn (mgr.34102) 838 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:24.386583+0000 mgr.smithi115.zzjgkn (mgr.34102) 838 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:26.387443+0000 mgr.smithi115.zzjgkn (mgr.34102) 839 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:26.387443+0000 mgr.smithi115.zzjgkn (mgr.34102) 839 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:29.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:28.387889+0000 mgr.smithi115.zzjgkn (mgr.34102) 840 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:28.387889+0000 mgr.smithi115.zzjgkn (mgr.34102) 840 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:31.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:30.388707+0000 mgr.smithi115.zzjgkn (mgr.34102) 841 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:30.388707+0000 mgr.smithi115.zzjgkn (mgr.34102) 841 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:33.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:32.389101+0000 mgr.smithi115.zzjgkn (mgr.34102) 842 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:33.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:32.389101+0000 mgr.smithi115.zzjgkn (mgr.34102) 842 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:35.055 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:47:35.604 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:47:35.604 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (36m) 9m ago 42m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:47:35.604 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (9m) 4m ago 106m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:47:35.604 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (9m) 9m ago 106m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:47:35.604 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (39m) 9m ago 106m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:47:35.604 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (92m) 4m ago 92m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:47:35.604 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (92m) 9m ago 92m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (36m) 4m ago 112m 440M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (25m) 9m ago 106m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (20m) 4m ago 113m 136M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (15m) 9m ago 111m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (42m) 4m ago 42m 97.8M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (41m) 9m ago 41m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 83m - - 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 9m ago 81m - - 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (4m) 4m ago 106m 13.2M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (106m) 4m ago 106m 411M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (104m) 4m ago 104m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (103m) 4m ago 103m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (102m) 9m ago 102m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:47:35.605 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (101m) 9m ago 101m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:47:35.606 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (101m) 9m ago 101m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:47:35.606 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (101m) 9m ago 101m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:47:35.606 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (42m) 9m ago 42m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:47:35.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:34.389497+0000 mgr.smithi115.zzjgkn (mgr.34102) 843 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:34.389497+0000 mgr.smithi115.zzjgkn (mgr.34102) 843 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:35.930 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:47:35.930 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:47:35.931 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:47:35.931 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:47:35.931 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:47:35.931 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:47:35.931 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:47:35.931 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:47:35.931 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:47:35.931 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:47:35.931 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:47:35.931 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:47:35.931 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:47:35.931 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:47:35.932 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:47:35.932 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 9, 2024-02-23T01:47:35.932 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T01:47:35.932 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:47:35.932 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:47:36.207 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:47:36.207 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:47:36.208 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:47:36.208 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:47:36.208 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:47:36.208 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:47:36.208 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:47:36.208 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:47:36.208 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:47:36.208 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "7/23 daemons upgraded", 2024-02-23T01:47:36.208 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:47:36.208 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:47:36.208 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:47:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.043572+0000 mgr.smithi115.zzjgkn (mgr.34102) 844 : audit [DBG] from='client.34892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.319167+0000 mgr.smithi115.zzjgkn (mgr.34102) 845 : audit [DBG] from='client.34896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.593223+0000 mon.smithi115 (mon.0) 833 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:47:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.593555+0000 mon.smithi115 (mon.0) 834 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.593833+0000 mon.smithi115 (mon.0) 835 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.594099+0000 mon.smithi115 (mon.0) 836 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.594343+0000 mon.smithi115 (mon.0) 837 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.596258+0000 mon.smithi115 (mon.0) 838 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:47:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.596520+0000 mon.smithi115 (mon.0) 839 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.596777+0000 mon.smithi115 (mon.0) 840 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.597017+0000 mon.smithi115 (mon.0) 841 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.597254+0000 mon.smithi115 (mon.0) 842 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.929240+0000 mon.smithi115 (mon.0) 843 : audit [DBG] from='client.? 172.21.15.115:0/725911255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:47:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.043572+0000 mgr.smithi115.zzjgkn (mgr.34102) 844 : audit [DBG] from='client.34892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.319167+0000 mgr.smithi115.zzjgkn (mgr.34102) 845 : audit [DBG] from='client.34896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.593223+0000 mon.smithi115 (mon.0) 833 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:47:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.593555+0000 mon.smithi115 (mon.0) 834 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.593833+0000 mon.smithi115 (mon.0) 835 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.594099+0000 mon.smithi115 (mon.0) 836 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.594343+0000 mon.smithi115 (mon.0) 837 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.596258+0000 mon.smithi115 (mon.0) 838 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:47:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.596520+0000 mon.smithi115 (mon.0) 839 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.596777+0000 mon.smithi115 (mon.0) 840 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.597017+0000 mon.smithi115 (mon.0) 841 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.597254+0000 mon.smithi115 (mon.0) 842 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:47:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.929240+0000 mon.smithi115 (mon.0) 843 : audit [DBG] from='client.? 172.21.15.115:0/725911255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:47:37.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:35.591508+0000 mgr.smithi115.zzjgkn (mgr.34102) 846 : audit [DBG] from='client.34900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:47:36.206081+0000 mgr.smithi115.zzjgkn (mgr.34102) 847 : audit [DBG] from='client.34908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:36.390134+0000 mgr.smithi115.zzjgkn (mgr.34102) 848 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:35.591508+0000 mgr.smithi115.zzjgkn (mgr.34102) 846 : audit [DBG] from='client.34900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:47:36.206081+0000 mgr.smithi115.zzjgkn (mgr.34102) 847 : audit [DBG] from='client.34908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:47:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:36.390134+0000 mgr.smithi115.zzjgkn (mgr.34102) 848 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:39.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:38.390676+0000 mgr.smithi115.zzjgkn (mgr.34102) 849 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:38.390676+0000 mgr.smithi115.zzjgkn (mgr.34102) 849 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:41.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:40.391359+0000 mgr.smithi115.zzjgkn (mgr.34102) 850 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:40.391359+0000 mgr.smithi115.zzjgkn (mgr.34102) 850 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:42.391898+0000 mgr.smithi115.zzjgkn (mgr.34102) 851 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:42.391898+0000 mgr.smithi115.zzjgkn (mgr.34102) 851 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:44.392457+0000 mgr.smithi115.zzjgkn (mgr.34102) 852 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:44.392457+0000 mgr.smithi115.zzjgkn (mgr.34102) 852 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:46.393179+0000 mgr.smithi115.zzjgkn (mgr.34102) 853 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:46.393179+0000 mgr.smithi115.zzjgkn (mgr.34102) 853 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:49.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:48.393799+0000 mgr.smithi115.zzjgkn (mgr.34102) 854 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:49.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:48.393799+0000 mgr.smithi115.zzjgkn (mgr.34102) 854 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:51.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:50.394460+0000 mgr.smithi115.zzjgkn (mgr.34102) 855 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:50.394460+0000 mgr.smithi115.zzjgkn (mgr.34102) 855 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:53.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:52.395013+0000 mgr.smithi115.zzjgkn (mgr.34102) 856 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:52.395013+0000 mgr.smithi115.zzjgkn (mgr.34102) 856 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:54.395506+0000 mgr.smithi115.zzjgkn (mgr.34102) 857 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:54.395506+0000 mgr.smithi115.zzjgkn (mgr.34102) 857 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:57.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:56.396402+0000 mgr.smithi115.zzjgkn (mgr.34102) 858 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:56.396402+0000 mgr.smithi115.zzjgkn (mgr.34102) 858 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:47:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:47:58.396863+0000 mgr.smithi115.zzjgkn (mgr.34102) 859 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:47:59.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:47:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:47:58.396863+0000 mgr.smithi115.zzjgkn (mgr.34102) 859 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:00.397596+0000 mgr.smithi115.zzjgkn (mgr.34102) 860 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:00.397596+0000 mgr.smithi115.zzjgkn (mgr.34102) 860 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:02.398235+0000 mgr.smithi115.zzjgkn (mgr.34102) 861 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:03.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:02.398235+0000 mgr.smithi115.zzjgkn (mgr.34102) 861 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:04.398692+0000 mgr.smithi115.zzjgkn (mgr.34102) 862 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:04.398692+0000 mgr.smithi115.zzjgkn (mgr.34102) 862 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:06.507 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:48:07.050 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:48:07.050 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (37m) 10m ago 42m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:48:07.050 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (10m) 5m ago 107m 6597k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:48:07.050 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (10m) 10m ago 107m 6593k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:48:07.050 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (39m) 10m ago 106m 37.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:48:07.050 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (92m) 5m ago 92m 36.7M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:48:07.050 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (92m) 10m ago 92m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (36m) 5m ago 113m 440M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (26m) 10m ago 106m 389M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (21m) 5m ago 113m 136M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (15m) 10m ago 111m 62.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (42m) 5m ago 42m 97.8M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (42m) 10m ago 42m 86.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 84m - - 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 10m ago 82m - - 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (5m) 5m ago 107m 13.2M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (106m) 5m ago 106m 411M 4096M 15.2.13 2cf504fded39 98f397fa2b03 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (104m) 5m ago 104m 274M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (104m) 5m ago 104m 279M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (102m) 10m ago 102m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (102m) 10m ago 102m 343M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:48:07.051 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (102m) 10m ago 102m 317M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:48:07.052 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (101m) 10m ago 101m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:48:07.052 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (42m) 10m ago 42m 71.2M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:48:07.375 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:48:07.375 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:48:07.376 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 9, 2024-02-23T01:48:07.377 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T01:48:07.377 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:48:07.377 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:48:07.657 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:48:07.657 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:48:07.657 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:48:07.657 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:48:07.657 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:48:07.657 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:48:07.657 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:48:07.657 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:48:07.657 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:48:07.657 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "7/23 daemons upgraded", 2024-02-23T01:48:07.657 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:48:07.657 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:48:07.657 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:48:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:06.399259+0000 mgr.smithi115.zzjgkn (mgr.34102) 863 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:06.494641+0000 mgr.smithi115.zzjgkn (mgr.34102) 864 : audit [DBG] from='client.34912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:07.038512+0000 mon.smithi115 (mon.0) 844 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:48:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:07.038945+0000 mon.smithi115 (mon.0) 845 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:07.039252+0000 mon.smithi115 (mon.0) 846 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:07.039526+0000 mon.smithi115 (mon.0) 847 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:07.039818+0000 mon.smithi115 (mon.0) 848 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:07.041751+0000 mon.smithi115 (mon.0) 849 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:48:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:07.042140+0000 mon.smithi115 (mon.0) 850 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:07.042418+0000 mon.smithi115 (mon.0) 851 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:07.042723+0000 mon.smithi115 (mon.0) 852 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:07.042994+0000 mon.smithi115 (mon.0) 853 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:07.374456+0000 mon.smithi115 (mon.0) 854 : audit [DBG] from='client.? 172.21.15.115:0/1626201628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:48:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:06.399259+0000 mgr.smithi115.zzjgkn (mgr.34102) 863 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:06.494641+0000 mgr.smithi115.zzjgkn (mgr.34102) 864 : audit [DBG] from='client.34912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:07.038512+0000 mon.smithi115 (mon.0) 844 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:48:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:07.038945+0000 mon.smithi115 (mon.0) 845 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:07.039252+0000 mon.smithi115 (mon.0) 846 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:07.039526+0000 mon.smithi115 (mon.0) 847 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:07.039818+0000 mon.smithi115 (mon.0) 848 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:07.041751+0000 mon.smithi115 (mon.0) 849 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:48:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:07.042140+0000 mon.smithi115 (mon.0) 850 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:07.042418+0000 mon.smithi115 (mon.0) 851 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:07.042723+0000 mon.smithi115 (mon.0) 852 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:07.042994+0000 mon.smithi115 (mon.0) 853 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:07.374456+0000 mon.smithi115 (mon.0) 854 : audit [DBG] from='client.? 172.21.15.115:0/1626201628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:48:08.766 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:06.771402+0000 mgr.smithi115.zzjgkn (mgr.34102) 865 : audit [DBG] from='client.34916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:08.766 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:07.036729+0000 mgr.smithi115.zzjgkn (mgr.34102) 866 : audit [DBG] from='client.34920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:06.771402+0000 mgr.smithi115.zzjgkn (mgr.34102) 865 : audit [DBG] from='client.34916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:08.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:07.036729+0000 mgr.smithi115.zzjgkn (mgr.34102) 866 : audit [DBG] from='client.34920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:09.664 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:07.655539+0000 mgr.smithi115.zzjgkn (mgr.34102) 867 : audit [DBG] from='client.34928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:09.664 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:08.399670+0000 mgr.smithi115.zzjgkn (mgr.34102) 868 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:09.665 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:08.767829+0000 mon.smithi115 (mon.0) 855 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:48:09.665 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:08.770409+0000 mon.smithi115 (mon.0) 856 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:48:09.665 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:08.771847+0000 mon.smithi115 (mon.0) 857 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:48:09.665 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:08.773219+0000 mon.smithi115 (mon.0) 858 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:48:09.665 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:08.774646+0000 mon.smithi115 (mon.0) 859 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-23T01:48:09.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:07.655539+0000 mgr.smithi115.zzjgkn (mgr.34102) 867 : audit [DBG] from='client.34928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:09.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:08.399670+0000 mgr.smithi115.zzjgkn (mgr.34102) 868 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:09.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:08.767829+0000 mon.smithi115 (mon.0) 855 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:48:09.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:08.770409+0000 mon.smithi115 (mon.0) 856 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:48:09.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:08.771847+0000 mon.smithi115 (mon.0) 857 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:48:09.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:08.773219+0000 mon.smithi115 (mon.0) 858 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:48:09.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:08.774646+0000 mon.smithi115 (mon.0) 859 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-23T01:48:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:48:08.765345+0000 mgr.smithi115.zzjgkn (mgr.34102) 869 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:48:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:48:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:48:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:48:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:48:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:48:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:48:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:48:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:48:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:48:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:48:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:48:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:48:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:48:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:48:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:48:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:48:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:48:10.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:48:10.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:48:10.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:48:10.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:48:10.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:48:10.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:48:10.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:48:10.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:48:10.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:48:10.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:48:10.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:48:10.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:48:10.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:48:10.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:48:10.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:48:10.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:48:10.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:48:10.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:48:10.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:48:10.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:48:10.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:48:10.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:08.774832+0000 mgr.smithi115.zzjgkn (mgr.34102) 870 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-23T01:48:10.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:48:08.775845+0000 mgr.smithi115.zzjgkn (mgr.34102) 871 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-23T01:48:10.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:09.798217+0000 mon.smithi115 (mon.0) 860 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-23T01:48:10.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:09.798396+0000 mon.smithi115 (mon.0) 861 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:48:10.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:09.798553+0000 mon.smithi115 (mon.0) 862 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:48:10.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:09.798723+0000 mon.smithi115 (mon.0) 863 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-02-23T01:48:10.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:48:08.765345+0000 mgr.smithi115.zzjgkn (mgr.34102) 869 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:48:10.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:48:10.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:48:10.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:48:10.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:48:10.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:48:10.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:48:10.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:48:10.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:48:10.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:48:10.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:48:10.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:48:10.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:48:10.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:48:10.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:48:10.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:48:10.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:48:10.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:48:10.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:48:10.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:48:10.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:48:10.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:48:10.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:48:10.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:48:10.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:48:10.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:48:10.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:08.774832+0000 mgr.smithi115.zzjgkn (mgr.34102) 870 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-23T01:48:10.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:48:08.775845+0000 mgr.smithi115.zzjgkn (mgr.34102) 871 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-23T01:48:10.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:09.798217+0000 mon.smithi115 (mon.0) 860 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-23T01:48:10.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:09.798396+0000 mon.smithi115 (mon.0) 861 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:48:10.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:09.798553+0000 mon.smithi115 (mon.0) 862 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:48:10.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:09.798723+0000 mon.smithi115 (mon.0) 863 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-02-23T01:48:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:10.400266+0000 mgr.smithi115.zzjgkn (mgr.34102) 872 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:10.597460+0000 mon.smithi115 (mon.0) 864 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:10.598057+0000 mon.smithi115 (mon.0) 865 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-23T01:48:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:10.598509+0000 mon.smithi115 (mon.0) 866 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:48:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:10.599872+0000 mon.smithi115 (mon.0) 867 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-23T01:48:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:10.400266+0000 mgr.smithi115.zzjgkn (mgr.34102) 872 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:10.597460+0000 mon.smithi115 (mon.0) 864 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:10.598057+0000 mon.smithi115 (mon.0) 865 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-23T01:48:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:10.598509+0000 mon.smithi115 (mon.0) 866 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:48:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:10.599872+0000 mon.smithi115 (mon.0) 867 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-23T01:48:12.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:48:10.593407+0000 mgr.smithi115.zzjgkn (mgr.34102) 873 : cephadm [INF] Upgrade: Updating osd.1 2024-02-23T01:48:12.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:48:10.599513+0000 mgr.smithi115.zzjgkn (mgr.34102) 874 : cephadm [INF] Deploying daemon osd.1 on smithi115 2024-02-23T01:48:12.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:48:10.593407+0000 mgr.smithi115.zzjgkn (mgr.34102) 873 : cephadm [INF] Upgrade: Updating osd.1 2024-02-23T01:48:12.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:48:10.599513+0000 mgr.smithi115.zzjgkn (mgr.34102) 874 : cephadm [INF] Deploying daemon osd.1 on smithi115 2024-02-23T01:48:13.526 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:13 smithi115 systemd[1]: Stopping Ceph osd.1 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T01:48:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:12.400629+0000 mgr.smithi115.zzjgkn (mgr.34102) 875 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:13.897 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:12.400629+0000 mgr.smithi115.zzjgkn (mgr.34102) 875 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:14.171 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:14 smithi115 bash[133698]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.1 2024-02-23T01:48:14.525 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:14 smithi115 bash[133752]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.1 2024-02-23T01:48:14.848 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.821044+0000 mon.smithi115 (mon.0) 868 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-23T01:48:14.848 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.821078+0000 mon.smithi115 (mon.0) 869 : cluster [INF] osd.1 failed (root=default,host=smithi115) (connection refused reported by osd.3) 2024-02-23T01:48:14.848 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.821322+0000 mon.smithi115 (mon.0) 870 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-23T01:48:14.848 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.821450+0000 mon.smithi115 (mon.0) 871 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-23T01:48:14.849 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.821583+0000 mon.smithi115 (mon.0) 872 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-23T01:48:14.849 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.821720+0000 mon.smithi115 (mon.0) 873 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-23T01:48:14.849 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.821796+0000 mon.smithi115 (mon.0) 874 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-23T01:48:14.849 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.821962+0000 mon.smithi115 (mon.0) 875 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-23T01:48:14.849 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.822037+0000 mon.smithi115 (mon.0) 876 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-23T01:48:14.849 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.822210+0000 mon.smithi115 (mon.0) 877 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-23T01:48:14.849 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.822280+0000 mon.smithi115 (mon.0) 878 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-23T01:48:14.849 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.822441+0000 mon.smithi115 (mon.0) 879 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-23T01:48:14.849 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.822560+0000 mon.smithi115 (mon.0) 880 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-23T01:48:14.849 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.822686+0000 mon.smithi115 (mon.0) 881 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-23T01:48:14.849 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:13.822803+0000 mon.smithi115 (mon.0) 882 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-23T01:48:14.849 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.222031+0000 mon.smithi115 (mon.0) 883 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-23T01:48:14.849 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.222220+0000 mon.smithi115 (mon.0) 884 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-23T01:48:14.850 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.222353+0000 mon.smithi115 (mon.0) 885 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-23T01:48:14.850 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.222485+0000 mon.smithi115 (mon.0) 886 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-23T01:48:14.850 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.222608+0000 mon.smithi115 (mon.0) 887 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-23T01:48:14.850 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.222738+0000 mon.smithi115 (mon.0) 888 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-23T01:48:14.850 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.222855+0000 mon.smithi115 (mon.0) 889 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-23T01:48:14.850 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.222973+0000 mon.smithi115 (mon.0) 890 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-23T01:48:14.850 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.223101+0000 mon.smithi115 (mon.0) 891 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-23T01:48:14.850 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.223219+0000 mon.smithi115 (mon.0) 892 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-23T01:48:14.850 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.223338+0000 mon.smithi115 (mon.0) 893 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-23T01:48:14.850 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.223462+0000 mon.smithi115 (mon.0) 894 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-23T01:48:14.850 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.223584+0000 mon.smithi115 (mon.0) 895 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-23T01:48:14.851 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.223716+0000 mon.smithi115 (mon.0) 896 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-23T01:48:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.821044+0000 mon.smithi115 (mon.0) 868 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-23T01:48:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.821078+0000 mon.smithi115 (mon.0) 869 : cluster [INF] osd.1 failed (root=default,host=smithi115) (connection refused reported by osd.3) 2024-02-23T01:48:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.821322+0000 mon.smithi115 (mon.0) 870 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-23T01:48:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.821450+0000 mon.smithi115 (mon.0) 871 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-23T01:48:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.821583+0000 mon.smithi115 (mon.0) 872 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-23T01:48:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.821720+0000 mon.smithi115 (mon.0) 873 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-23T01:48:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.821796+0000 mon.smithi115 (mon.0) 874 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-23T01:48:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.821962+0000 mon.smithi115 (mon.0) 875 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-23T01:48:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.822037+0000 mon.smithi115 (mon.0) 876 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-23T01:48:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.822210+0000 mon.smithi115 (mon.0) 877 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-23T01:48:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.822280+0000 mon.smithi115 (mon.0) 878 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-23T01:48:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.822441+0000 mon.smithi115 (mon.0) 879 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-23T01:48:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.822560+0000 mon.smithi115 (mon.0) 880 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-23T01:48:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.822686+0000 mon.smithi115 (mon.0) 881 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-23T01:48:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:13.822803+0000 mon.smithi115 (mon.0) 882 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-23T01:48:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.222031+0000 mon.smithi115 (mon.0) 883 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-23T01:48:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.222220+0000 mon.smithi115 (mon.0) 884 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-23T01:48:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.222353+0000 mon.smithi115 (mon.0) 885 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-23T01:48:15.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.222485+0000 mon.smithi115 (mon.0) 886 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-23T01:48:15.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.222608+0000 mon.smithi115 (mon.0) 887 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-23T01:48:15.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.222738+0000 mon.smithi115 (mon.0) 888 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-23T01:48:15.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.222855+0000 mon.smithi115 (mon.0) 889 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-23T01:48:15.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.222973+0000 mon.smithi115 (mon.0) 890 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-23T01:48:15.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.223101+0000 mon.smithi115 (mon.0) 891 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-23T01:48:15.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.223219+0000 mon.smithi115 (mon.0) 892 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-23T01:48:15.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.223338+0000 mon.smithi115 (mon.0) 893 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-23T01:48:15.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.223462+0000 mon.smithi115 (mon.0) 894 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-23T01:48:15.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.223584+0000 mon.smithi115 (mon.0) 895 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-23T01:48:15.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.223716+0000 mon.smithi115 (mon.0) 896 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-23T01:48:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.400944+0000 mgr.smithi115.zzjgkn (mgr.34102) 876 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.526869+0000 mon.smithi115 (mon.0) 897 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T01:48:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:14.535376+0000 mon.smithi115 (mon.0) 898 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-02-23T01:48:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.400944+0000 mgr.smithi115.zzjgkn (mgr.34102) 876 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.526869+0000 mon.smithi115 (mon.0) 897 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T01:48:16.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:14.535376+0000 mon.smithi115 (mon.0) 898 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-02-23T01:48:16.276 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:15 smithi115 systemd[1]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.1.service: Succeeded. 2024-02-23T01:48:16.276 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:15 smithi115 systemd[1]: Stopped Ceph osd.1 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T01:48:16.276 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:15 smithi115 systemd[1]: Starting Ceph osd.1 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T01:48:16.830 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:15.536689+0000 mon.smithi115 (mon.0) 899 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-02-23T01:48:16.830 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:16 smithi115 bash[134010]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-23T01:48:16.830 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:16 smithi115 bash[134010]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-23T01:48:16.831 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:16 smithi115 bash[134010]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-02-23T01:48:16.831 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:16 smithi115 bash[134010]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-02-23T01:48:16.831 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:16 smithi115 bash[134010]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-02-23T01:48:16.831 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:16 smithi115 bash[134010]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-23T01:48:16.831 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:16 smithi115 bash[134010]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-23T01:48:16.831 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:16 smithi115 bash[134010]: --> ceph-volume lvm activate successful for osd ID: 1 2024-02-23T01:48:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:15.536689+0000 mon.smithi115 (mon.0) 899 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-02-23T01:48:17.914 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:16.401484+0000 mgr.smithi115.zzjgkn (mgr.34102) 877 : cluster [DBG] pgmap v649: 129 pgs: 56 peering, 73 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:17.914 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:16.545776+0000 mon.smithi115 (mon.0) 900 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 56 pgs peering (PG_AVAILABILITY) 2024-02-23T01:48:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:16.401484+0000 mgr.smithi115.zzjgkn (mgr.34102) 877 : cluster [DBG] pgmap v649: 129 pgs: 56 peering, 73 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:16.545776+0000 mon.smithi115 (mon.0) 900 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 56 pgs peering (PG_AVAILABILITY) 2024-02-23T01:48:18.275 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-1[134266]: debug 2024-02-23T01:48:17.911+0000 7ff655662700 1 -- 172.21.15.115:0/1221421919 <== mon.0 v2:172.21.15.115:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5624b14c8680 con 0x5624b1491400 2024-02-23T01:48:18.276 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:17 smithi115 bash[134251]: 4db1da7ffc0fbc6196aceb36771e630d41ed8074a19e84d7dc1ae39993384302 2024-02-23T01:48:18.276 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:17 smithi115 systemd[1]: Started Ceph osd.1 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T01:48:18.708 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-1[134266]: debug 2024-02-23T01:48:18.430+0000 7ff65d0f0380 -1 Falling back to public interface 2024-02-23T01:48:19.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:18.032246+0000 mon.smithi115 (mon.0) 901 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:19.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:18.032966+0000 mon.smithi115 (mon.0) 902 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:48:19.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:18.265382+0000 mon.smithi115 (mon.0) 903 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:19.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:18.266143+0000 mon.smithi115 (mon.0) 904 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:48:19.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:18.279517+0000 mon.smithi115 (mon.0) 905 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:19.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:18.280771+0000 mon.smithi115 (mon.0) 906 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:48:19.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:18.402025+0000 mgr.smithi115.zzjgkn (mgr.34102) 878 : cluster [DBG] pgmap v650: 129 pgs: 56 peering, 73 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:19.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:18.032246+0000 mon.smithi115 (mon.0) 901 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:19.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:18.032966+0000 mon.smithi115 (mon.0) 902 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:48:19.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:18.265382+0000 mon.smithi115 (mon.0) 903 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:19.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:18.266143+0000 mon.smithi115 (mon.0) 904 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:48:19.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:18.279517+0000 mon.smithi115 (mon.0) 905 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:19.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:18.280771+0000 mon.smithi115 (mon.0) 906 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:48:19.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:18.402025+0000 mgr.smithi115.zzjgkn (mgr.34102) 878 : cluster [DBG] pgmap v650: 129 pgs: 56 peering, 73 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail 2024-02-23T01:48:20.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:20.453498+0000 mon.smithi115 (mon.0) 907 : cluster [WRN] Health check failed: Degraded data redundancy: 38/402 objects degraded (9.453%), 16 pgs degraded (PG_DEGRADED) 2024-02-23T01:48:20.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:20.453537+0000 mon.smithi115 (mon.0) 908 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 56 pgs peering) 2024-02-23T01:48:20.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:20.453498+0000 mon.smithi115 (mon.0) 907 : cluster [WRN] Health check failed: Degraded data redundancy: 38/402 objects degraded (9.453%), 16 pgs degraded (PG_DEGRADED) 2024-02-23T01:48:20.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:20.453537+0000 mon.smithi115 (mon.0) 908 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 56 pgs peering) 2024-02-23T01:48:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:20.402727+0000 mgr.smithi115.zzjgkn (mgr.34102) 879 : cluster [DBG] pgmap v651: 129 pgs: 16 active+undersized+degraded, 40 active+undersized, 73 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail; 38/402 objects degraded (9.453%) 2024-02-23T01:48:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:21.294821+0000 mon.smithi115 (mon.0) 909 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:21.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:20.402727+0000 mgr.smithi115.zzjgkn (mgr.34102) 879 : cluster [DBG] pgmap v651: 129 pgs: 16 active+undersized+degraded, 40 active+undersized, 73 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail; 38/402 objects degraded (9.453%) 2024-02-23T01:48:21.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:21.294821+0000 mon.smithi115 (mon.0) 909 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:21.590555+0000 mon.smithi115 (mon.0) 910 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:21.590990+0000 mon.smithi115 (mon.0) 911 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:21.591295+0000 mon.smithi115 (mon.0) 912 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:21.591565+0000 mon.smithi115 (mon.0) 913 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:21.591841+0000 mon.smithi115 (mon.0) 914 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:21.592093+0000 mon.smithi115 (mon.0) 915 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:21.592349+0000 mon.smithi115 (mon.0) 916 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:21.592592+0000 mon.smithi115 (mon.0) 917 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:21.592852+0000 mon.smithi115 (mon.0) 918 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:48:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:21.593091+0000 mon.smithi115 (mon.0) 919 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:21.590555+0000 mon.smithi115 (mon.0) 910 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:21.590990+0000 mon.smithi115 (mon.0) 911 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:21.591295+0000 mon.smithi115 (mon.0) 912 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:21.591565+0000 mon.smithi115 (mon.0) 913 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:21.591841+0000 mon.smithi115 (mon.0) 914 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:21.592093+0000 mon.smithi115 (mon.0) 915 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:21.592349+0000 mon.smithi115 (mon.0) 916 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:21.592592+0000 mon.smithi115 (mon.0) 917 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:21.592852+0000 mon.smithi115 (mon.0) 918 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:48:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:21.593091+0000 mon.smithi115 (mon.0) 919 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:23.275 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-1[134266]: debug 2024-02-23T01:48:23.017+0000 7ff65d0f0380 -1 osd.1 71 log_to_monitors {default=true} 2024-02-23T01:48:23.776 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 01:48:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-1[134266]: debug 2024-02-23T01:48:23.527+0000 7ff64bdd2700 -1 osd.1 71 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-23T01:48:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:22.403225+0000 mgr.smithi115.zzjgkn (mgr.34102) 880 : cluster [DBG] pgmap v652: 129 pgs: 16 active+undersized+degraded, 40 active+undersized, 73 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail; 38/402 objects degraded (9.453%) 2024-02-23T01:48:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:23.021658+0000 mon.smithi115 (mon.0) 920 : audit [INF] from='osd.1 [v2:172.21.15.115:6810/3943776709,v1:172.21.15.115:6811/3943776709]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-23T01:48:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:22.403225+0000 mgr.smithi115.zzjgkn (mgr.34102) 880 : cluster [DBG] pgmap v652: 129 pgs: 16 active+undersized+degraded, 40 active+undersized, 73 active+clean; 174 MiB data, 877 MiB used, 707 GiB / 715 GiB avail; 38/402 objects degraded (9.453%) 2024-02-23T01:48:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:23.021658+0000 mon.smithi115 (mon.0) 920 : audit [INF] from='osd.1 [v2:172.21.15.115:6810/3943776709,v1:172.21.15.115:6811/3943776709]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-23T01:48:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:23.517583+0000 mon.smithi115 (mon.0) 921 : audit [INF] from='osd.1 [v2:172.21.15.115:6810/3943776709,v1:172.21.15.115:6811/3943776709]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-23T01:48:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:23.517643+0000 mon.smithi115 (mon.0) 922 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-23T01:48:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:23.518679+0000 mon.smithi115 (mon.0) 923 : audit [INF] from='osd.1 [v2:172.21.15.115:6810/3943776709,v1:172.21.15.115:6811/3943776709]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-23T01:48:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:23.812065+0000 mon.smithi115 (mon.0) 924 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:24.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.081469+0000 mon.smithi115 (mon.0) 925 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:24.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.081978+0000 mon.smithi115 (mon.0) 926 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:24.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.082393+0000 mon.smithi115 (mon.0) 927 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:24.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.082766+0000 mon.smithi115 (mon.0) 928 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:24.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.083159+0000 mon.smithi115 (mon.0) 929 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:24.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.083544+0000 mon.smithi115 (mon.0) 930 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:24.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.083901+0000 mon.smithi115 (mon.0) 931 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:24.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.084253+0000 mon.smithi115 (mon.0) 932 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:24.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.084580+0000 mon.smithi115 (mon.0) 933 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:48:24.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.084912+0000 mon.smithi115 (mon.0) 934 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:24.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.085470+0000 mon.smithi115 (mon.0) 935 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:48:24.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.086309+0000 mon.smithi115 (mon.0) 936 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:48:24.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.092244+0000 mon.smithi115 (mon.0) 937 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:24.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.095064+0000 mon.smithi115 (mon.0) 938 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T01:48:24.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.099136+0000 mon.smithi115 (mon.0) 939 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:25.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:23.517583+0000 mon.smithi115 (mon.0) 921 : audit [INF] from='osd.1 [v2:172.21.15.115:6810/3943776709,v1:172.21.15.115:6811/3943776709]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-23T01:48:25.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:23.517643+0000 mon.smithi115 (mon.0) 922 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-23T01:48:25.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:23.518679+0000 mon.smithi115 (mon.0) 923 : audit [INF] from='osd.1 [v2:172.21.15.115:6810/3943776709,v1:172.21.15.115:6811/3943776709]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-23T01:48:25.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:23.812065+0000 mon.smithi115 (mon.0) 924 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:25.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.081469+0000 mon.smithi115 (mon.0) 925 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:25.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.081978+0000 mon.smithi115 (mon.0) 926 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:25.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.082393+0000 mon.smithi115 (mon.0) 927 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:25.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.082766+0000 mon.smithi115 (mon.0) 928 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:25.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.083159+0000 mon.smithi115 (mon.0) 929 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:25.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.083544+0000 mon.smithi115 (mon.0) 930 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:25.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.083901+0000 mon.smithi115 (mon.0) 931 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:25.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.084253+0000 mon.smithi115 (mon.0) 932 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:25.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.084580+0000 mon.smithi115 (mon.0) 933 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:48:25.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.084912+0000 mon.smithi115 (mon.0) 934 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:48:25.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.085470+0000 mon.smithi115 (mon.0) 935 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:48:25.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.086309+0000 mon.smithi115 (mon.0) 936 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:48:25.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.092244+0000 mon.smithi115 (mon.0) 937 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:25.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.095064+0000 mon.smithi115 (mon.0) 938 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T01:48:25.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.099136+0000 mon.smithi115 (mon.0) 939 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:48:24.087041+0000 mgr.smithi115.zzjgkn (mgr.34102) 881 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T01:48:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:24.087710+0000 mgr.smithi115.zzjgkn (mgr.34102) 882 : cluster [DBG] pgmap v654: 129 pgs: 16 active+undersized+degraded, 40 active+undersized, 73 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 38/402 objects degraded (9.453%) 2024-02-23T01:48:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:24.088057+0000 mgr.smithi115.zzjgkn (mgr.34102) 883 : cluster [DBG] pgmap v655: 129 pgs: 16 active+undersized+degraded, 40 active+undersized, 73 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 38/402 objects degraded (9.453%) 2024-02-23T01:48:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:48:24.100849+0000 mgr.smithi115.zzjgkn (mgr.34102) 884 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T01:48:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:48:24.100987+0000 mgr.smithi115.zzjgkn (mgr.34102) 885 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T01:48:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:24.522075+0000 mon.smithi115 (mon.0) 940 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T01:48:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:24.526442+0000 mon.smithi115 (mon.0) 941 : cluster [INF] osd.1 [v2:172.21.15.115:6810/3943776709,v1:172.21.15.115:6811/3943776709] boot 2024-02-23T01:48:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:24.526499+0000 mon.smithi115 (mon.0) 942 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-02-23T01:48:26.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.527524+0000 mon.smithi115 (mon.0) 943 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T01:48:26.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:24.903422+0000 mon.smithi115 (mon.0) 944 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:48:24.087041+0000 mgr.smithi115.zzjgkn (mgr.34102) 881 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T01:48:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:24.087710+0000 mgr.smithi115.zzjgkn (mgr.34102) 882 : cluster [DBG] pgmap v654: 129 pgs: 16 active+undersized+degraded, 40 active+undersized, 73 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 38/402 objects degraded (9.453%) 2024-02-23T01:48:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:24.088057+0000 mgr.smithi115.zzjgkn (mgr.34102) 883 : cluster [DBG] pgmap v655: 129 pgs: 16 active+undersized+degraded, 40 active+undersized, 73 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 38/402 objects degraded (9.453%) 2024-02-23T01:48:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:48:24.100849+0000 mgr.smithi115.zzjgkn (mgr.34102) 884 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T01:48:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:48:24.100987+0000 mgr.smithi115.zzjgkn (mgr.34102) 885 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T01:48:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:24.522075+0000 mon.smithi115 (mon.0) 940 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T01:48:26.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:24.526442+0000 mon.smithi115 (mon.0) 941 : cluster [INF] osd.1 [v2:172.21.15.115:6810/3943776709,v1:172.21.15.115:6811/3943776709] boot 2024-02-23T01:48:26.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:24.526499+0000 mon.smithi115 (mon.0) 942 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-02-23T01:48:26.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.527524+0000 mon.smithi115 (mon.0) 943 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T01:48:26.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:24.903422+0000 mon.smithi115 (mon.0) 944 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:25.534909+0000 mon.smithi115 (mon.0) 945 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-02-23T01:48:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:25.534909+0000 mon.smithi115 (mon.0) 945 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-02-23T01:48:28.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:26.088674+0000 mgr.smithi115.zzjgkn (mgr.34102) 886 : cluster [DBG] pgmap v658: 129 pgs: 38 peering, 7 active+undersized+degraded, 11 active+undersized, 73 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 19/402 objects degraded (4.726%) 2024-02-23T01:48:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:26.547476+0000 mon.smithi115 (mon.0) 946 : cluster [WRN] Health check update: Degraded data redundancy: 19/402 objects degraded (4.726%), 7 pgs degraded (PG_DEGRADED) 2024-02-23T01:48:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:26.088674+0000 mgr.smithi115.zzjgkn (mgr.34102) 886 : cluster [DBG] pgmap v658: 129 pgs: 38 peering, 7 active+undersized+degraded, 11 active+undersized, 73 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 19/402 objects degraded (4.726%) 2024-02-23T01:48:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:26.547476+0000 mon.smithi115 (mon.0) 946 : cluster [WRN] Health check update: Degraded data redundancy: 19/402 objects degraded (4.726%), 7 pgs degraded (PG_DEGRADED) 2024-02-23T01:48:30.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:28.089111+0000 mgr.smithi115.zzjgkn (mgr.34102) 887 : cluster [DBG] pgmap v659: 129 pgs: 38 peering, 7 active+undersized+degraded, 11 active+undersized, 73 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 19/402 objects degraded (4.726%) 2024-02-23T01:48:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:28.089111+0000 mgr.smithi115.zzjgkn (mgr.34102) 887 : cluster [DBG] pgmap v659: 129 pgs: 38 peering, 7 active+undersized+degraded, 11 active+undersized, 73 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 19/402 objects degraded (4.726%) 2024-02-23T01:48:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:30.089825+0000 mgr.smithi115.zzjgkn (mgr.34102) 888 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:30.557564+0000 mon.smithi115 (mon.0) 947 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 19/402 objects degraded (4.726%), 7 pgs degraded) 2024-02-23T01:48:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:30.089825+0000 mgr.smithi115.zzjgkn (mgr.34102) 888 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:30.557564+0000 mon.smithi115 (mon.0) 947 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 19/402 objects degraded (4.726%), 7 pgs degraded) 2024-02-23T01:48:33.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:32.090199+0000 mgr.smithi115.zzjgkn (mgr.34102) 889 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:33.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:32.090199+0000 mgr.smithi115.zzjgkn (mgr.34102) 889 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:34.090734+0000 mgr.smithi115.zzjgkn (mgr.34102) 890 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:35.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:34.090734+0000 mgr.smithi115.zzjgkn (mgr.34102) 890 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:37.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:35.534553+0000 mon.smithi115 (mon.0) 948 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:37.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:35.534553+0000 mon.smithi115 (mon.0) 948 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:37.956 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:48:38.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:36.091355+0000 mgr.smithi115.zzjgkn (mgr.34102) 891 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:36.091355+0000 mgr.smithi115.zzjgkn (mgr.34102) 891 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:38.498 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:48:38.498 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (37m) 14s ago 43m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:48:38.498 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (10m) 17s ago 107m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:48:38.498 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (10m) 14s ago 107m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:48:38.498 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (40m) 14s ago 107m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (93m) 17s ago 93m 36.8M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (93m) 14s ago 93m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (37m) 17s ago 114m 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (26m) 14s ago 107m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (21m) 17s ago 114m 170M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (16m) 14s ago 112m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (43m) 17s ago 43m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (42m) 14s ago 42m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 17s ago 85m - - 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 14s ago 82m - - 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (5m) 17s ago 107m 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (20s) 17s ago 107m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (105m) 17s ago 105m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:48:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (104m) 17s ago 104m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:48:38.500 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (103m) 14s ago 103m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:48:38.500 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (102m) 14s ago 102m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:48:38.500 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (102m) 14s ago 102m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:48:38.500 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (102m) 14s ago 102m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:48:38.500 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (43m) 14s ago 43m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:48:38.829 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:48:38.829 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:48:38.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:48:38.830 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:48:38.830 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:48:38.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:48:38.830 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:48:38.830 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:48:38.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T01:48:38.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:48:38.830 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:48:38.830 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:48:38.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:48:38.830 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:48:38.831 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:48:38.831 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8, 2024-02-23T01:48:38.831 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T01:48:38.831 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:48:38.831 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:48:39.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:38.487690+0000 mon.smithi115 (mon.0) 949 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:48:39.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:38.488012+0000 mon.smithi115 (mon.0) 950 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:38.488275+0000 mon.smithi115 (mon.0) 951 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:38.488515+0000 mon.smithi115 (mon.0) 952 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:38.488760+0000 mon.smithi115 (mon.0) 953 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:38.490603+0000 mon.smithi115 (mon.0) 954 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:48:39.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:38.490875+0000 mon.smithi115 (mon.0) 955 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:38.491119+0000 mon.smithi115 (mon.0) 956 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:38.491352+0000 mon.smithi115 (mon.0) 957 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:38.491583+0000 mon.smithi115 (mon.0) 958 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:38.487690+0000 mon.smithi115 (mon.0) 949 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:48:39.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:38.488012+0000 mon.smithi115 (mon.0) 950 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:38.488275+0000 mon.smithi115 (mon.0) 951 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:38.488515+0000 mon.smithi115 (mon.0) 952 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:38.488760+0000 mon.smithi115 (mon.0) 953 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:38.490603+0000 mon.smithi115 (mon.0) 954 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:48:39.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:38.490875+0000 mon.smithi115 (mon.0) 955 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:38.491119+0000 mon.smithi115 (mon.0) 956 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:38.491352+0000 mon.smithi115 (mon.0) 957 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:38.491583+0000 mon.smithi115 (mon.0) 958 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:48:39.106 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:48:39.106 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:48:39.106 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:48:39.106 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:48:39.106 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:48:39.106 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:48:39.106 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:48:39.106 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:48:39.106 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:48:39.106 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "8/23 daemons upgraded", 2024-02-23T01:48:39.107 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:48:39.107 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:48:39.107 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:48:40.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:37.942436+0000 mgr.smithi115.zzjgkn (mgr.34102) 892 : audit [DBG] from='client.34936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:40.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:38.091740+0000 mgr.smithi115.zzjgkn (mgr.34102) 893 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:40.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:38.218201+0000 mgr.smithi115.zzjgkn (mgr.34102) 894 : audit [DBG] from='client.34940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:40.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:38.485930+0000 mgr.smithi115.zzjgkn (mgr.34102) 895 : audit [DBG] from='client.34944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:40.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:38.828517+0000 mon.smithi115 (mon.0) 959 : audit [DBG] from='client.? 172.21.15.115:0/213433758' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:48:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:37.942436+0000 mgr.smithi115.zzjgkn (mgr.34102) 892 : audit [DBG] from='client.34936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:38.091740+0000 mgr.smithi115.zzjgkn (mgr.34102) 893 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:38.218201+0000 mgr.smithi115.zzjgkn (mgr.34102) 894 : audit [DBG] from='client.34940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:38.485930+0000 mgr.smithi115.zzjgkn (mgr.34102) 895 : audit [DBG] from='client.34944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:38.828517+0000 mon.smithi115 (mon.0) 959 : audit [DBG] from='client.? 172.21.15.115:0/213433758' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:48:41.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:39.104661+0000 mgr.smithi115.zzjgkn (mgr.34102) 896 : audit [DBG] from='client.34952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:41.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:48:39.906708+0000 mon.smithi115 (mon.0) 960 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:41.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:39.104661+0000 mgr.smithi115.zzjgkn (mgr.34102) 896 : audit [DBG] from='client.34952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:48:41.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:48:39.906708+0000 mon.smithi115 (mon.0) 960 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:48:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:40.092605+0000 mgr.smithi115.zzjgkn (mgr.34102) 897 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:40.092605+0000 mgr.smithi115.zzjgkn (mgr.34102) 897 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:42.093196+0000 mgr.smithi115.zzjgkn (mgr.34102) 898 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:42.093196+0000 mgr.smithi115.zzjgkn (mgr.34102) 898 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:44.093678+0000 mgr.smithi115.zzjgkn (mgr.34102) 899 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:44.093678+0000 mgr.smithi115.zzjgkn (mgr.34102) 899 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:46.094491+0000 mgr.smithi115.zzjgkn (mgr.34102) 900 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:46.094491+0000 mgr.smithi115.zzjgkn (mgr.34102) 900 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:48.094922+0000 mgr.smithi115.zzjgkn (mgr.34102) 901 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:48.094922+0000 mgr.smithi115.zzjgkn (mgr.34102) 901 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:50.095731+0000 mgr.smithi115.zzjgkn (mgr.34102) 902 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:50.095731+0000 mgr.smithi115.zzjgkn (mgr.34102) 902 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:53.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:52.096246+0000 mgr.smithi115.zzjgkn (mgr.34102) 903 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:53.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:52.096246+0000 mgr.smithi115.zzjgkn (mgr.34102) 903 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:55.432 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:54.096796+0000 mgr.smithi115.zzjgkn (mgr.34102) 904 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:54.096796+0000 mgr.smithi115.zzjgkn (mgr.34102) 904 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:57.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:56.097446+0000 mgr.smithi115.zzjgkn (mgr.34102) 905 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:57.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:56.097446+0000 mgr.smithi115.zzjgkn (mgr.34102) 905 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:59.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:48:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:48:58.097840+0000 mgr.smithi115.zzjgkn (mgr.34102) 906 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:48:59.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:48:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:48:58.097840+0000 mgr.smithi115.zzjgkn (mgr.34102) 906 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:00.098520+0000 mgr.smithi115.zzjgkn (mgr.34102) 907 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:01.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:00.098520+0000 mgr.smithi115.zzjgkn (mgr.34102) 907 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:03.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:02.098982+0000 mgr.smithi115.zzjgkn (mgr.34102) 908 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:03.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:02.098982+0000 mgr.smithi115.zzjgkn (mgr.34102) 908 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:05.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:04.099518+0000 mgr.smithi115.zzjgkn (mgr.34102) 909 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:04.099518+0000 mgr.smithi115.zzjgkn (mgr.34102) 909 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:07.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:06.100284+0000 mgr.smithi115.zzjgkn (mgr.34102) 910 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:07.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:06.100284+0000 mgr.smithi115.zzjgkn (mgr.34102) 910 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:09.404 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:49:09.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:08.100836+0000 mgr.smithi115.zzjgkn (mgr.34102) 911 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:09.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:08.100836+0000 mgr.smithi115.zzjgkn (mgr.34102) 911 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:09.954 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:49:09.955 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (38m) 46s ago 43m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:49:09.955 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (11m) 48s ago 108m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:49:09.955 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (11m) 46s ago 108m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:49:09.955 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (40m) 46s ago 107m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:49:09.955 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (93m) 48s ago 93m 36.8M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:49:09.955 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (93m) 46s ago 93m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:49:09.955 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (37m) 48s ago 114m 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:49:09.955 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (27m) 46s ago 107m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:49:09.955 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (22m) 48s ago 114m 170M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:49:09.955 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (16m) 46s ago 112m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:49:09.955 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (43m) 48s ago 43m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:49:09.955 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (43m) 46s ago 43m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:49:09.955 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 48s ago 85m - - 2024-02-23T01:49:09.956 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 46s ago 83m - - 2024-02-23T01:49:09.956 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (6m) 48s ago 108m 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:49:09.956 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (52s) 48s ago 107m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:49:09.956 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (105m) 48s ago 105m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:49:09.956 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (105m) 48s ago 105m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:49:09.956 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (103m) 46s ago 103m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:49:09.956 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (103m) 46s ago 103m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:49:09.956 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (103m) 46s ago 103m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:49:09.956 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (102m) 46s ago 102m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:49:09.956 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (43m) 46s ago 43m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:49:10.281 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:49:10.281 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:49:10.281 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:49:10.281 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8, 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T01:49:10.282 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:49:10.283 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:49:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.391895+0000 mgr.smithi115.zzjgkn (mgr.34102) 912 : audit [DBG] from='client.34956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.801145+0000 mon.smithi115 (mon.0) 961 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-23T01:49:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.801391+0000 mon.smithi115 (mon.0) 962 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T01:49:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.801605+0000 mon.smithi115 (mon.0) 963 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T01:49:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.801820+0000 mon.smithi115 (mon.0) 964 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T01:49:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.943813+0000 mon.smithi115 (mon.0) 965 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:49:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.944180+0000 mon.smithi115 (mon.0) 966 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.944450+0000 mon.smithi115 (mon.0) 967 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.944733+0000 mon.smithi115 (mon.0) 968 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.944978+0000 mon.smithi115 (mon.0) 969 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.946953+0000 mon.smithi115 (mon.0) 970 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:49:10.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.947229+0000 mon.smithi115 (mon.0) 971 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.947477+0000 mon.smithi115 (mon.0) 972 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.947728+0000 mon.smithi115 (mon.0) 973 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.947965+0000 mon.smithi115 (mon.0) 974 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.391895+0000 mgr.smithi115.zzjgkn (mgr.34102) 912 : audit [DBG] from='client.34956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:10.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.801145+0000 mon.smithi115 (mon.0) 961 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-23T01:49:10.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.801391+0000 mon.smithi115 (mon.0) 962 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T01:49:10.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.801605+0000 mon.smithi115 (mon.0) 963 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T01:49:10.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.801820+0000 mon.smithi115 (mon.0) 964 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T01:49:10.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.943813+0000 mon.smithi115 (mon.0) 965 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:49:10.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.944180+0000 mon.smithi115 (mon.0) 966 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.944450+0000 mon.smithi115 (mon.0) 967 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.944733+0000 mon.smithi115 (mon.0) 968 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.944978+0000 mon.smithi115 (mon.0) 969 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.946953+0000 mon.smithi115 (mon.0) 970 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:49:10.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.947229+0000 mon.smithi115 (mon.0) 971 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.947477+0000 mon.smithi115 (mon.0) 972 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.947728+0000 mon.smithi115 (mon.0) 973 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.947965+0000 mon.smithi115 (mon.0) 974 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:10.561 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:49:10.561 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:49:10.561 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:49:10.561 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:49:10.561 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:49:10.561 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:49:10.562 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:49:10.562 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:49:10.562 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:49:10.562 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "8/23 daemons upgraded", 2024-02-23T01:49:10.562 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:49:10.562 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:49:10.562 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:49:11.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.669604+0000 mgr.smithi115.zzjgkn (mgr.34102) 913 : audit [DBG] from='client.34960 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:09.942067+0000 mgr.smithi115.zzjgkn (mgr.34102) 914 : audit [DBG] from='client.34964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:10.101526+0000 mgr.smithi115.zzjgkn (mgr.34102) 915 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:10.280160+0000 mon.smithi115 (mon.0) 975 : audit [DBG] from='client.? 172.21.15.115:0/2481973351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:49:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:10.559736+0000 mgr.smithi115.zzjgkn (mgr.34102) 916 : audit [DBG] from='client.34972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.669604+0000 mgr.smithi115.zzjgkn (mgr.34102) 913 : audit [DBG] from='client.34960 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:09.942067+0000 mgr.smithi115.zzjgkn (mgr.34102) 914 : audit [DBG] from='client.34964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:10.101526+0000 mgr.smithi115.zzjgkn (mgr.34102) 915 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:10.280160+0000 mon.smithi115 (mon.0) 975 : audit [DBG] from='client.? 172.21.15.115:0/2481973351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:49:11.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:10.559736+0000 mgr.smithi115.zzjgkn (mgr.34102) 916 : audit [DBG] from='client.34972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:13.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:12.102097+0000 mgr.smithi115.zzjgkn (mgr.34102) 917 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:13.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:12.102097+0000 mgr.smithi115.zzjgkn (mgr.34102) 917 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:15.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:14.102700+0000 mgr.smithi115.zzjgkn (mgr.34102) 918 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:15.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:14.102700+0000 mgr.smithi115.zzjgkn (mgr.34102) 918 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:17.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:16.103473+0000 mgr.smithi115.zzjgkn (mgr.34102) 919 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:17.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:16.103473+0000 mgr.smithi115.zzjgkn (mgr.34102) 919 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:19.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:18.103924+0000 mgr.smithi115.zzjgkn (mgr.34102) 920 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:19.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:18.103924+0000 mgr.smithi115.zzjgkn (mgr.34102) 920 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:21.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:20.104676+0000 mgr.smithi115.zzjgkn (mgr.34102) 921 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:21.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:20.104676+0000 mgr.smithi115.zzjgkn (mgr.34102) 921 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:23.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:22.105322+0000 mgr.smithi115.zzjgkn (mgr.34102) 922 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:23.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:22.105322+0000 mgr.smithi115.zzjgkn (mgr.34102) 922 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:25.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:24.105978+0000 mgr.smithi115.zzjgkn (mgr.34102) 923 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:25.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:24.105978+0000 mgr.smithi115.zzjgkn (mgr.34102) 923 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:27.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:26.106834+0000 mgr.smithi115.zzjgkn (mgr.34102) 924 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:27.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:26.106834+0000 mgr.smithi115.zzjgkn (mgr.34102) 924 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:29.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:28.107315+0000 mgr.smithi115.zzjgkn (mgr.34102) 925 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:29.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:28.107315+0000 mgr.smithi115.zzjgkn (mgr.34102) 925 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:31.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:30.108092+0000 mgr.smithi115.zzjgkn (mgr.34102) 926 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:31.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:30.108092+0000 mgr.smithi115.zzjgkn (mgr.34102) 926 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:33.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:32.108571+0000 mgr.smithi115.zzjgkn (mgr.34102) 927 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:33.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:32.108571+0000 mgr.smithi115.zzjgkn (mgr.34102) 927 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:35.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:34.109243+0000 mgr.smithi115.zzjgkn (mgr.34102) 928 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:35.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:34.109243+0000 mgr.smithi115.zzjgkn (mgr.34102) 928 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:37.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:36.109915+0000 mgr.smithi115.zzjgkn (mgr.34102) 929 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:37.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:36.109915+0000 mgr.smithi115.zzjgkn (mgr.34102) 929 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:39.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:38.110342+0000 mgr.smithi115.zzjgkn (mgr.34102) 930 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:39.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:38.110342+0000 mgr.smithi115.zzjgkn (mgr.34102) 930 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:40.859 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:49:41.403 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:49:41.403 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (38m) 77s ago 44m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:49:41.403 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (11m) 80s ago 108m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:49:41.403 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (11m) 77s ago 108m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:49:41.403 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (41m) 77s ago 108m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:49:41.403 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (94m) 80s ago 94m 36.8M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:49:41.403 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (94m) 77s ago 94m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:49:41.404 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (38m) 80s ago 115m 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:49:41.404 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (27m) 77s ago 108m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:49:41.404 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (22m) 80s ago 115m 170M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:49:41.404 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (17m) 77s ago 113m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:49:41.404 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (44m) 80s ago 44m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:49:41.404 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (44m) 77s ago 44m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:49:41.404 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 80s ago 86m - - 2024-02-23T01:49:41.404 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 77s ago 84m - - 2024-02-23T01:49:41.404 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (6m) 80s ago 108m 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:49:41.404 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (83s) 80s ago 108m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:49:41.404 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (106m) 80s ago 106m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:49:41.404 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (105m) 80s ago 105m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:49:41.404 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (104m) 77s ago 104m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:49:41.405 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (103m) 77s ago 103m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:49:41.405 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (103m) 77s ago 103m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:49:41.405 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (103m) 77s ago 103m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:49:41.405 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (44m) 77s ago 44m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:49:41.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:40.110994+0000 mgr.smithi115.zzjgkn (mgr.34102) 931 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:41.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:40.110994+0000 mgr.smithi115.zzjgkn (mgr.34102) 931 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:41.729 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:49:41.729 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:49:41.729 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8, 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:49:41.730 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:49:42.007 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:49:42.007 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:49:42.007 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:49:42.007 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:49:42.007 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:49:42.007 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:49:42.007 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:49:42.007 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:49:42.007 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:49:42.007 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "8/23 daemons upgraded", 2024-02-23T01:49:42.008 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:49:42.008 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:49:42.008 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:49:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:40.846885+0000 mgr.smithi115.zzjgkn (mgr.34102) 932 : audit [DBG] from='client.34976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:41.120482+0000 mgr.smithi115.zzjgkn (mgr.34102) 933 : audit [DBG] from='client.34980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:41.390216+0000 mgr.smithi115.zzjgkn (mgr.34102) 934 : audit [DBG] from='client.34984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:41.392028+0000 mon.smithi115 (mon.0) 976 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:49:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:41.392413+0000 mon.smithi115 (mon.0) 977 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:41.392697+0000 mon.smithi115 (mon.0) 978 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:41.392961+0000 mon.smithi115 (mon.0) 979 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:41.393217+0000 mon.smithi115 (mon.0) 980 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:41.395139+0000 mon.smithi115 (mon.0) 981 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:49:42.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:41.395424+0000 mon.smithi115 (mon.0) 982 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:41.395720+0000 mon.smithi115 (mon.0) 983 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:41.395983+0000 mon.smithi115 (mon.0) 984 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:41.396239+0000 mon.smithi115 (mon.0) 985 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:41.728328+0000 mon.smithi115 (mon.0) 986 : audit [DBG] from='client.? 172.21.15.115:0/2597281413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:49:42.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:40.846885+0000 mgr.smithi115.zzjgkn (mgr.34102) 932 : audit [DBG] from='client.34976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:42.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:41.120482+0000 mgr.smithi115.zzjgkn (mgr.34102) 933 : audit [DBG] from='client.34980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:42.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:41.390216+0000 mgr.smithi115.zzjgkn (mgr.34102) 934 : audit [DBG] from='client.34984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:42.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:41.392028+0000 mon.smithi115 (mon.0) 976 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:49:42.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:41.392413+0000 mon.smithi115 (mon.0) 977 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:41.392697+0000 mon.smithi115 (mon.0) 978 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:41.392961+0000 mon.smithi115 (mon.0) 979 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:41.393217+0000 mon.smithi115 (mon.0) 980 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:41.395139+0000 mon.smithi115 (mon.0) 981 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:49:42.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:41.395424+0000 mon.smithi115 (mon.0) 982 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:41.395720+0000 mon.smithi115 (mon.0) 983 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:41.395983+0000 mon.smithi115 (mon.0) 984 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:41.396239+0000 mon.smithi115 (mon.0) 985 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:49:42.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:41.728328+0000 mon.smithi115 (mon.0) 986 : audit [DBG] from='client.? 172.21.15.115:0/2597281413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:49:43.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:49:42.005447+0000 mgr.smithi115.zzjgkn (mgr.34102) 935 : audit [DBG] from='client.34992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:43.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:42.111403+0000 mgr.smithi115.zzjgkn (mgr.34102) 936 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:43.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:49:42.005447+0000 mgr.smithi115.zzjgkn (mgr.34102) 935 : audit [DBG] from='client.34992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:49:43.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:42.111403+0000 mgr.smithi115.zzjgkn (mgr.34102) 936 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:45.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:44.111965+0000 mgr.smithi115.zzjgkn (mgr.34102) 937 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:45.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:44.111965+0000 mgr.smithi115.zzjgkn (mgr.34102) 937 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:46.112685+0000 mgr.smithi115.zzjgkn (mgr.34102) 938 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:47.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:46.112685+0000 mgr.smithi115.zzjgkn (mgr.34102) 938 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:49.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:48.113133+0000 mgr.smithi115.zzjgkn (mgr.34102) 939 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:49.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:48.113133+0000 mgr.smithi115.zzjgkn (mgr.34102) 939 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:50.113945+0000 mgr.smithi115.zzjgkn (mgr.34102) 940 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:51.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:50.113945+0000 mgr.smithi115.zzjgkn (mgr.34102) 940 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:53.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:52.114514+0000 mgr.smithi115.zzjgkn (mgr.34102) 941 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:53.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:52.114514+0000 mgr.smithi115.zzjgkn (mgr.34102) 941 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:54.115119+0000 mgr.smithi115.zzjgkn (mgr.34102) 942 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:55.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:54.115119+0000 mgr.smithi115.zzjgkn (mgr.34102) 942 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:57.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:56.115801+0000 mgr.smithi115.zzjgkn (mgr.34102) 943 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:57.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:56.115801+0000 mgr.smithi115.zzjgkn (mgr.34102) 943 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:59.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:49:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:49:58.116372+0000 mgr.smithi115.zzjgkn (mgr.34102) 944 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:49:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:49:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:49:58.116372+0000 mgr.smithi115.zzjgkn (mgr.34102) 944 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:00.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:00.000128+0000 mon.smithi115 (mon.0) 987 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T01:50:00.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:00.000128+0000 mon.smithi115 (mon.0) 987 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T01:50:01.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:00.117102+0000 mgr.smithi115.zzjgkn (mgr.34102) 945 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:01.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:00.117102+0000 mgr.smithi115.zzjgkn (mgr.34102) 945 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:02.117585+0000 mgr.smithi115.zzjgkn (mgr.34102) 946 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:02.117585+0000 mgr.smithi115.zzjgkn (mgr.34102) 946 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:04.118089+0000 mgr.smithi115.zzjgkn (mgr.34102) 947 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:04.118089+0000 mgr.smithi115.zzjgkn (mgr.34102) 947 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:06.118758+0000 mgr.smithi115.zzjgkn (mgr.34102) 948 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:06.118758+0000 mgr.smithi115.zzjgkn (mgr.34102) 948 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:09.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:08.119093+0000 mgr.smithi115.zzjgkn (mgr.34102) 949 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:08.119093+0000 mgr.smithi115.zzjgkn (mgr.34102) 949 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:09.805152+0000 mon.smithi115 (mon.0) 988 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-02-23T01:50:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:09.805424+0000 mon.smithi115 (mon.0) 989 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T01:50:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:09.805682+0000 mon.smithi115 (mon.0) 990 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T01:50:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:09.805949+0000 mon.smithi115 (mon.0) 991 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T01:50:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:09.805152+0000 mon.smithi115 (mon.0) 988 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-02-23T01:50:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:09.805424+0000 mon.smithi115 (mon.0) 989 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T01:50:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:09.805682+0000 mon.smithi115 (mon.0) 990 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T01:50:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:09.805949+0000 mon.smithi115 (mon.0) 991 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T01:50:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:10.119739+0000 mgr.smithi115.zzjgkn (mgr.34102) 950 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:10.119739+0000 mgr.smithi115.zzjgkn (mgr.34102) 950 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:12.302 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:50:12.844 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:50:12.844 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (39m) 109s ago 44m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:50:12.844 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (12m) 111s ago 109m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (12m) 109s ago 109m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (41m) 109s ago 108m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (94m) 111s ago 94m 36.8M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (94m) 109s ago 94m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (38m) 111s ago 115m 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (28m) 109s ago 108m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (23m) 111s ago 115m 170M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (17m) 109s ago 113m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (44m) 111s ago 44m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (44m) 109s ago 44m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 111s ago 86m - - 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 109s ago 84m - - 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (7m) 111s ago 109m 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:50:12.845 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (115s) 111s ago 108m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:50:12.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (106m) 111s ago 106m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:50:12.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (106m) 111s ago 106m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:50:12.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (104m) 109s ago 104m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:50:12.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (104m) 109s ago 104m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:50:12.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (104m) 109s ago 104m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:50:12.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (103m) 109s ago 103m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:50:12.846 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (44m) 109s ago 44m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:50:13.168 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:50:13.168 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:50:13.168 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:50:13.168 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:50:13.168 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8, 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:50:13.169 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:50:13.446 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:50:13.446 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:50:13.446 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:50:13.446 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:50:13.446 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:50:13.447 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:50:13.447 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:50:13.447 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:50:13.447 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:50:13.447 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "8/23 daemons upgraded", 2024-02-23T01:50:13.447 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:50:13.447 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:50:13.447 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:50:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:12.120101+0000 mgr.smithi115.zzjgkn (mgr.34102) 951 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:12.290205+0000 mgr.smithi115.zzjgkn (mgr.34102) 952 : audit [DBG] from='client.34996 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:12.565431+0000 mgr.smithi115.zzjgkn (mgr.34102) 953 : audit [DBG] from='client.35000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:12.833735+0000 mon.smithi115 (mon.0) 992 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:50:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:12.834075+0000 mon.smithi115 (mon.0) 993 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:12.834345+0000 mon.smithi115 (mon.0) 994 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:12.834586+0000 mon.smithi115 (mon.0) 995 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:12.834833+0000 mon.smithi115 (mon.0) 996 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:12.836726+0000 mon.smithi115 (mon.0) 997 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:50:13.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:12.837011+0000 mon.smithi115 (mon.0) 998 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:12.837253+0000 mon.smithi115 (mon.0) 999 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:12.837482+0000 mon.smithi115 (mon.0) 1000 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:12.837719+0000 mon.smithi115 (mon.0) 1001 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:13.167066+0000 mon.smithi115 (mon.0) 1002 : audit [DBG] from='client.? 172.21.15.115:0/1392028686' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:50:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:12.120101+0000 mgr.smithi115.zzjgkn (mgr.34102) 951 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:12.290205+0000 mgr.smithi115.zzjgkn (mgr.34102) 952 : audit [DBG] from='client.34996 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:12.565431+0000 mgr.smithi115.zzjgkn (mgr.34102) 953 : audit [DBG] from='client.35000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:12.833735+0000 mon.smithi115 (mon.0) 992 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:50:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:12.834075+0000 mon.smithi115 (mon.0) 993 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:12.834345+0000 mon.smithi115 (mon.0) 994 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:12.834586+0000 mon.smithi115 (mon.0) 995 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:12.834833+0000 mon.smithi115 (mon.0) 996 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:12.836726+0000 mon.smithi115 (mon.0) 997 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:50:13.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:12.837011+0000 mon.smithi115 (mon.0) 998 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:12.837253+0000 mon.smithi115 (mon.0) 999 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:12.837482+0000 mon.smithi115 (mon.0) 1000 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:12.837719+0000 mon.smithi115 (mon.0) 1001 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:13.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:13.167066+0000 mon.smithi115 (mon.0) 1002 : audit [DBG] from='client.? 172.21.15.115:0/1392028686' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:50:14.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:12.831935+0000 mgr.smithi115.zzjgkn (mgr.34102) 954 : audit [DBG] from='client.35004 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:14.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:13.445161+0000 mgr.smithi115.zzjgkn (mgr.34102) 955 : audit [DBG] from='client.35012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:14.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:12.831935+0000 mgr.smithi115.zzjgkn (mgr.34102) 954 : audit [DBG] from='client.35004 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:14.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:13.445161+0000 mgr.smithi115.zzjgkn (mgr.34102) 955 : audit [DBG] from='client.35012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:14.120628+0000 mgr.smithi115.zzjgkn (mgr.34102) 956 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:14.120628+0000 mgr.smithi115.zzjgkn (mgr.34102) 956 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:17.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:16.121474+0000 mgr.smithi115.zzjgkn (mgr.34102) 957 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:16.121474+0000 mgr.smithi115.zzjgkn (mgr.34102) 957 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:18.122084+0000 mgr.smithi115.zzjgkn (mgr.34102) 958 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:19.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:18.122084+0000 mgr.smithi115.zzjgkn (mgr.34102) 958 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:21.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:20.123000+0000 mgr.smithi115.zzjgkn (mgr.34102) 959 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:21.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:20.123000+0000 mgr.smithi115.zzjgkn (mgr.34102) 959 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:22.123575+0000 mgr.smithi115.zzjgkn (mgr.34102) 960 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:22.123575+0000 mgr.smithi115.zzjgkn (mgr.34102) 960 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:24.124291+0000 mgr.smithi115.zzjgkn (mgr.34102) 961 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:24.124291+0000 mgr.smithi115.zzjgkn (mgr.34102) 961 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:26.125075+0000 mgr.smithi115.zzjgkn (mgr.34102) 962 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:26.125075+0000 mgr.smithi115.zzjgkn (mgr.34102) 962 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:29.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:28.125678+0000 mgr.smithi115.zzjgkn (mgr.34102) 963 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:29.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:28.125678+0000 mgr.smithi115.zzjgkn (mgr.34102) 963 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:31.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:30.126353+0000 mgr.smithi115.zzjgkn (mgr.34102) 964 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:31.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:30.126353+0000 mgr.smithi115.zzjgkn (mgr.34102) 964 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:32.126937+0000 mgr.smithi115.zzjgkn (mgr.34102) 965 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:32.126937+0000 mgr.smithi115.zzjgkn (mgr.34102) 965 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:35.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:34.127422+0000 mgr.smithi115.zzjgkn (mgr.34102) 966 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:34.127422+0000 mgr.smithi115.zzjgkn (mgr.34102) 966 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:36.128290+0000 mgr.smithi115.zzjgkn (mgr.34102) 967 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:36.128290+0000 mgr.smithi115.zzjgkn (mgr.34102) 967 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:38.128956+0000 mgr.smithi115.zzjgkn (mgr.34102) 968 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:39.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:38.128956+0000 mgr.smithi115.zzjgkn (mgr.34102) 968 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:41.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:40.129642+0000 mgr.smithi115.zzjgkn (mgr.34102) 969 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:40.129642+0000 mgr.smithi115.zzjgkn (mgr.34102) 969 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:43.743 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:50:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:42.129991+0000 mgr.smithi115.zzjgkn (mgr.34102) 970 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:42.129991+0000 mgr.smithi115.zzjgkn (mgr.34102) 970 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:44.285 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:50:44.285 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (39m) 2m ago 45m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:50:44.285 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (12m) 2m ago 109m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:50:44.285 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (12m) 2m ago 109m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:50:44.285 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (42m) 2m ago 109m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:50:44.285 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (95m) 2m ago 95m 36.8M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:50:44.285 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (95m) 2m ago 95m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:50:44.285 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (39m) 2m ago 116m 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:50:44.285 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (28m) 2m ago 109m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (23m) 2m ago 116m 170M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (18m) 2m ago 114m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (45m) 2m ago 45m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (45m) 2m ago 45m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 87m - - 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 85m - - 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (7m) 2m ago 109m 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (2m) 2m ago 109m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (107m) 2m ago 107m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (106m) 2m ago 106m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (105m) 2m ago 105m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (104m) 2m ago 104m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (104m) 2m ago 104m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:50:44.286 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (104m) 2m ago 104m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:50:44.287 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (45m) 2m ago 45m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:50:44.611 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:50:44.611 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:50:44.611 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:50:44.611 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:50:44.611 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:50:44.611 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:50:44.611 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:50:44.611 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:50:44.611 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T01:50:44.611 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:50:44.612 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:50:44.612 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:50:44.612 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:50:44.612 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:50:44.612 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:50:44.612 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8, 2024-02-23T01:50:44.612 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T01:50:44.612 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:50:44.612 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:50:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.274193+0000 mon.smithi115 (mon.0) 1003 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:50:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.274555+0000 mon.smithi115 (mon.0) 1004 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.274876+0000 mon.smithi115 (mon.0) 1005 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.275135+0000 mon.smithi115 (mon.0) 1006 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.275393+0000 mon.smithi115 (mon.0) 1007 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.277209+0000 mon.smithi115 (mon.0) 1008 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:50:44.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.277517+0000 mon.smithi115 (mon.0) 1009 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.277790+0000 mon.smithi115 (mon.0) 1010 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.278044+0000 mon.smithi115 (mon.0) 1011 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.278292+0000 mon.smithi115 (mon.0) 1012 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.274193+0000 mon.smithi115 (mon.0) 1003 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:50:44.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.274555+0000 mon.smithi115 (mon.0) 1004 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.274876+0000 mon.smithi115 (mon.0) 1005 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.275135+0000 mon.smithi115 (mon.0) 1006 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.275393+0000 mon.smithi115 (mon.0) 1007 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.277209+0000 mon.smithi115 (mon.0) 1008 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:50:44.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.277517+0000 mon.smithi115 (mon.0) 1009 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.277790+0000 mon.smithi115 (mon.0) 1010 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.278044+0000 mon.smithi115 (mon.0) 1011 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.278292+0000 mon.smithi115 (mon.0) 1012 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:50:44.887 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:50:44.887 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:50:44.888 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:50:44.888 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:50:44.888 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:50:44.888 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:50:44.888 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:50:44.888 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:50:44.888 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:50:44.888 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "8/23 daemons upgraded", 2024-02-23T01:50:44.888 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:50:44.888 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:50:44.888 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:50:45.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:43.730939+0000 mgr.smithi115.zzjgkn (mgr.34102) 971 : audit [DBG] from='client.35016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.005010+0000 mgr.smithi115.zzjgkn (mgr.34102) 972 : audit [DBG] from='client.35020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:44.130385+0000 mgr.smithi115.zzjgkn (mgr.34102) 973 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.272447+0000 mgr.smithi115.zzjgkn (mgr.34102) 974 : audit [DBG] from='client.35024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.609861+0000 mon.smithi115 (mon.0) 1013 : audit [DBG] from='client.? 172.21.15.115:0/3746312622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:50:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:43.730939+0000 mgr.smithi115.zzjgkn (mgr.34102) 971 : audit [DBG] from='client.35016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.005010+0000 mgr.smithi115.zzjgkn (mgr.34102) 972 : audit [DBG] from='client.35020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:44.130385+0000 mgr.smithi115.zzjgkn (mgr.34102) 973 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.272447+0000 mgr.smithi115.zzjgkn (mgr.34102) 974 : audit [DBG] from='client.35024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.609861+0000 mon.smithi115 (mon.0) 1013 : audit [DBG] from='client.? 172.21.15.115:0/3746312622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:50:46.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:50:44.886287+0000 mgr.smithi115.zzjgkn (mgr.34102) 975 : audit [DBG] from='client.35032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:46.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:50:44.886287+0000 mgr.smithi115.zzjgkn (mgr.34102) 975 : audit [DBG] from='client.35032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:50:47.711 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:46.131061+0000 mgr.smithi115.zzjgkn (mgr.34102) 976 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:46.131061+0000 mgr.smithi115.zzjgkn (mgr.34102) 976 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:49.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:48.131473+0000 mgr.smithi115.zzjgkn (mgr.34102) 977 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:49.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:48.131473+0000 mgr.smithi115.zzjgkn (mgr.34102) 977 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:51.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:50.132282+0000 mgr.smithi115.zzjgkn (mgr.34102) 978 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:50.132282+0000 mgr.smithi115.zzjgkn (mgr.34102) 978 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:52.132692+0000 mgr.smithi115.zzjgkn (mgr.34102) 979 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:52.132692+0000 mgr.smithi115.zzjgkn (mgr.34102) 979 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:50:53.609826+0000 mgr.smithi115.zzjgkn (mgr.34102) 980 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:50:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:50:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:50:55.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:50:55.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:50:55.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:50:55.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:50:55.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:50:55.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:50:55.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:50:55.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:50:55.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:50:55.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:50:55.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:50:53.610752+0000 mgr.smithi115.zzjgkn (mgr.34102) 981 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T01:50:55.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:50:53.610881+0000 mgr.smithi115.zzjgkn (mgr.34102) 982 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T01:50:55.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:54.133330+0000 mgr.smithi115.zzjgkn (mgr.34102) 983 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:55.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:50:53.609826+0000 mgr.smithi115.zzjgkn (mgr.34102) 980 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:50:55.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:50:55.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:50:55.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:50:55.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:50:55.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:50:55.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:50:55.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:50:55.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:50:55.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:50:55.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:50:55.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:50:53.610752+0000 mgr.smithi115.zzjgkn (mgr.34102) 981 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T01:50:55.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:50:53.610881+0000 mgr.smithi115.zzjgkn (mgr.34102) 982 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T01:50:55.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:54.133330+0000 mgr.smithi115.zzjgkn (mgr.34102) 983 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:56.133938+0000 mgr.smithi115.zzjgkn (mgr.34102) 984 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:56.133938+0000 mgr.smithi115.zzjgkn (mgr.34102) 984 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:59.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:50:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:50:58.134431+0000 mgr.smithi115.zzjgkn (mgr.34102) 985 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:50:59.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:50:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:50:58.134431+0000 mgr.smithi115.zzjgkn (mgr.34102) 985 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:00.135111+0000 mgr.smithi115.zzjgkn (mgr.34102) 986 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:00.135111+0000 mgr.smithi115.zzjgkn (mgr.34102) 986 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:02.135736+0000 mgr.smithi115.zzjgkn (mgr.34102) 987 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:02.135736+0000 mgr.smithi115.zzjgkn (mgr.34102) 987 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:04.136207+0000 mgr.smithi115.zzjgkn (mgr.34102) 988 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:04.136207+0000 mgr.smithi115.zzjgkn (mgr.34102) 988 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:06.136920+0000 mgr.smithi115.zzjgkn (mgr.34102) 989 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:06.136920+0000 mgr.smithi115.zzjgkn (mgr.34102) 989 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:09.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:08.137316+0000 mgr.smithi115.zzjgkn (mgr.34102) 990 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:08.137316+0000 mgr.smithi115.zzjgkn (mgr.34102) 990 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:10.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:09.809311+0000 mon.smithi115 (mon.0) 1014 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-02-23T01:51:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:09.809580+0000 mon.smithi115 (mon.0) 1015 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:51:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:09.809833+0000 mon.smithi115 (mon.0) 1016 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T01:51:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:09.810054+0000 mon.smithi115 (mon.0) 1017 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-23T01:51:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:09.809311+0000 mon.smithi115 (mon.0) 1014 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-02-23T01:51:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:09.809580+0000 mon.smithi115 (mon.0) 1015 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:51:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:09.809833+0000 mon.smithi115 (mon.0) 1016 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T01:51:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:09.810054+0000 mon.smithi115 (mon.0) 1017 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-23T01:51:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:10.137994+0000 mgr.smithi115.zzjgkn (mgr.34102) 991 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:10.137994+0000 mgr.smithi115.zzjgkn (mgr.34102) 991 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:12.138397+0000 mgr.smithi115.zzjgkn (mgr.34102) 992 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:12.138397+0000 mgr.smithi115.zzjgkn (mgr.34102) 992 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:15.181 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:51:15.729 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:51:15.729 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (40m) 2m ago 45m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:51:15.730 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (13m) 2m ago 110m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:51:15.730 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (13m) 2m ago 110m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:51:15.730 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (42m) 2m ago 109m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:51:15.730 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (95m) 2m ago 95m 36.8M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:51:15.730 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (95m) 2m ago 95m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:51:15.730 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (39m) 2m ago 116m 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:51:15.730 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (29m) 2m ago 109m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:51:15.730 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (24m) 2m ago 116m 170M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:51:15.730 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (19m) 2m ago 115m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:51:15.730 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (45m) 2m ago 45m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:51:15.730 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (45m) 2m ago 45m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:51:15.730 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 87m - - 2024-02-23T01:51:15.730 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 85m - - 2024-02-23T01:51:15.731 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (8m) 2m ago 110m 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:51:15.731 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (2m) 2m ago 110m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:51:15.731 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (107m) 2m ago 107m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:51:15.731 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (107m) 2m ago 107m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:51:15.731 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (105m) 2m ago 105m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:51:15.731 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (105m) 2m ago 105m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:51:15.731 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (105m) 2m ago 105m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:51:15.731 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (104m) 2m ago 104m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:51:15.731 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (45m) 2m ago 45m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:51:15.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:14.138815+0000 mgr.smithi115.zzjgkn (mgr.34102) 993 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:14.138815+0000 mgr.smithi115.zzjgkn (mgr.34102) 993 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:16.056 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:51:16.057 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:51:16.057 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:51:16.057 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:51:16.057 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:51:16.057 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:51:16.057 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:51:16.057 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:51:16.057 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T01:51:16.057 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:51:16.057 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:51:16.057 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:51:16.058 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:51:16.058 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:51:16.058 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:51:16.058 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8, 2024-02-23T01:51:16.058 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T01:51:16.058 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:51:16.058 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:51:16.333 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:51:16.333 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:51:16.333 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:51:16.333 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:51:16.333 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:51:16.333 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:51:16.333 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:51:16.334 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:51:16.334 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:51:16.334 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "8/23 daemons upgraded", 2024-02-23T01:51:16.334 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:51:16.334 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:51:16.334 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:51:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:15.168276+0000 mgr.smithi115.zzjgkn (mgr.34102) 994 : audit [DBG] from='client.35036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:15.443880+0000 mgr.smithi115.zzjgkn (mgr.34102) 995 : audit [DBG] from='client.35040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:15.718002+0000 mon.smithi115 (mon.0) 1018 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:51:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:15.718341+0000 mon.smithi115 (mon.0) 1019 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:15.718637+0000 mon.smithi115 (mon.0) 1020 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:15.718917+0000 mon.smithi115 (mon.0) 1021 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:15.719182+0000 mon.smithi115 (mon.0) 1022 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:15.721091+0000 mon.smithi115 (mon.0) 1023 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:51:16.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:15.721389+0000 mon.smithi115 (mon.0) 1024 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:15.721671+0000 mon.smithi115 (mon.0) 1025 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:15.721942+0000 mon.smithi115 (mon.0) 1026 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:15.722207+0000 mon.smithi115 (mon.0) 1027 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:16.055597+0000 mon.smithi115 (mon.0) 1028 : audit [DBG] from='client.? 172.21.15.115:0/2329994043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:51:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:15.168276+0000 mgr.smithi115.zzjgkn (mgr.34102) 994 : audit [DBG] from='client.35036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:15.443880+0000 mgr.smithi115.zzjgkn (mgr.34102) 995 : audit [DBG] from='client.35040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:15.718002+0000 mon.smithi115 (mon.0) 1018 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:51:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:15.718341+0000 mon.smithi115 (mon.0) 1019 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:15.718637+0000 mon.smithi115 (mon.0) 1020 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:15.718917+0000 mon.smithi115 (mon.0) 1021 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:15.719182+0000 mon.smithi115 (mon.0) 1022 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:15.721091+0000 mon.smithi115 (mon.0) 1023 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:51:16.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:15.721389+0000 mon.smithi115 (mon.0) 1024 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:15.721671+0000 mon.smithi115 (mon.0) 1025 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:15.721942+0000 mon.smithi115 (mon.0) 1026 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:15.722207+0000 mon.smithi115 (mon.0) 1027 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:16.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:16.055597+0000 mon.smithi115 (mon.0) 1028 : audit [DBG] from='client.? 172.21.15.115:0/2329994043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:51:17.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:15.716224+0000 mgr.smithi115.zzjgkn (mgr.34102) 996 : audit [DBG] from='client.35044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:17.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:16.139396+0000 mgr.smithi115.zzjgkn (mgr.34102) 997 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:17.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:16.331238+0000 mgr.smithi115.zzjgkn (mgr.34102) 998 : audit [DBG] from='client.35052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:15.716224+0000 mgr.smithi115.zzjgkn (mgr.34102) 996 : audit [DBG] from='client.35044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:16.139396+0000 mgr.smithi115.zzjgkn (mgr.34102) 997 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:16.331238+0000 mgr.smithi115.zzjgkn (mgr.34102) 998 : audit [DBG] from='client.35052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:18.139871+0000 mgr.smithi115.zzjgkn (mgr.34102) 999 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:18.139871+0000 mgr.smithi115.zzjgkn (mgr.34102) 999 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:20.140685+0000 mgr.smithi115.zzjgkn (mgr.34102) 1000 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:21.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:20.140685+0000 mgr.smithi115.zzjgkn (mgr.34102) 1000 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:22.141126+0000 mgr.smithi115.zzjgkn (mgr.34102) 1001 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:22.141126+0000 mgr.smithi115.zzjgkn (mgr.34102) 1001 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:24.141658+0000 mgr.smithi115.zzjgkn (mgr.34102) 1002 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:24.141658+0000 mgr.smithi115.zzjgkn (mgr.34102) 1002 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:27.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:26.142502+0000 mgr.smithi115.zzjgkn (mgr.34102) 1003 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:26.142502+0000 mgr.smithi115.zzjgkn (mgr.34102) 1003 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:29.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:28.142925+0000 mgr.smithi115.zzjgkn (mgr.34102) 1004 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:28.142925+0000 mgr.smithi115.zzjgkn (mgr.34102) 1004 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:31.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:30.143688+0000 mgr.smithi115.zzjgkn (mgr.34102) 1005 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:30.143688+0000 mgr.smithi115.zzjgkn (mgr.34102) 1005 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:32.144097+0000 mgr.smithi115.zzjgkn (mgr.34102) 1006 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:32.144097+0000 mgr.smithi115.zzjgkn (mgr.34102) 1006 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:35.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:34.144758+0000 mgr.smithi115.zzjgkn (mgr.34102) 1007 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:34.144758+0000 mgr.smithi115.zzjgkn (mgr.34102) 1007 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:36.145568+0000 mgr.smithi115.zzjgkn (mgr.34102) 1008 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:36.145568+0000 mgr.smithi115.zzjgkn (mgr.34102) 1008 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:39.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:38.146034+0000 mgr.smithi115.zzjgkn (mgr.34102) 1009 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:39.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:38.146034+0000 mgr.smithi115.zzjgkn (mgr.34102) 1009 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:40.146915+0000 mgr.smithi115.zzjgkn (mgr.34102) 1010 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:40.146915+0000 mgr.smithi115.zzjgkn (mgr.34102) 1010 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:42.147514+0000 mgr.smithi115.zzjgkn (mgr.34102) 1011 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:42.147514+0000 mgr.smithi115.zzjgkn (mgr.34102) 1011 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:44.148019+0000 mgr.smithi115.zzjgkn (mgr.34102) 1012 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:45.824 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:44.148019+0000 mgr.smithi115.zzjgkn (mgr.34102) 1012 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:46.633 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:51:47.171 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:51:47.172 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (40m) 3m ago 46m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:51:47.172 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (14m) 3m ago 110m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:51:47.172 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (13m) 3m ago 110m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:51:47.172 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (43m) 3m ago 110m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:51:47.172 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (96m) 3m ago 96m 36.8M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:51:47.172 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (96m) 3m ago 96m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:51:47.172 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (40m) 3m ago 117m 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:51:47.172 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (29m) 3m ago 110m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:51:47.172 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (24m) 3m ago 117m 170M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:51:47.172 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (19m) 3m ago 115m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:51:47.172 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (46m) 3m ago 46m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:51:47.172 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (46m) 3m ago 46m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:51:47.173 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 88m - - 2024-02-23T01:51:47.173 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 86m - - 2024-02-23T01:51:47.173 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (8m) 3m ago 110m 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:51:47.173 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (3m) 3m ago 110m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:51:47.173 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (108m) 3m ago 108m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:51:47.173 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (108m) 3m ago 108m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:51:47.173 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (106m) 3m ago 106m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:51:47.173 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (106m) 3m ago 106m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:51:47.173 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (105m) 3m ago 105m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:51:47.173 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (105m) 3m ago 105m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:51:47.173 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (46m) 3m ago 46m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:51:47.494 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:51:47.494 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:51:47.494 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:51:47.494 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:51:47.494 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8, 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:51:47.495 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:51:47.771 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:51:47.771 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:51:47.771 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:51:47.771 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:51:47.772 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:51:47.772 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:51:47.772 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:51:47.772 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:51:47.772 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:51:47.772 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "8/23 daemons upgraded", 2024-02-23T01:51:47.772 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:51:47.772 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:51:47.772 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:51:47.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:46.148923+0000 mgr.smithi115.zzjgkn (mgr.34102) 1013 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:47.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:47.160627+0000 mon.smithi115 (mon.0) 1029 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:51:47.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:47.160966+0000 mon.smithi115 (mon.0) 1030 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:47.161249+0000 mon.smithi115 (mon.0) 1031 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:47.161508+0000 mon.smithi115 (mon.0) 1032 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:47.161771+0000 mon.smithi115 (mon.0) 1033 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:47.163679+0000 mon.smithi115 (mon.0) 1034 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:51:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:47.163959+0000 mon.smithi115 (mon.0) 1035 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:47.164223+0000 mon.smithi115 (mon.0) 1036 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:47.164483+0000 mon.smithi115 (mon.0) 1037 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:47.164740+0000 mon.smithi115 (mon.0) 1038 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:47.493248+0000 mon.smithi115 (mon.0) 1039 : audit [DBG] from='client.? 172.21.15.115:0/3088458673' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:51:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:46.148923+0000 mgr.smithi115.zzjgkn (mgr.34102) 1013 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:47.160627+0000 mon.smithi115 (mon.0) 1029 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:51:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:47.160966+0000 mon.smithi115 (mon.0) 1030 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:47.161249+0000 mon.smithi115 (mon.0) 1031 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:47.161508+0000 mon.smithi115 (mon.0) 1032 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:47.161771+0000 mon.smithi115 (mon.0) 1033 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:47.163679+0000 mon.smithi115 (mon.0) 1034 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:51:47.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:47.163959+0000 mon.smithi115 (mon.0) 1035 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:47.164223+0000 mon.smithi115 (mon.0) 1036 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:47.164483+0000 mon.smithi115 (mon.0) 1037 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:47.164740+0000 mon.smithi115 (mon.0) 1038 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:51:47.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:47.493248+0000 mon.smithi115 (mon.0) 1039 : audit [DBG] from='client.? 172.21.15.115:0/3088458673' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:51:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:46.620469+0000 mgr.smithi115.zzjgkn (mgr.34102) 1014 : audit [DBG] from='client.35056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:46.893769+0000 mgr.smithi115.zzjgkn (mgr.34102) 1015 : audit [DBG] from='client.35060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:47.158889+0000 mgr.smithi115.zzjgkn (mgr.34102) 1016 : audit [DBG] from='client.35064 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:46.620469+0000 mgr.smithi115.zzjgkn (mgr.34102) 1014 : audit [DBG] from='client.35056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:46.893769+0000 mgr.smithi115.zzjgkn (mgr.34102) 1015 : audit [DBG] from='client.35060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:47.158889+0000 mgr.smithi115.zzjgkn (mgr.34102) 1016 : audit [DBG] from='client.35064 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:49.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:51:47.770069+0000 mgr.smithi115.zzjgkn (mgr.34102) 1017 : audit [DBG] from='client.35072 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:48.149504+0000 mgr.smithi115.zzjgkn (mgr.34102) 1018 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:49.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:51:47.770069+0000 mgr.smithi115.zzjgkn (mgr.34102) 1017 : audit [DBG] from='client.35072 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:51:49.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:48.149504+0000 mgr.smithi115.zzjgkn (mgr.34102) 1018 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:50.150215+0000 mgr.smithi115.zzjgkn (mgr.34102) 1019 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:50.150215+0000 mgr.smithi115.zzjgkn (mgr.34102) 1019 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:53.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:52.150776+0000 mgr.smithi115.zzjgkn (mgr.34102) 1020 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:52.150776+0000 mgr.smithi115.zzjgkn (mgr.34102) 1020 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:54.151305+0000 mgr.smithi115.zzjgkn (mgr.34102) 1021 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:54.151305+0000 mgr.smithi115.zzjgkn (mgr.34102) 1021 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:57.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:56.152177+0000 mgr.smithi115.zzjgkn (mgr.34102) 1022 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:56.152177+0000 mgr.smithi115.zzjgkn (mgr.34102) 1022 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:51:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:51:58.152751+0000 mgr.smithi115.zzjgkn (mgr.34102) 1023 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:51:59.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:51:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:51:58.152751+0000 mgr.smithi115.zzjgkn (mgr.34102) 1023 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:00.153530+0000 mgr.smithi115.zzjgkn (mgr.34102) 1024 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:00.153530+0000 mgr.smithi115.zzjgkn (mgr.34102) 1024 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:02.154090+0000 mgr.smithi115.zzjgkn (mgr.34102) 1025 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:02.154090+0000 mgr.smithi115.zzjgkn (mgr.34102) 1025 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:04.154723+0000 mgr.smithi115.zzjgkn (mgr.34102) 1026 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:04.154723+0000 mgr.smithi115.zzjgkn (mgr.34102) 1026 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:07.888 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:06.155559+0000 mgr.smithi115.zzjgkn (mgr.34102) 1027 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:08.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:06.155559+0000 mgr.smithi115.zzjgkn (mgr.34102) 1027 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:10.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:08.156003+0000 mgr.smithi115.zzjgkn (mgr.34102) 1028 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:08.156003+0000 mgr.smithi115.zzjgkn (mgr.34102) 1028 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:09.813367+0000 mon.smithi115 (mon.0) 1040 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T01:52:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:09.813685+0000 mon.smithi115 (mon.0) 1041 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-02-23T01:52:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:09.813910+0000 mon.smithi115 (mon.0) 1042 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-23T01:52:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:09.814111+0000 mon.smithi115 (mon.0) 1043 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-23T01:52:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:09.813367+0000 mon.smithi115 (mon.0) 1040 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T01:52:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:09.813685+0000 mon.smithi115 (mon.0) 1041 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-02-23T01:52:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:09.813910+0000 mon.smithi115 (mon.0) 1042 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-23T01:52:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:09.814111+0000 mon.smithi115 (mon.0) 1043 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-23T01:52:12.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:10.156839+0000 mgr.smithi115.zzjgkn (mgr.34102) 1029 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:10.156839+0000 mgr.smithi115.zzjgkn (mgr.34102) 1029 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:12.157388+0000 mgr.smithi115.zzjgkn (mgr.34102) 1030 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:12.157388+0000 mgr.smithi115.zzjgkn (mgr.34102) 1030 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:16.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:14.157893+0000 mgr.smithi115.zzjgkn (mgr.34102) 1031 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:14.157893+0000 mgr.smithi115.zzjgkn (mgr.34102) 1031 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:18.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:16.158557+0000 mgr.smithi115.zzjgkn (mgr.34102) 1032 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:16.158557+0000 mgr.smithi115.zzjgkn (mgr.34102) 1032 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:18.071 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:52:18.614 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:52:18.614 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (41m) 3m ago 46m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:52:18.614 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (14m) 3m ago 111m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:52:18.614 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (14m) 3m ago 111m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:52:18.614 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (43m) 3m ago 111m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:52:18.614 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (96m) 3m ago 96m 36.8M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:52:18.615 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (96m) 3m ago 96m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:52:18.615 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (41m) 3m ago 117m 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:52:18.615 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (30m) 3m ago 110m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:52:18.615 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (25m) 3m ago 117m 170M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:52:18.615 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (20m) 3m ago 116m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:52:18.615 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (46m) 3m ago 46m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:52:18.615 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (46m) 3m ago 46m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:52:18.615 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 88m - - 2024-02-23T01:52:18.615 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 86m - - 2024-02-23T01:52:18.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (9m) 3m ago 111m 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:52:18.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (4m) 3m ago 111m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:52:18.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (108m) 3m ago 108m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:52:18.615 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (108m) 3m ago 108m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:52:18.616 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (106m) 3m ago 106m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:52:18.616 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (106m) 3m ago 106m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:52:18.616 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (106m) 3m ago 106m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:52:18.616 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (105m) 3m ago 105m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:52:18.616 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (46m) 3m ago 46m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:52:18.939 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:52:18.939 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:52:18.939 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:52:18.939 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:52:18.939 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:52:18.939 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:52:18.939 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:52:18.939 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:52:18.939 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T01:52:18.939 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:52:18.939 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:52:18.939 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:52:18.940 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:52:18.940 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:52:18.940 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:52:18.940 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8, 2024-02-23T01:52:18.940 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T01:52:18.940 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:52:18.940 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:52:19.214 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:52:19.214 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:52:19.214 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:52:19.214 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:52:19.214 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:52:19.214 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:52:19.214 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:52:19.214 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:52:19.214 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:52:19.214 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "8/23 daemons upgraded", 2024-02-23T01:52:19.215 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:52:19.215 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:52:19.215 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:52:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.058885+0000 mgr.smithi115.zzjgkn (mgr.34102) 1033 : audit [DBG] from='client.35076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:18.158836+0000 mgr.smithi115.zzjgkn (mgr.34102) 1034 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.334324+0000 mgr.smithi115.zzjgkn (mgr.34102) 1035 : audit [DBG] from='client.35080 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.601040+0000 mgr.smithi115.zzjgkn (mgr.34102) 1036 : audit [DBG] from='client.35084 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.602849+0000 mon.smithi115 (mon.0) 1044 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:52:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.603169+0000 mon.smithi115 (mon.0) 1045 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.603448+0000 mon.smithi115 (mon.0) 1046 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.603722+0000 mon.smithi115 (mon.0) 1047 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.604018+0000 mon.smithi115 (mon.0) 1048 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.606114+0000 mon.smithi115 (mon.0) 1049 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:52:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.606415+0000 mon.smithi115 (mon.0) 1050 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.606688+0000 mon.smithi115 (mon.0) 1051 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.606950+0000 mon.smithi115 (mon.0) 1052 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.607207+0000 mon.smithi115 (mon.0) 1053 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:18.937572+0000 mon.smithi115 (mon.0) 1054 : audit [DBG] from='client.? 172.21.15.115:0/429143351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:52:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.058885+0000 mgr.smithi115.zzjgkn (mgr.34102) 1033 : audit [DBG] from='client.35076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:18.158836+0000 mgr.smithi115.zzjgkn (mgr.34102) 1034 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.334324+0000 mgr.smithi115.zzjgkn (mgr.34102) 1035 : audit [DBG] from='client.35080 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.601040+0000 mgr.smithi115.zzjgkn (mgr.34102) 1036 : audit [DBG] from='client.35084 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.602849+0000 mon.smithi115 (mon.0) 1044 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.603169+0000 mon.smithi115 (mon.0) 1045 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.603448+0000 mon.smithi115 (mon.0) 1046 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.603722+0000 mon.smithi115 (mon.0) 1047 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.604018+0000 mon.smithi115 (mon.0) 1048 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.606114+0000 mon.smithi115 (mon.0) 1049 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.606415+0000 mon.smithi115 (mon.0) 1050 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.606688+0000 mon.smithi115 (mon.0) 1051 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.606950+0000 mon.smithi115 (mon.0) 1052 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.607207+0000 mon.smithi115 (mon.0) 1053 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:18.937572+0000 mon.smithi115 (mon.0) 1054 : audit [DBG] from='client.? 172.21.15.115:0/429143351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:52:21.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:19.212579+0000 mgr.smithi115.zzjgkn (mgr.34102) 1037 : audit [DBG] from='client.35092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:21.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:19.212579+0000 mgr.smithi115.zzjgkn (mgr.34102) 1037 : audit [DBG] from='client.35092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:22.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:20.159674+0000 mgr.smithi115.zzjgkn (mgr.34102) 1038 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:20.159674+0000 mgr.smithi115.zzjgkn (mgr.34102) 1038 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:22.160047+0000 mgr.smithi115.zzjgkn (mgr.34102) 1039 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:22.160047+0000 mgr.smithi115.zzjgkn (mgr.34102) 1039 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:24.160673+0000 mgr.smithi115.zzjgkn (mgr.34102) 1040 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:24.160673+0000 mgr.smithi115.zzjgkn (mgr.34102) 1040 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:26.161380+0000 mgr.smithi115.zzjgkn (mgr.34102) 1041 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:26.161380+0000 mgr.smithi115.zzjgkn (mgr.34102) 1041 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:30.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:28.161944+0000 mgr.smithi115.zzjgkn (mgr.34102) 1042 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:28.161944+0000 mgr.smithi115.zzjgkn (mgr.34102) 1042 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:30.162647+0000 mgr.smithi115.zzjgkn (mgr.34102) 1043 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:30.162647+0000 mgr.smithi115.zzjgkn (mgr.34102) 1043 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:32.163228+0000 mgr.smithi115.zzjgkn (mgr.34102) 1044 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:32.163228+0000 mgr.smithi115.zzjgkn (mgr.34102) 1044 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:36.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:34.163853+0000 mgr.smithi115.zzjgkn (mgr.34102) 1045 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:34.163853+0000 mgr.smithi115.zzjgkn (mgr.34102) 1045 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:38.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:36.164533+0000 mgr.smithi115.zzjgkn (mgr.34102) 1046 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:36.164533+0000 mgr.smithi115.zzjgkn (mgr.34102) 1046 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:40.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:38.164868+0000 mgr.smithi115.zzjgkn (mgr.34102) 1047 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:38.164868+0000 mgr.smithi115.zzjgkn (mgr.34102) 1047 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:42.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:40.165724+0000 mgr.smithi115.zzjgkn (mgr.34102) 1048 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:40.165724+0000 mgr.smithi115.zzjgkn (mgr.34102) 1048 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:43.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:42.166167+0000 mgr.smithi115.zzjgkn (mgr.34102) 1049 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:43.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:42.166167+0000 mgr.smithi115.zzjgkn (mgr.34102) 1049 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:45.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:44.166658+0000 mgr.smithi115.zzjgkn (mgr.34102) 1050 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:45.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:44.166658+0000 mgr.smithi115.zzjgkn (mgr.34102) 1050 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:47.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:46.167484+0000 mgr.smithi115.zzjgkn (mgr.34102) 1051 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:47.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:46.167484+0000 mgr.smithi115.zzjgkn (mgr.34102) 1051 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:49.511 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:52:49.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:48.167870+0000 mgr.smithi115.zzjgkn (mgr.34102) 1052 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:49.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:48.167870+0000 mgr.smithi115.zzjgkn (mgr.34102) 1052 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:50.057 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:52:50.058 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (41m) 4m ago 47m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:52:50.058 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (15m) 4m ago 111m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:52:50.058 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (14m) 4m ago 111m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:52:50.058 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (44m) 4m ago 111m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:52:50.058 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (97m) 4m ago 97m 36.8M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:52:50.059 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (97m) 4m ago 97m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:52:50.059 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (41m) 4m ago 118m 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:52:50.059 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (31m) 4m ago 111m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:52:50.059 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (25m) 4m ago 118m 170M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:52:50.059 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (20m) 4m ago 116m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:52:50.059 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (47m) 4m ago 47m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:52:50.059 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (47m) 4m ago 47m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:52:50.060 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 89m - - 2024-02-23T01:52:50.060 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 87m - - 2024-02-23T01:52:50.060 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (9m) 4m ago 111m 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:52:50.060 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (4m) 4m ago 111m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:52:50.060 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (109m) 4m ago 109m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:52:50.060 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (109m) 4m ago 109m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:52:50.060 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (107m) 4m ago 107m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:52:50.061 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (107m) 4m ago 107m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:52:50.061 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (106m) 4m ago 106m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:52:50.061 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (106m) 4m ago 106m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:52:50.061 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (47m) 4m ago 47m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:52:50.385 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:52:50.385 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:52:50.385 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:52:50.385 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:52:50.385 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:52:50.385 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:52:50.385 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:52:50.385 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:52:50.385 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T01:52:50.385 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:52:50.385 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:52:50.386 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:52:50.386 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:52:50.386 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:52:50.386 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:52:50.386 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8, 2024-02-23T01:52:50.386 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T01:52:50.386 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:52:50.386 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:52:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:49.497958+0000 mgr.smithi115.zzjgkn (mgr.34102) 1053 : audit [DBG] from='client.35096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:50.046747+0000 mon.smithi115 (mon.0) 1055 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:52:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:50.047156+0000 mon.smithi115 (mon.0) 1056 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:50.047453+0000 mon.smithi115 (mon.0) 1057 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:50.047768+0000 mon.smithi115 (mon.0) 1058 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:50.048009+0000 mon.smithi115 (mon.0) 1059 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:50.049845+0000 mon.smithi115 (mon.0) 1060 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:52:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:50.050103+0000 mon.smithi115 (mon.0) 1061 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:50.050340+0000 mon.smithi115 (mon.0) 1062 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:50.050573+0000 mon.smithi115 (mon.0) 1063 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:50.050816+0000 mon.smithi115 (mon.0) 1064 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:49.497958+0000 mgr.smithi115.zzjgkn (mgr.34102) 1053 : audit [DBG] from='client.35096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:50.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:50.046747+0000 mon.smithi115 (mon.0) 1055 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:52:50.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:50.047156+0000 mon.smithi115 (mon.0) 1056 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:50.047453+0000 mon.smithi115 (mon.0) 1057 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:50.047768+0000 mon.smithi115 (mon.0) 1058 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:50.048009+0000 mon.smithi115 (mon.0) 1059 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:50.049845+0000 mon.smithi115 (mon.0) 1060 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:52:50.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:50.050103+0000 mon.smithi115 (mon.0) 1061 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:50.050340+0000 mon.smithi115 (mon.0) 1062 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:50.050573+0000 mon.smithi115 (mon.0) 1063 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:50.050816+0000 mon.smithi115 (mon.0) 1064 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:52:50.660 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:52:50.660 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:52:50.661 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:52:50.661 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:52:50.661 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:52:50.661 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:52:50.661 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:52:50.661 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:52:50.661 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:52:50.661 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "8/23 daemons upgraded", 2024-02-23T01:52:50.661 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:52:50.661 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:52:50.661 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:52:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:49.773535+0000 mgr.smithi115.zzjgkn (mgr.34102) 1054 : audit [DBG] from='client.35100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:50.044859+0000 mgr.smithi115.zzjgkn (mgr.34102) 1055 : audit [DBG] from='client.35104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:50.168462+0000 mgr.smithi115.zzjgkn (mgr.34102) 1056 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:50.383682+0000 mon.smithi115 (mon.0) 1065 : audit [DBG] from='client.? 172.21.15.115:0/3035080773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:52:51.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:49.773535+0000 mgr.smithi115.zzjgkn (mgr.34102) 1054 : audit [DBG] from='client.35100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:51.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:50.044859+0000 mgr.smithi115.zzjgkn (mgr.34102) 1055 : audit [DBG] from='client.35104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:51.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:50.168462+0000 mgr.smithi115.zzjgkn (mgr.34102) 1056 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:51.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:50.383682+0000 mon.smithi115 (mon.0) 1065 : audit [DBG] from='client.? 172.21.15.115:0/3035080773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:52:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:52:50.659149+0000 mgr.smithi115.zzjgkn (mgr.34102) 1057 : audit [DBG] from='client.35112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:52.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:52:50.659149+0000 mgr.smithi115.zzjgkn (mgr.34102) 1057 : audit [DBG] from='client.35112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:52:53.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:52.168859+0000 mgr.smithi115.zzjgkn (mgr.34102) 1058 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:53.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:52.168859+0000 mgr.smithi115.zzjgkn (mgr.34102) 1058 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:54.169479+0000 mgr.smithi115.zzjgkn (mgr.34102) 1059 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:55.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:54.169479+0000 mgr.smithi115.zzjgkn (mgr.34102) 1059 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:57.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:56.170125+0000 mgr.smithi115.zzjgkn (mgr.34102) 1060 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:57.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:56.170125+0000 mgr.smithi115.zzjgkn (mgr.34102) 1060 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:59.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:52:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:52:58.170603+0000 mgr.smithi115.zzjgkn (mgr.34102) 1061 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:52:59.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:52:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:52:58.170603+0000 mgr.smithi115.zzjgkn (mgr.34102) 1061 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:00.171242+0000 mgr.smithi115.zzjgkn (mgr.34102) 1062 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:01.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:00.171242+0000 mgr.smithi115.zzjgkn (mgr.34102) 1062 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:03.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:02.171751+0000 mgr.smithi115.zzjgkn (mgr.34102) 1063 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:03.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:02.171751+0000 mgr.smithi115.zzjgkn (mgr.34102) 1063 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:05.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:04.172205+0000 mgr.smithi115.zzjgkn (mgr.34102) 1064 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:04.172205+0000 mgr.smithi115.zzjgkn (mgr.34102) 1064 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:07.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:06.172931+0000 mgr.smithi115.zzjgkn (mgr.34102) 1065 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:07.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:06.172931+0000 mgr.smithi115.zzjgkn (mgr.34102) 1065 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:09.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:08.173505+0000 mgr.smithi115.zzjgkn (mgr.34102) 1066 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:08.173505+0000 mgr.smithi115.zzjgkn (mgr.34102) 1066 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:09.817329+0000 mon.smithi115 (mon.0) 1066 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-02-23T01:53:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:09.817645+0000 mon.smithi115 (mon.0) 1067 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T01:53:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:09.817877+0000 mon.smithi115 (mon.0) 1068 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T01:53:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:09.818090+0000 mon.smithi115 (mon.0) 1069 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T01:53:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:09.817329+0000 mon.smithi115 (mon.0) 1066 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-02-23T01:53:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:09.817645+0000 mon.smithi115 (mon.0) 1067 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T01:53:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:09.817877+0000 mon.smithi115 (mon.0) 1068 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T01:53:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:09.818090+0000 mon.smithi115 (mon.0) 1069 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T01:53:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:10.174217+0000 mgr.smithi115.zzjgkn (mgr.34102) 1067 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:10.174217+0000 mgr.smithi115.zzjgkn (mgr.34102) 1067 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:13.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:12.174700+0000 mgr.smithi115.zzjgkn (mgr.34102) 1068 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:13.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:12.174700+0000 mgr.smithi115.zzjgkn (mgr.34102) 1068 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:15.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:14.175271+0000 mgr.smithi115.zzjgkn (mgr.34102) 1069 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:15.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:14.175271+0000 mgr.smithi115.zzjgkn (mgr.34102) 1069 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:17.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:16.176093+0000 mgr.smithi115.zzjgkn (mgr.34102) 1070 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:17.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:16.176093+0000 mgr.smithi115.zzjgkn (mgr.34102) 1070 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:19.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:18.176598+0000 mgr.smithi115.zzjgkn (mgr.34102) 1071 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:19.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:18.176598+0000 mgr.smithi115.zzjgkn (mgr.34102) 1071 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:20.957 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:53:21.502 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:53:21.502 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (42m) 4m ago 47m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:53:21.502 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (15m) 5m ago 112m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (15m) 4m ago 112m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (44m) 4m ago 112m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (97m) 5m ago 97m 36.8M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (97m) 4m ago 97m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (42m) 5m ago 118m 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (31m) 4m ago 112m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (26m) 5m ago 118m 170M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (21m) 4m ago 117m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (47m) 5m ago 47m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (47m) 4m ago 47m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 89m - - 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 87m - - 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (10m) 5m ago 112m 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:53:21.503 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (5m) 5m ago 112m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:53:21.504 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (109m) 5m ago 109m 273M 4096M 15.2.13 2cf504fded39 16d923295f4c 2024-02-23T01:53:21.504 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (109m) 5m ago 109m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:53:21.504 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (107m) 4m ago 107m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:53:21.504 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (107m) 4m ago 107m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:53:21.504 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (107m) 4m ago 107m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:53:21.504 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (107m) 4m ago 107m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:53:21.504 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (47m) 4m ago 47m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:53:21.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:20.177254+0000 mgr.smithi115.zzjgkn (mgr.34102) 1072 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:21.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:20.177254+0000 mgr.smithi115.zzjgkn (mgr.34102) 1072 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:21.829 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:53:21.829 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:53:21.829 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:53:21.829 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:53:21.829 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:53:21.829 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:53:21.830 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:53:21.830 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:53:21.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T01:53:21.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:53:21.830 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:53:21.830 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:53:21.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:53:21.830 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:53:21.830 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:53:21.831 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8, 2024-02-23T01:53:21.831 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T01:53:21.831 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:53:21.831 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:53:22.106 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:53:22.308 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:53:22.308 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:53:22.308 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:53:22.308 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:53:22.308 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:53:22.309 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:53:22.309 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:53:22.309 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:53:22.309 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "8/23 daemons upgraded", 2024-02-23T01:53:22.309 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:53:22.309 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:53:22.309 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:53:22.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:20.944929+0000 mgr.smithi115.zzjgkn (mgr.34102) 1073 : audit [DBG] from='client.35116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:22.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:21.219210+0000 mgr.smithi115.zzjgkn (mgr.34102) 1074 : audit [DBG] from='client.35120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:22.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:21.489957+0000 mgr.smithi115.zzjgkn (mgr.34102) 1075 : audit [DBG] from='client.35124 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:22.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:21.491699+0000 mon.smithi115 (mon.0) 1070 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:53:22.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:21.492063+0000 mon.smithi115 (mon.0) 1071 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:21.492319+0000 mon.smithi115 (mon.0) 1072 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:21.492553+0000 mon.smithi115 (mon.0) 1073 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:21.492813+0000 mon.smithi115 (mon.0) 1074 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:21.494679+0000 mon.smithi115 (mon.0) 1075 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:53:22.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:21.494933+0000 mon.smithi115 (mon.0) 1076 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:21.495171+0000 mon.smithi115 (mon.0) 1077 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:21.495396+0000 mon.smithi115 (mon.0) 1078 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:21.495620+0000 mon.smithi115 (mon.0) 1079 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:21.827689+0000 mon.smithi115 (mon.0) 1080 : audit [DBG] from='client.? 172.21.15.115:0/2708901446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:53:22.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:20.944929+0000 mgr.smithi115.zzjgkn (mgr.34102) 1073 : audit [DBG] from='client.35116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:21.219210+0000 mgr.smithi115.zzjgkn (mgr.34102) 1074 : audit [DBG] from='client.35120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:21.489957+0000 mgr.smithi115.zzjgkn (mgr.34102) 1075 : audit [DBG] from='client.35124 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:21.491699+0000 mon.smithi115 (mon.0) 1070 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:53:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:21.492063+0000 mon.smithi115 (mon.0) 1071 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:21.492319+0000 mon.smithi115 (mon.0) 1072 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:21.492553+0000 mon.smithi115 (mon.0) 1073 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:21.492813+0000 mon.smithi115 (mon.0) 1074 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:21.494679+0000 mon.smithi115 (mon.0) 1075 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:53:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:21.494933+0000 mon.smithi115 (mon.0) 1076 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:21.495171+0000 mon.smithi115 (mon.0) 1077 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:21.495396+0000 mon.smithi115 (mon.0) 1078 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:21.495620+0000 mon.smithi115 (mon.0) 1079 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:21.827689+0000 mon.smithi115 (mon.0) 1080 : audit [DBG] from='client.? 172.21.15.115:0/2708901446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:53:23.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:22.104792+0000 mgr.smithi115.zzjgkn (mgr.34102) 1076 : audit [DBG] from='client.35132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:23.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:22.177582+0000 mgr.smithi115.zzjgkn (mgr.34102) 1077 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:23.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:22.900784+0000 mon.smithi115 (mon.0) 1081 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:53:23.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:22.903053+0000 mon.smithi115 (mon.0) 1082 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:53:23.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:22.904244+0000 mon.smithi115 (mon.0) 1083 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:53:23.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:22.905358+0000 mon.smithi115 (mon.0) 1084 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:53:23.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:22.906505+0000 mon.smithi115 (mon.0) 1085 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-23T01:53:23.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:22.104792+0000 mgr.smithi115.zzjgkn (mgr.34102) 1076 : audit [DBG] from='client.35132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:23.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:22.177582+0000 mgr.smithi115.zzjgkn (mgr.34102) 1077 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:23.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:22.900784+0000 mon.smithi115 (mon.0) 1081 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:53:23.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:22.903053+0000 mon.smithi115 (mon.0) 1082 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:53:23.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:22.904244+0000 mon.smithi115 (mon.0) 1083 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:53:23.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:22.905358+0000 mon.smithi115 (mon.0) 1084 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:53:23.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:22.906505+0000 mon.smithi115 (mon.0) 1085 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-23T01:53:24.456 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:53:22.898658+0000 mgr.smithi115.zzjgkn (mgr.34102) 1078 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:53:24.457 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:53:24.457 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:53:24.457 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:53:24.457 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:53:24.457 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:53:24.457 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:53:24.457 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:53:24.457 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:53:24.457 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:53:24.457 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:53:24.457 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:53:24.457 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T01:53:24.458 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:53:24.459 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:53:24.460 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:53:24.460 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:53:24.460 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:53:24.460 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:53:24.460 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:53:24.460 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:53:24.460 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:53:24.460 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:53:24.460 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:53:24.460 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:53:24.460 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:53:24.460 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:22.906650+0000 mgr.smithi115.zzjgkn (mgr.34102) 1079 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-23T01:53:24.460 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:53:22.907334+0000 mgr.smithi115.zzjgkn (mgr.34102) 1080 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-23T01:53:24.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:53:22.898658+0000 mgr.smithi115.zzjgkn (mgr.34102) 1078 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:53:24.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:53:24.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:53:24.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:53:24.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:53:24.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:53:24.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:53:24.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:53:24.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:53:24.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:53:24.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:53:24.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:53:24.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:53:24.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:53:24.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:53:24.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:53:24.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:53:24.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:53:24.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:53:24.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:53:24.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:53:24.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:53:24.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:53:24.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:53:24.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:53:24.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T01:53:24.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:53:24.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T01:53:24.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:53:24.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:53:24.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:53:24.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:53:24.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:53:24.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:53:24.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:53:24.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:53:24.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:53:24.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:53:24.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:53:24.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:53:24.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:53:24.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:53:24.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:53:24.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:53:24.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:53:24.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:53:24.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:53:24.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:53:24.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:53:24.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:53:24.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:53:24.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:53:24.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:22.906650+0000 mgr.smithi115.zzjgkn (mgr.34102) 1079 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-23T01:53:24.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:53:22.907334+0000 mgr.smithi115.zzjgkn (mgr.34102) 1080 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-23T01:53:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:24.178183+0000 mgr.smithi115.zzjgkn (mgr.34102) 1081 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:53:24.474658+0000 mgr.smithi115.zzjgkn (mgr.34102) 1082 : cephadm [INF] Upgrade: Updating osd.2 2024-02-23T01:53:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:24.479185+0000 mon.smithi115 (mon.0) 1086 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:24.479839+0000 mon.smithi115 (mon.0) 1087 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-23T01:53:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:24.480343+0000 mon.smithi115 (mon.0) 1088 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:53:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:53:24.481401+0000 mgr.smithi115.zzjgkn (mgr.34102) 1083 : cephadm [INF] Deploying daemon osd.2 on smithi115 2024-02-23T01:53:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:24.481748+0000 mon.smithi115 (mon.0) 1089 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-23T01:53:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:24.178183+0000 mgr.smithi115.zzjgkn (mgr.34102) 1081 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:53:24.474658+0000 mgr.smithi115.zzjgkn (mgr.34102) 1082 : cephadm [INF] Upgrade: Updating osd.2 2024-02-23T01:53:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:24.479185+0000 mon.smithi115 (mon.0) 1086 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:24.479839+0000 mon.smithi115 (mon.0) 1087 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-23T01:53:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:24.480343+0000 mon.smithi115 (mon.0) 1088 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:53:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:53:24.481401+0000 mgr.smithi115.zzjgkn (mgr.34102) 1083 : cephadm [INF] Deploying daemon osd.2 on smithi115 2024-02-23T01:53:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:24.481748+0000 mon.smithi115 (mon.0) 1089 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-23T01:53:27.448 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:27 smithi115 systemd[1]: Stopping Ceph osd.2 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T01:53:27.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:26.178800+0000 mgr.smithi115.zzjgkn (mgr.34102) 1084 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:26.178800+0000 mgr.smithi115.zzjgkn (mgr.34102) 1084 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:28.028 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:27 smithi115 bash[136798]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.2 2024-02-23T01:53:28.028 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:27 smithi115 bash[136857]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.2 2024-02-23T01:53:28.770 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.643634+0000 mon.smithi115 (mon.0) 1090 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-23T01:53:28.771 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.643677+0000 mon.smithi115 (mon.0) 1091 : cluster [INF] osd.2 failed (root=default,host=smithi115) (connection refused reported by osd.7) 2024-02-23T01:53:28.771 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.643766+0000 mon.smithi115 (mon.0) 1092 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-23T01:53:28.771 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.643842+0000 mon.smithi115 (mon.0) 1093 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-23T01:53:28.771 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.644110+0000 mon.smithi115 (mon.0) 1094 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-23T01:53:28.771 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.644232+0000 mon.smithi115 (mon.0) 1095 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-23T01:53:28.771 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.644352+0000 mon.smithi115 (mon.0) 1096 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-23T01:53:28.772 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.644477+0000 mon.smithi115 (mon.0) 1097 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.772 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.644598+0000 mon.smithi115 (mon.0) 1098 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-23T01:53:28.772 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.644737+0000 mon.smithi115 (mon.0) 1099 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-23T01:53:28.772 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.644857+0000 mon.smithi115 (mon.0) 1100 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-23T01:53:28.772 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.644990+0000 mon.smithi115 (mon.0) 1101 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-23T01:53:28.772 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.645104+0000 mon.smithi115 (mon.0) 1102 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.773 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.645215+0000 mon.smithi115 (mon.0) 1103 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-23T01:53:28.773 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.645328+0000 mon.smithi115 (mon.0) 1104 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-23T01:53:28.773 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.712083+0000 mon.smithi115 (mon.0) 1105 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.773 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.738737+0000 mon.smithi115 (mon.0) 1106 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-23T01:53:28.773 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:27.912977+0000 mon.smithi115 (mon.0) 1107 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.773 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.044983+0000 mon.smithi115 (mon.0) 1108 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.774 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.045100+0000 mon.smithi115 (mon.0) 1109 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-23T01:53:28.774 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.045179+0000 mon.smithi115 (mon.0) 1110 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-23T01:53:28.774 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.045248+0000 mon.smithi115 (mon.0) 1111 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-23T01:53:28.774 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.045317+0000 mon.smithi115 (mon.0) 1112 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-23T01:53:28.774 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.045383+0000 mon.smithi115 (mon.0) 1113 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.774 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.045449+0000 mon.smithi115 (mon.0) 1114 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-23T01:53:28.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.045514+0000 mon.smithi115 (mon.0) 1115 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-23T01:53:28.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.045581+0000 mon.smithi115 (mon.0) 1116 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-23T01:53:28.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.045660+0000 mon.smithi115 (mon.0) 1117 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-23T01:53:28.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.045729+0000 mon.smithi115 (mon.0) 1118 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-23T01:53:28.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.045794+0000 mon.smithi115 (mon.0) 1119 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-23T01:53:28.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.045860+0000 mon.smithi115 (mon.0) 1120 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-23T01:53:28.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.045928+0000 mon.smithi115 (mon.0) 1121 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-23T01:53:28.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.057337+0000 mon.smithi115 (mon.0) 1122 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-23T01:53:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.168942+0000 mon.smithi115 (mon.0) 1123 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-23T01:53:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.258026+0000 mon.smithi115 (mon.0) 1124 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-23T01:53:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.313901+0000 mon.smithi115 (mon.0) 1125 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.369894+0000 mon.smithi115 (mon.0) 1126 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-23T01:53:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.643634+0000 mon.smithi115 (mon.0) 1090 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-23T01:53:28.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.643677+0000 mon.smithi115 (mon.0) 1091 : cluster [INF] osd.2 failed (root=default,host=smithi115) (connection refused reported by osd.7) 2024-02-23T01:53:28.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.643766+0000 mon.smithi115 (mon.0) 1092 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-23T01:53:28.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.643842+0000 mon.smithi115 (mon.0) 1093 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-23T01:53:28.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.644110+0000 mon.smithi115 (mon.0) 1094 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-23T01:53:28.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.644232+0000 mon.smithi115 (mon.0) 1095 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-23T01:53:28.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.644352+0000 mon.smithi115 (mon.0) 1096 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-23T01:53:28.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.644477+0000 mon.smithi115 (mon.0) 1097 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.644598+0000 mon.smithi115 (mon.0) 1098 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-23T01:53:28.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.644737+0000 mon.smithi115 (mon.0) 1099 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-23T01:53:28.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.644857+0000 mon.smithi115 (mon.0) 1100 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-23T01:53:28.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.644990+0000 mon.smithi115 (mon.0) 1101 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-23T01:53:28.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.645104+0000 mon.smithi115 (mon.0) 1102 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.645215+0000 mon.smithi115 (mon.0) 1103 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-23T01:53:28.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.645328+0000 mon.smithi115 (mon.0) 1104 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-23T01:53:28.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.712083+0000 mon.smithi115 (mon.0) 1105 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.738737+0000 mon.smithi115 (mon.0) 1106 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-23T01:53:28.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:27.912977+0000 mon.smithi115 (mon.0) 1107 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.044983+0000 mon.smithi115 (mon.0) 1108 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.045100+0000 mon.smithi115 (mon.0) 1109 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-23T01:53:28.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.045179+0000 mon.smithi115 (mon.0) 1110 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-23T01:53:28.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.045248+0000 mon.smithi115 (mon.0) 1111 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-23T01:53:28.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.045317+0000 mon.smithi115 (mon.0) 1112 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-23T01:53:28.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.045383+0000 mon.smithi115 (mon.0) 1113 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.045449+0000 mon.smithi115 (mon.0) 1114 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-23T01:53:28.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.045514+0000 mon.smithi115 (mon.0) 1115 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-23T01:53:28.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.045581+0000 mon.smithi115 (mon.0) 1116 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-23T01:53:28.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.045660+0000 mon.smithi115 (mon.0) 1117 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-23T01:53:28.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.045729+0000 mon.smithi115 (mon.0) 1118 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-23T01:53:28.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.045794+0000 mon.smithi115 (mon.0) 1119 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-23T01:53:28.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.045860+0000 mon.smithi115 (mon.0) 1120 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-23T01:53:28.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.045928+0000 mon.smithi115 (mon.0) 1121 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-23T01:53:28.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.057337+0000 mon.smithi115 (mon.0) 1122 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-23T01:53:28.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.168942+0000 mon.smithi115 (mon.0) 1123 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-23T01:53:28.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.258026+0000 mon.smithi115 (mon.0) 1124 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-23T01:53:28.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.313901+0000 mon.smithi115 (mon.0) 1125 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-23T01:53:28.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.369894+0000 mon.smithi115 (mon.0) 1126 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-23T01:53:29.769 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.179116+0000 mgr.smithi115.zzjgkn (mgr.34102) 1085 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:29.770 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.481705+0000 mon.smithi115 (mon.0) 1127 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T01:53:29.770 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:28.492610+0000 mon.smithi115 (mon.0) 1128 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-02-23T01:53:29.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.179116+0000 mgr.smithi115.zzjgkn (mgr.34102) 1085 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail 2024-02-23T01:53:29.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.481705+0000 mon.smithi115 (mon.0) 1127 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T01:53:29.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:28.492610+0000 mon.smithi115 (mon.0) 1128 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-02-23T01:53:30.026 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:29 smithi115 systemd[1]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.2.service: Succeeded. 2024-02-23T01:53:30.026 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:29 smithi115 systemd[1]: Stopped Ceph osd.2 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T01:53:30.026 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:29 smithi115 systemd[1]: Starting Ceph osd.2 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T01:53:30.752 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:29.497331+0000 mon.smithi115 (mon.0) 1129 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-02-23T01:53:30.752 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:30 smithi115 bash[137104]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-23T01:53:30.752 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:30 smithi115 bash[137104]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-23T01:53:30.752 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:30 smithi115 bash[137104]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-02-23T01:53:30.752 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:30 smithi115 bash[137104]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-02-23T01:53:30.752 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:30 smithi115 bash[137104]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-02-23T01:53:30.752 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:30 smithi115 bash[137104]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-23T01:53:30.752 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:30 smithi115 bash[137104]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-23T01:53:30.752 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:30 smithi115 bash[137104]: --> ceph-volume lvm activate successful for osd ID: 2 2024-02-23T01:53:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:29.497331+0000 mon.smithi115 (mon.0) 1129 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-02-23T01:53:31.753 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:30.179808+0000 mgr.smithi115.zzjgkn (mgr.34102) 1086 : cluster [DBG] pgmap v812: 129 pgs: 9 active+undersized+degraded, 6 peering, 17 active+undersized, 97 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 25/402 objects degraded (6.219%) 2024-02-23T01:53:31.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:30.492593+0000 mon.smithi115 (mon.0) 1130 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 6 pgs peering (PG_AVAILABILITY) 2024-02-23T01:53:31.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:30.492623+0000 mon.smithi115 (mon.0) 1131 : cluster [WRN] Health check failed: Degraded data redundancy: 25/402 objects degraded (6.219%), 9 pgs degraded (PG_DEGRADED) 2024-02-23T01:53:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:30.179808+0000 mgr.smithi115.zzjgkn (mgr.34102) 1086 : cluster [DBG] pgmap v812: 129 pgs: 9 active+undersized+degraded, 6 peering, 17 active+undersized, 97 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 25/402 objects degraded (6.219%) 2024-02-23T01:53:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:30.492593+0000 mon.smithi115 (mon.0) 1130 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 6 pgs peering (PG_AVAILABILITY) 2024-02-23T01:53:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:30.492623+0000 mon.smithi115 (mon.0) 1131 : cluster [WRN] Health check failed: Degraded data redundancy: 25/402 objects degraded (6.219%), 9 pgs degraded (PG_DEGRADED) 2024-02-23T01:53:32.275 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-2[137386]: debug 2024-02-23T01:53:31.884+0000 7f9de257f700 1 -- 172.21.15.115:0/369558565 <== mon.0 v2:172.21.15.115:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ad9ab4c680 con 0x55ad9ab15000 2024-02-23T01:53:32.276 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:31 smithi115 bash[137371]: c57e1a9406e65d909b0a0379fbccf952d6ec76145a60e94801762cda58ac16b9 2024-02-23T01:53:32.276 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:31 smithi115 systemd[1]: Started Ceph osd.2 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T01:53:32.683 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-2[137386]: debug 2024-02-23T01:53:32.409+0000 7f9dea00d380 -1 Falling back to public interface 2024-02-23T01:53:33.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:32.005193+0000 mon.smithi115 (mon.0) 1132 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:33.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:32.005921+0000 mon.smithi115 (mon.0) 1133 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:53:33.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:32.007204+0000 mon.smithi115 (mon.0) 1134 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:53:33.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:32.180198+0000 mgr.smithi115.zzjgkn (mgr.34102) 1087 : cluster [DBG] pgmap v813: 129 pgs: 9 active+undersized+degraded, 6 peering, 17 active+undersized, 97 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 25/402 objects degraded (6.219%) 2024-02-23T01:53:33.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:32.005193+0000 mon.smithi115 (mon.0) 1132 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:33.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:32.005921+0000 mon.smithi115 (mon.0) 1133 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:53:33.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:32.007204+0000 mon.smithi115 (mon.0) 1134 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:53:33.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:32.180198+0000 mgr.smithi115.zzjgkn (mgr.34102) 1087 : cluster [DBG] pgmap v813: 129 pgs: 9 active+undersized+degraded, 6 peering, 17 active+undersized, 97 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 25/402 objects degraded (6.219%) 2024-02-23T01:53:34.545 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:34.231530+0000 mon.smithi115 (mon.0) 1135 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 6 pgs peering) 2024-02-23T01:53:34.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:34.231530+0000 mon.smithi115 (mon.0) 1135 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 6 pgs peering) 2024-02-23T01:53:35.551 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:34.180655+0000 mgr.smithi115.zzjgkn (mgr.34102) 1088 : cluster [DBG] pgmap v814: 129 pgs: 10 active+undersized+degraded, 22 active+undersized, 97 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 34/402 objects degraded (8.458%) 2024-02-23T01:53:35.551 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:34.975425+0000 mon.smithi115 (mon.0) 1136 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:35.552 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:35.260502+0000 mon.smithi115 (mon.0) 1137 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:53:35.552 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:35.261299+0000 mon.smithi115 (mon.0) 1138 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:53:35.552 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:35.267249+0000 mon.smithi115 (mon.0) 1139 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:35.552 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:35.269505+0000 mon.smithi115 (mon.0) 1140 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T01:53:35.552 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:35.273552+0000 mon.smithi115 (mon.0) 1141 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:34.180655+0000 mgr.smithi115.zzjgkn (mgr.34102) 1088 : cluster [DBG] pgmap v814: 129 pgs: 10 active+undersized+degraded, 22 active+undersized, 97 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 34/402 objects degraded (8.458%) 2024-02-23T01:53:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:34.975425+0000 mon.smithi115 (mon.0) 1136 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:35.260502+0000 mon.smithi115 (mon.0) 1137 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:53:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:35.261299+0000 mon.smithi115 (mon.0) 1138 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:53:35.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:35.267249+0000 mon.smithi115 (mon.0) 1139 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:35.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:35.269505+0000 mon.smithi115 (mon.0) 1140 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T01:53:35.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:35.273552+0000 mon.smithi115 (mon.0) 1141 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:53:35.261978+0000 mgr.smithi115.zzjgkn (mgr.34102) 1089 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T01:53:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:35.262805+0000 mgr.smithi115.zzjgkn (mgr.34102) 1090 : cluster [DBG] pgmap v815: 129 pgs: 10 active+undersized+degraded, 22 active+undersized, 97 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 34/402 objects degraded (8.458%) 2024-02-23T01:53:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:35.263024+0000 mgr.smithi115.zzjgkn (mgr.34102) 1091 : cluster [DBG] pgmap v816: 129 pgs: 10 active+undersized+degraded, 22 active+undersized, 97 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 34/402 objects degraded (8.458%) 2024-02-23T01:53:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:53:35.275057+0000 mgr.smithi115.zzjgkn (mgr.34102) 1092 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T01:53:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:53:35.275168+0000 mgr.smithi115.zzjgkn (mgr.34102) 1093 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T01:53:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:53:35.261978+0000 mgr.smithi115.zzjgkn (mgr.34102) 1089 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T01:53:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:35.262805+0000 mgr.smithi115.zzjgkn (mgr.34102) 1090 : cluster [DBG] pgmap v815: 129 pgs: 10 active+undersized+degraded, 22 active+undersized, 97 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 34/402 objects degraded (8.458%) 2024-02-23T01:53:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:35.263024+0000 mgr.smithi115.zzjgkn (mgr.34102) 1091 : cluster [DBG] pgmap v816: 129 pgs: 10 active+undersized+degraded, 22 active+undersized, 97 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 34/402 objects degraded (8.458%) 2024-02-23T01:53:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:53:35.275057+0000 mgr.smithi115.zzjgkn (mgr.34102) 1092 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T01:53:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:53:35.275168+0000 mgr.smithi115.zzjgkn (mgr.34102) 1093 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T01:53:37.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:37.162663+0000 mon.smithi115 (mon.0) 1142 : cluster [WRN] Health check update: Degraded data redundancy: 34/402 objects degraded (8.458%), 10 pgs degraded (PG_DEGRADED) 2024-02-23T01:53:37.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:37.218865+0000 mon.smithi115 (mon.0) 1143 : audit [INF] from='osd.2 [v2:172.21.15.115:6818/879143726,v1:172.21.15.115:6819/879143726]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-23T01:53:37.526 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-2[137386]: debug 2024-02-23T01:53:37.215+0000 7f9dea00d380 -1 osd.2 76 log_to_monitors {default=true} 2024-02-23T01:53:37.526 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 01:53:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-2[137386]: debug 2024-02-23T01:53:37.303+0000 7f9ddc4f6700 -1 osd.2 76 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-23T01:53:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:37.162663+0000 mon.smithi115 (mon.0) 1142 : cluster [WRN] Health check update: Degraded data redundancy: 34/402 objects degraded (8.458%), 10 pgs degraded (PG_DEGRADED) 2024-02-23T01:53:37.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:37.218865+0000 mon.smithi115 (mon.0) 1143 : audit [INF] from='osd.2 [v2:172.21.15.115:6818/879143726,v1:172.21.15.115:6819/879143726]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-23T01:53:38.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:37.263408+0000 mgr.smithi115.zzjgkn (mgr.34102) 1094 : cluster [DBG] pgmap v817: 129 pgs: 10 active+undersized+degraded, 22 active+undersized, 97 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 34/402 objects degraded (8.458%) 2024-02-23T01:53:38.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:37.295040+0000 mon.smithi115 (mon.0) 1144 : audit [INF] from='osd.2 [v2:172.21.15.115:6818/879143726,v1:172.21.15.115:6819/879143726]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-23T01:53:38.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:37.295104+0000 mon.smithi115 (mon.0) 1145 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-23T01:53:38.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:37.295692+0000 mon.smithi115 (mon.0) 1146 : audit [INF] from='osd.2 [v2:172.21.15.115:6818/879143726,v1:172.21.15.115:6819/879143726]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-23T01:53:38.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:37.263408+0000 mgr.smithi115.zzjgkn (mgr.34102) 1094 : cluster [DBG] pgmap v817: 129 pgs: 10 active+undersized+degraded, 22 active+undersized, 97 active+clean; 174 MiB data, 1.2 GiB used, 708 GiB / 715 GiB avail; 34/402 objects degraded (8.458%) 2024-02-23T01:53:38.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:37.295040+0000 mon.smithi115 (mon.0) 1144 : audit [INF] from='osd.2 [v2:172.21.15.115:6818/879143726,v1:172.21.15.115:6819/879143726]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-23T01:53:38.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:37.295104+0000 mon.smithi115 (mon.0) 1145 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-23T01:53:38.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:37.295692+0000 mon.smithi115 (mon.0) 1146 : audit [INF] from='osd.2 [v2:172.21.15.115:6818/879143726,v1:172.21.15.115:6819/879143726]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-23T01:53:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:38.292980+0000 mon.smithi115 (mon.0) 1147 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T01:53:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:38.298268+0000 mon.smithi115 (mon.0) 1148 : cluster [INF] osd.2 [v2:172.21.15.115:6818/879143726,v1:172.21.15.115:6819/879143726] boot 2024-02-23T01:53:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:38.298338+0000 mon.smithi115 (mon.0) 1149 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-02-23T01:53:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:38.299141+0000 mon.smithi115 (mon.0) 1150 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T01:53:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:39.300034+0000 mon.smithi115 (mon.0) 1151 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-02-23T01:53:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:38.292980+0000 mon.smithi115 (mon.0) 1147 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T01:53:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:38.298268+0000 mon.smithi115 (mon.0) 1148 : cluster [INF] osd.2 [v2:172.21.15.115:6818/879143726,v1:172.21.15.115:6819/879143726] boot 2024-02-23T01:53:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:38.298338+0000 mon.smithi115 (mon.0) 1149 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-02-23T01:53:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:38.299141+0000 mon.smithi115 (mon.0) 1150 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T01:53:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:39.300034+0000 mon.smithi115 (mon.0) 1151 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-02-23T01:53:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:39.264047+0000 mgr.smithi115.zzjgkn (mgr.34102) 1095 : cluster [DBG] pgmap v820: 129 pgs: 4 peering, 10 active+undersized+degraded, 18 active+undersized, 97 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 34/402 objects degraded (8.458%) 2024-02-23T01:53:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:39.910796+0000 mon.smithi115 (mon.0) 1152 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:40.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:39.264047+0000 mgr.smithi115.zzjgkn (mgr.34102) 1095 : cluster [DBG] pgmap v820: 129 pgs: 4 peering, 10 active+undersized+degraded, 18 active+undersized, 97 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 34/402 objects degraded (8.458%) 2024-02-23T01:53:40.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:39.910796+0000 mon.smithi115 (mon.0) 1152 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:41.264847+0000 mgr.smithi115.zzjgkn (mgr.34102) 1096 : cluster [DBG] pgmap v822: 129 pgs: 4 peering, 5 active+undersized+degraded, 5 active+undersized, 115 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 19/402 objects degraded (4.726%) 2024-02-23T01:53:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:42.163475+0000 mon.smithi115 (mon.0) 1153 : cluster [WRN] Health check update: Degraded data redundancy: 19/402 objects degraded (4.726%), 5 pgs degraded (PG_DEGRADED) 2024-02-23T01:53:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:41.264847+0000 mgr.smithi115.zzjgkn (mgr.34102) 1096 : cluster [DBG] pgmap v822: 129 pgs: 4 peering, 5 active+undersized+degraded, 5 active+undersized, 115 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 19/402 objects degraded (4.726%) 2024-02-23T01:53:42.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:42.163475+0000 mon.smithi115 (mon.0) 1153 : cluster [WRN] Health check update: Degraded data redundancy: 19/402 objects degraded (4.726%), 5 pgs degraded (PG_DEGRADED) 2024-02-23T01:53:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:43.321552+0000 mon.smithi115 (mon.0) 1154 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 19/402 objects degraded (4.726%), 5 pgs degraded) 2024-02-23T01:53:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:43.321552+0000 mon.smithi115 (mon.0) 1154 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 19/402 objects degraded (4.726%), 5 pgs degraded) 2024-02-23T01:53:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:43.265396+0000 mgr.smithi115.zzjgkn (mgr.34102) 1097 : cluster [DBG] pgmap v823: 129 pgs: 4 peering, 125 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:44.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:43.265396+0000 mgr.smithi115.zzjgkn (mgr.34102) 1097 : cluster [DBG] pgmap v823: 129 pgs: 4 peering, 125 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:46.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:45.266130+0000 mgr.smithi115.zzjgkn (mgr.34102) 1098 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:46.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:45.266130+0000 mgr.smithi115.zzjgkn (mgr.34102) 1098 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:47.266490+0000 mgr.smithi115.zzjgkn (mgr.34102) 1099 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:47.266490+0000 mgr.smithi115.zzjgkn (mgr.34102) 1099 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:49.267178+0000 mgr.smithi115.zzjgkn (mgr.34102) 1100 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:49.267178+0000 mgr.smithi115.zzjgkn (mgr.34102) 1100 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:50.661845+0000 mon.smithi115 (mon.0) 1155 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:51.267849+0000 mgr.smithi115.zzjgkn (mgr.34102) 1101 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:50.661845+0000 mon.smithi115 (mon.0) 1155 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:51.267849+0000 mgr.smithi115.zzjgkn (mgr.34102) 1101 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:52.411 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:53:52.954 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:53:52.954 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (42m) 5m ago 48m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:53:52.954 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (16m) 17s ago 113m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:53:52.954 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (16m) 5m ago 112m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:53:52.954 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (45m) 5m ago 112m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:53:52.954 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (98m) 17s ago 98m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:53:52.954 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (98m) 5m ago 98m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:53:52.954 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (42m) 17s ago 119m 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (32m) 5m ago 112m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (26m) 17s ago 119m 190M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (21m) 5m ago 117m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (48m) 17s ago 48m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (48m) 5m ago 48m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 17s ago 90m - - 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 88m - - 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (10m) 17s ago 112m 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (5m) 17s ago 112m 219M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (21s) 17s ago 110m 12.7M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (110m) 17s ago 110m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (108m) 5m ago 108m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (108m) 5m ago 108m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:53:52.955 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (107m) 5m ago 107m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:53:52.956 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (107m) 5m ago 107m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:53:52.956 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (48m) 5m ago 48m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:53:53.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:52.398560+0000 mgr.smithi115.zzjgkn (mgr.34102) 1102 : audit [DBG] from='client.35140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:53.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:52.398560+0000 mgr.smithi115.zzjgkn (mgr.34102) 1102 : audit [DBG] from='client.35140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:53.281 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:53:53.281 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:53:53.281 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:53:53.281 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:53:53.281 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:53:53.281 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:53:53.281 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:53:53.281 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:53:53.282 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T01:53:53.282 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:53:53.282 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:53:53.282 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:53:53.282 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:53:53.282 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:53:53.282 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:53:53.282 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:53:53.282 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T01:53:53.282 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:53:53.282 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:53:53.557 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:53:53.557 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:53:53.557 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:53:53.557 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:53:53.557 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:53:53.557 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:53:53.557 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:53:53.558 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:53:53.558 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:53:53.558 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "9/23 daemons upgraded", 2024-02-23T01:53:53.558 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:53:53.558 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:53:53.558 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:53:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:52.673492+0000 mgr.smithi115.zzjgkn (mgr.34102) 1103 : audit [DBG] from='client.35144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:52.941413+0000 mgr.smithi115.zzjgkn (mgr.34102) 1104 : audit [DBG] from='client.35148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:52.943253+0000 mon.smithi115 (mon.0) 1156 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:53:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:52.943571+0000 mon.smithi115 (mon.0) 1157 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:52.943895+0000 mon.smithi115 (mon.0) 1158 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:53.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:52.944153+0000 mon.smithi115 (mon.0) 1159 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:53.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:52.944394+0000 mon.smithi115 (mon.0) 1160 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:53.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:52.946334+0000 mon.smithi115 (mon.0) 1161 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:53:53.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:52.946606+0000 mon.smithi115 (mon.0) 1162 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:53.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:52.946865+0000 mon.smithi115 (mon.0) 1163 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:53.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:52.947086+0000 mon.smithi115 (mon.0) 1164 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:53.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:52.947306+0000 mon.smithi115 (mon.0) 1165 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:53.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:53.268272+0000 mgr.smithi115.zzjgkn (mgr.34102) 1105 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:53.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:53.279847+0000 mon.smithi115 (mon.0) 1166 : audit [DBG] from='client.? 172.21.15.115:0/258591547' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:53:53.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:53.555901+0000 mgr.smithi115.zzjgkn (mgr.34102) 1106 : audit [DBG] from='client.35156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:52.673492+0000 mgr.smithi115.zzjgkn (mgr.34102) 1103 : audit [DBG] from='client.35144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:52.941413+0000 mgr.smithi115.zzjgkn (mgr.34102) 1104 : audit [DBG] from='client.35148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:52.943253+0000 mon.smithi115 (mon.0) 1156 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:53:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:52.943571+0000 mon.smithi115 (mon.0) 1157 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:52.943895+0000 mon.smithi115 (mon.0) 1158 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:52.944153+0000 mon.smithi115 (mon.0) 1159 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:52.944394+0000 mon.smithi115 (mon.0) 1160 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:52.946334+0000 mon.smithi115 (mon.0) 1161 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:53:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:52.946606+0000 mon.smithi115 (mon.0) 1162 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:52.946865+0000 mon.smithi115 (mon.0) 1163 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:52.947086+0000 mon.smithi115 (mon.0) 1164 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:52.947306+0000 mon.smithi115 (mon.0) 1165 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:53:54.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:53.268272+0000 mgr.smithi115.zzjgkn (mgr.34102) 1105 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:54.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:53.279847+0000 mon.smithi115 (mon.0) 1166 : audit [DBG] from='client.? 172.21.15.115:0/258591547' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:53:54.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:53.555901+0000 mgr.smithi115.zzjgkn (mgr.34102) 1106 : audit [DBG] from='client.35156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:53:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:53:54.911791+0000 mon.smithi115 (mon.0) 1167 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:55.269095+0000 mgr.smithi115.zzjgkn (mgr.34102) 1107 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:53:54.911791+0000 mon.smithi115 (mon.0) 1167 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:53:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:55.269095+0000 mgr.smithi115.zzjgkn (mgr.34102) 1107 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:53:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:57.269714+0000 mgr.smithi115.zzjgkn (mgr.34102) 1108 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:53:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:53:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:57.269714+0000 mgr.smithi115.zzjgkn (mgr.34102) 1108 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:00.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:53:59.270390+0000 mgr.smithi115.zzjgkn (mgr.34102) 1109 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:53:59.270390+0000 mgr.smithi115.zzjgkn (mgr.34102) 1109 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:01.271086+0000 mgr.smithi115.zzjgkn (mgr.34102) 1110 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:02.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:01.271086+0000 mgr.smithi115.zzjgkn (mgr.34102) 1110 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:04.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:03.271784+0000 mgr.smithi115.zzjgkn (mgr.34102) 1111 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:04.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:03.271784+0000 mgr.smithi115.zzjgkn (mgr.34102) 1111 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:06.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:05.272691+0000 mgr.smithi115.zzjgkn (mgr.34102) 1112 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:06.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:05.272691+0000 mgr.smithi115.zzjgkn (mgr.34102) 1112 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:07.273121+0000 mgr.smithi115.zzjgkn (mgr.34102) 1113 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:07.273121+0000 mgr.smithi115.zzjgkn (mgr.34102) 1113 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:09.273869+0000 mgr.smithi115.zzjgkn (mgr.34102) 1114 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:09.821202+0000 mon.smithi115 (mon.0) 1168 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-23T01:54:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:09.821464+0000 mon.smithi115 (mon.0) 1169 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:54:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:09.821781+0000 mon.smithi115 (mon.0) 1170 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T01:54:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:09.822073+0000 mon.smithi115 (mon.0) 1171 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-23T01:54:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:09.273869+0000 mgr.smithi115.zzjgkn (mgr.34102) 1114 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:09.821202+0000 mon.smithi115 (mon.0) 1168 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-23T01:54:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:09.821464+0000 mon.smithi115 (mon.0) 1169 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:54:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:09.821781+0000 mon.smithi115 (mon.0) 1170 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T01:54:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:09.822073+0000 mon.smithi115 (mon.0) 1171 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-23T01:54:12.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:11.274570+0000 mgr.smithi115.zzjgkn (mgr.34102) 1115 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:12.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:11.274570+0000 mgr.smithi115.zzjgkn (mgr.34102) 1115 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:14.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:13.275082+0000 mgr.smithi115.zzjgkn (mgr.34102) 1116 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:14.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:13.275082+0000 mgr.smithi115.zzjgkn (mgr.34102) 1116 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:15.275947+0000 mgr.smithi115.zzjgkn (mgr.34102) 1117 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:15.275947+0000 mgr.smithi115.zzjgkn (mgr.34102) 1117 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:17.276416+0000 mgr.smithi115.zzjgkn (mgr.34102) 1118 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:17.276416+0000 mgr.smithi115.zzjgkn (mgr.34102) 1118 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:20.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:19.276998+0000 mgr.smithi115.zzjgkn (mgr.34102) 1119 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:20.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:19.276998+0000 mgr.smithi115.zzjgkn (mgr.34102) 1119 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:21.277764+0000 mgr.smithi115.zzjgkn (mgr.34102) 1120 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:21.277764+0000 mgr.smithi115.zzjgkn (mgr.34102) 1120 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:23.855 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:54:24.402 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:54:24.402 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (43m) 6m ago 49m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:54:24.402 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (16m) 49s ago 113m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:54:24.402 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (16m) 6m ago 113m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:54:24.402 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (45m) 6m ago 113m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:54:24.402 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (98m) 49s ago 98m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (98m) 6m ago 98m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (43m) 49s ago 119m 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (32m) 6m ago 113m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (27m) 49s ago 119m 190M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (22m) 6m ago 118m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (48m) 49s ago 48m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (48m) 6m ago 48m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 49s ago 90m - - 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 6m ago 88m - - 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (11m) 49s ago 113m 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (6m) 49s ago 113m 219M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (52s) 49s ago 110m 12.7M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (110m) 49s ago 110m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (108m) 6m ago 108m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:54:24.403 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (108m) 6m ago 108m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:54:24.404 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (108m) 6m ago 108m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:54:24.404 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (108m) 6m ago 108m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:54:24.404 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (48m) 6m ago 48m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:54:24.724 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:54:24.724 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:54:24.724 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:54:24.724 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:54:24.724 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:54:24.724 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:54:24.725 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:54:24.725 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:54:24.725 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T01:54:24.725 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:54:24.725 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:54:24.725 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:54:24.725 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:54:24.725 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:54:24.725 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:54:24.725 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:54:24.725 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T01:54:24.725 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:54:24.725 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:54:24.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:23.278346+0000 mgr.smithi115.zzjgkn (mgr.34102) 1121 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:23.278346+0000 mgr.smithi115.zzjgkn (mgr.34102) 1121 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:25.000 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:54:25.000 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:54:25.001 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:54:25.001 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:54:25.001 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:54:25.001 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:54:25.001 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:54:25.001 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:54:25.001 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:54:25.002 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "9/23 daemons upgraded", 2024-02-23T01:54:25.002 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:54:25.002 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:54:25.002 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:54:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:23.843594+0000 mgr.smithi115.zzjgkn (mgr.34102) 1122 : audit [DBG] from='client.35160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.117828+0000 mgr.smithi115.zzjgkn (mgr.34102) 1123 : audit [DBG] from='client.35164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.389087+0000 mgr.smithi115.zzjgkn (mgr.34102) 1124 : audit [DBG] from='client.35168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:25.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.390861+0000 mon.smithi115 (mon.0) 1172 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:54:25.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.391203+0000 mon.smithi115 (mon.0) 1173 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.391471+0000 mon.smithi115 (mon.0) 1174 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.391719+0000 mon.smithi115 (mon.0) 1175 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.391953+0000 mon.smithi115 (mon.0) 1176 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.393802+0000 mon.smithi115 (mon.0) 1177 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:54:25.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.394054+0000 mon.smithi115 (mon.0) 1178 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.394293+0000 mon.smithi115 (mon.0) 1179 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.394528+0000 mon.smithi115 (mon.0) 1180 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.394765+0000 mon.smithi115 (mon.0) 1181 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.722898+0000 mon.smithi115 (mon.0) 1182 : audit [DBG] from='client.? 172.21.15.115:0/1895904868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:54:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:23.843594+0000 mgr.smithi115.zzjgkn (mgr.34102) 1122 : audit [DBG] from='client.35160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.117828+0000 mgr.smithi115.zzjgkn (mgr.34102) 1123 : audit [DBG] from='client.35164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.389087+0000 mgr.smithi115.zzjgkn (mgr.34102) 1124 : audit [DBG] from='client.35168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.390861+0000 mon.smithi115 (mon.0) 1172 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:54:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.391203+0000 mon.smithi115 (mon.0) 1173 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.391471+0000 mon.smithi115 (mon.0) 1174 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.391719+0000 mon.smithi115 (mon.0) 1175 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.391953+0000 mon.smithi115 (mon.0) 1176 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.393802+0000 mon.smithi115 (mon.0) 1177 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:54:25.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.394054+0000 mon.smithi115 (mon.0) 1178 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.394293+0000 mon.smithi115 (mon.0) 1179 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.394528+0000 mon.smithi115 (mon.0) 1180 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.394765+0000 mon.smithi115 (mon.0) 1181 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:25.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.722898+0000 mon.smithi115 (mon.0) 1182 : audit [DBG] from='client.? 172.21.15.115:0/1895904868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:54:26.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:24.998666+0000 mgr.smithi115.zzjgkn (mgr.34102) 1125 : audit [DBG] from='client.35176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:26.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:25.279011+0000 mgr.smithi115.zzjgkn (mgr.34102) 1126 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:26.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:24.998666+0000 mgr.smithi115.zzjgkn (mgr.34102) 1125 : audit [DBG] from='client.35176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:26.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:25.279011+0000 mgr.smithi115.zzjgkn (mgr.34102) 1126 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:27.279498+0000 mgr.smithi115.zzjgkn (mgr.34102) 1127 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:27.279498+0000 mgr.smithi115.zzjgkn (mgr.34102) 1127 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:29.280006+0000 mgr.smithi115.zzjgkn (mgr.34102) 1128 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:29.280006+0000 mgr.smithi115.zzjgkn (mgr.34102) 1128 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:32.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:31.280623+0000 mgr.smithi115.zzjgkn (mgr.34102) 1129 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:32.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:31.280623+0000 mgr.smithi115.zzjgkn (mgr.34102) 1129 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:34.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:33.281081+0000 mgr.smithi115.zzjgkn (mgr.34102) 1130 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:34.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:33.281081+0000 mgr.smithi115.zzjgkn (mgr.34102) 1130 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:35.281777+0000 mgr.smithi115.zzjgkn (mgr.34102) 1131 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:35.281777+0000 mgr.smithi115.zzjgkn (mgr.34102) 1131 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:38.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:37.282125+0000 mgr.smithi115.zzjgkn (mgr.34102) 1132 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:38.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:37.282125+0000 mgr.smithi115.zzjgkn (mgr.34102) 1132 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:39.282662+0000 mgr.smithi115.zzjgkn (mgr.34102) 1133 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:40.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:39.282662+0000 mgr.smithi115.zzjgkn (mgr.34102) 1133 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:41.283337+0000 mgr.smithi115.zzjgkn (mgr.34102) 1134 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:41.283337+0000 mgr.smithi115.zzjgkn (mgr.34102) 1134 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:43.283798+0000 mgr.smithi115.zzjgkn (mgr.34102) 1135 : cluster [DBG] pgmap v853: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:44.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:43.283798+0000 mgr.smithi115.zzjgkn (mgr.34102) 1135 : cluster [DBG] pgmap v853: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:46.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:45.284519+0000 mgr.smithi115.zzjgkn (mgr.34102) 1136 : cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:46.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:45.284519+0000 mgr.smithi115.zzjgkn (mgr.34102) 1136 : cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:47.284920+0000 mgr.smithi115.zzjgkn (mgr.34102) 1137 : cluster [DBG] pgmap v855: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:47.284920+0000 mgr.smithi115.zzjgkn (mgr.34102) 1137 : cluster [DBG] pgmap v855: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:49.285525+0000 mgr.smithi115.zzjgkn (mgr.34102) 1138 : cluster [DBG] pgmap v856: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:49.285525+0000 mgr.smithi115.zzjgkn (mgr.34102) 1138 : cluster [DBG] pgmap v856: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:51.286252+0000 mgr.smithi115.zzjgkn (mgr.34102) 1139 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:52.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:51.286252+0000 mgr.smithi115.zzjgkn (mgr.34102) 1139 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:54.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:53.286844+0000 mgr.smithi115.zzjgkn (mgr.34102) 1140 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:54.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:53.286844+0000 mgr.smithi115.zzjgkn (mgr.34102) 1140 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:55.299 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:54:55.844 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:54:55.844 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (43m) 6m ago 49m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:54:55.844 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (17m) 80s ago 114m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:54:55.844 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (17m) 6m ago 114m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:54:55.845 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (46m) 6m ago 113m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:54:55.845 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (99m) 80s ago 99m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:54:55.845 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (99m) 6m ago 99m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:54:55.845 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (43m) 80s ago 2h 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:54:55.845 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (33m) 6m ago 113m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:54:55.845 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (27m) 80s ago 2h 190M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:54:55.845 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (22m) 6m ago 118m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:54:55.845 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (49m) 80s ago 49m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:54:55.845 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (49m) 6m ago 49m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:54:55.845 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 80s ago 91m - - 2024-02-23T01:54:55.845 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 6m ago 89m - - 2024-02-23T01:54:55.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (11m) 80s ago 113m 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:54:55.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (6m) 80s ago 113m 219M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:54:55.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (84s) 80s ago 111m 12.7M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T01:54:55.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (111m) 80s ago 111m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:54:55.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (109m) 6m ago 109m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:54:55.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (109m) 6m ago 109m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:54:55.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (108m) 6m ago 108m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:54:55.846 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (108m) 6m ago 108m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:54:55.847 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (49m) 6m ago 49m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:54:56.168 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:54:56.168 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:54:56.168 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:54:56.168 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:54:56.168 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:54:56.168 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:54:56.169 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:54:56.169 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:54:56.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T01:54:56.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:54:56.169 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:54:56.169 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:54:56.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:54:56.169 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:54:56.169 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:54:56.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:54:56.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T01:54:56.169 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:54:56.169 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:54:56.450 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:54:56.450 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:54:56.450 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:54:56.450 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:54:56.451 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:54:56.451 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:54:56.451 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:54:56.451 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:54:56.451 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:54:56.451 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "9/23 daemons upgraded", 2024-02-23T01:54:56.451 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:54:56.451 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:54:56.451 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:54:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:55.286643+0000 mgr.smithi115.zzjgkn (mgr.34102) 1141 : audit [DBG] from='client.35180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:55.287416+0000 mgr.smithi115.zzjgkn (mgr.34102) 1142 : cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:55.558419+0000 mgr.smithi115.zzjgkn (mgr.34102) 1143 : audit [DBG] from='client.35184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:55.832919+0000 mon.smithi115 (mon.0) 1183 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:54:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:55.833236+0000 mon.smithi115 (mon.0) 1184 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:55.833493+0000 mon.smithi115 (mon.0) 1185 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:55.833738+0000 mon.smithi115 (mon.0) 1186 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:55.833968+0000 mon.smithi115 (mon.0) 1187 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:55.835824+0000 mon.smithi115 (mon.0) 1188 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:54:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:55.836096+0000 mon.smithi115 (mon.0) 1189 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:55.836348+0000 mon.smithi115 (mon.0) 1190 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:55.836588+0000 mon.smithi115 (mon.0) 1191 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:55.836834+0000 mon.smithi115 (mon.0) 1192 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:56.166915+0000 mon.smithi115 (mon.0) 1193 : audit [DBG] from='client.? 172.21.15.115:0/1325526268' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:54:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:55.286643+0000 mgr.smithi115.zzjgkn (mgr.34102) 1141 : audit [DBG] from='client.35180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:55.287416+0000 mgr.smithi115.zzjgkn (mgr.34102) 1142 : cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:55.558419+0000 mgr.smithi115.zzjgkn (mgr.34102) 1143 : audit [DBG] from='client.35184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:55.832919+0000 mon.smithi115 (mon.0) 1183 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:54:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:55.833236+0000 mon.smithi115 (mon.0) 1184 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:55.833493+0000 mon.smithi115 (mon.0) 1185 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:55.833738+0000 mon.smithi115 (mon.0) 1186 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:55.833968+0000 mon.smithi115 (mon.0) 1187 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:55.835824+0000 mon.smithi115 (mon.0) 1188 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:54:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:55.836096+0000 mon.smithi115 (mon.0) 1189 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:55.836348+0000 mon.smithi115 (mon.0) 1190 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:55.836588+0000 mon.smithi115 (mon.0) 1191 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:55.836834+0000 mon.smithi115 (mon.0) 1192 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:54:56.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:56.166915+0000 mon.smithi115 (mon.0) 1193 : audit [DBG] from='client.? 172.21.15.115:0/1325526268' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:54:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:55.831166+0000 mgr.smithi115.zzjgkn (mgr.34102) 1144 : audit [DBG] from='client.35188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:54:56.449041+0000 mgr.smithi115.zzjgkn (mgr.34102) 1145 : audit [DBG] from='client.35196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:55.831166+0000 mgr.smithi115.zzjgkn (mgr.34102) 1144 : audit [DBG] from='client.35188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:54:56.449041+0000 mgr.smithi115.zzjgkn (mgr.34102) 1145 : audit [DBG] from='client.35196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:54:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:54:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:57.287806+0000 mgr.smithi115.zzjgkn (mgr.34102) 1146 : cluster [DBG] pgmap v860: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:54:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:54:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:57.287806+0000 mgr.smithi115.zzjgkn (mgr.34102) 1146 : cluster [DBG] pgmap v860: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:00.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:54:59.288466+0000 mgr.smithi115.zzjgkn (mgr.34102) 1147 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:54:59.288466+0000 mgr.smithi115.zzjgkn (mgr.34102) 1147 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:01.289153+0000 mgr.smithi115.zzjgkn (mgr.34102) 1148 : cluster [DBG] pgmap v862: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:02.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:01.289153+0000 mgr.smithi115.zzjgkn (mgr.34102) 1148 : cluster [DBG] pgmap v862: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:04.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:03.289697+0000 mgr.smithi115.zzjgkn (mgr.34102) 1149 : cluster [DBG] pgmap v863: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:04.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:03.289697+0000 mgr.smithi115.zzjgkn (mgr.34102) 1149 : cluster [DBG] pgmap v863: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:06.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:05.290417+0000 mgr.smithi115.zzjgkn (mgr.34102) 1150 : cluster [DBG] pgmap v864: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:06.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:05.290417+0000 mgr.smithi115.zzjgkn (mgr.34102) 1150 : cluster [DBG] pgmap v864: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:07.290970+0000 mgr.smithi115.zzjgkn (mgr.34102) 1151 : cluster [DBG] pgmap v865: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:07.290970+0000 mgr.smithi115.zzjgkn (mgr.34102) 1151 : cluster [DBG] pgmap v865: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:09.291452+0000 mgr.smithi115.zzjgkn (mgr.34102) 1152 : cluster [DBG] pgmap v866: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:09.825319+0000 mon.smithi115 (mon.0) 1194 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-23T01:55:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:09.825542+0000 mon.smithi115 (mon.0) 1195 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T01:55:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:09.825856+0000 mon.smithi115 (mon.0) 1196 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:55:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:09.826102+0000 mon.smithi115 (mon.0) 1197 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T01:55:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:09.291452+0000 mgr.smithi115.zzjgkn (mgr.34102) 1152 : cluster [DBG] pgmap v866: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:09.825319+0000 mon.smithi115 (mon.0) 1194 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-23T01:55:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:09.825542+0000 mon.smithi115 (mon.0) 1195 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T01:55:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:09.825856+0000 mon.smithi115 (mon.0) 1196 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:55:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:09.826102+0000 mon.smithi115 (mon.0) 1197 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T01:55:12.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:11.292354+0000 mgr.smithi115.zzjgkn (mgr.34102) 1153 : cluster [DBG] pgmap v867: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:12.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:11.292354+0000 mgr.smithi115.zzjgkn (mgr.34102) 1153 : cluster [DBG] pgmap v867: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:14.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:13.293069+0000 mgr.smithi115.zzjgkn (mgr.34102) 1154 : cluster [DBG] pgmap v868: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:14.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:13.293069+0000 mgr.smithi115.zzjgkn (mgr.34102) 1154 : cluster [DBG] pgmap v868: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:15.293748+0000 mgr.smithi115.zzjgkn (mgr.34102) 1155 : cluster [DBG] pgmap v869: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:15.293748+0000 mgr.smithi115.zzjgkn (mgr.34102) 1155 : cluster [DBG] pgmap v869: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:17.294174+0000 mgr.smithi115.zzjgkn (mgr.34102) 1156 : cluster [DBG] pgmap v870: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:17.294174+0000 mgr.smithi115.zzjgkn (mgr.34102) 1156 : cluster [DBG] pgmap v870: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:20.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:19.294672+0000 mgr.smithi115.zzjgkn (mgr.34102) 1157 : cluster [DBG] pgmap v871: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:20.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:19.294672+0000 mgr.smithi115.zzjgkn (mgr.34102) 1157 : cluster [DBG] pgmap v871: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:21.295326+0000 mgr.smithi115.zzjgkn (mgr.34102) 1158 : cluster [DBG] pgmap v872: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:21.295326+0000 mgr.smithi115.zzjgkn (mgr.34102) 1158 : cluster [DBG] pgmap v872: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:24.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:23.295903+0000 mgr.smithi115.zzjgkn (mgr.34102) 1159 : cluster [DBG] pgmap v873: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:23.295903+0000 mgr.smithi115.zzjgkn (mgr.34102) 1159 : cluster [DBG] pgmap v873: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:26.746 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:55:26.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:25.296530+0000 mgr.smithi115.zzjgkn (mgr.34102) 1160 : cluster [DBG] pgmap v874: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:26.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:25.296530+0000 mgr.smithi115.zzjgkn (mgr.34102) 1160 : cluster [DBG] pgmap v874: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:27.292 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:55:27.292 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (44m) 7m ago 50m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:55:27.292 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (17m) 112s ago 114m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:55:27.292 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (17m) 7m ago 114m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:55:27.292 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (46m) 7m ago 114m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:55:27.292 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (100m) 112s ago 100m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (99m) 7m ago 99m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (44m) 112s ago 2h 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (33m) 7m ago 114m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (28m) 112s ago 2h 190M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (23m) 7m ago 119m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (49m) 112s ago 49m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (49m) 7m ago 49m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 112s ago 91m - - 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 7m ago 89m - - 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (12m) 112s ago 114m 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (7m) 112s ago 114m 219M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (115s) 112s ago 111m 12.7M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (111m) 112s ago 111m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:55:27.293 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (109m) 7m ago 109m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:55:27.294 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (109m) 7m ago 109m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:55:27.294 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (109m) 7m ago 109m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:55:27.294 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (109m) 7m ago 109m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:55:27.294 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (49m) 7m ago 49m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:55:27.618 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:55:27.618 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:55:27.618 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:55:27.618 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:55:27.618 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:55:27.618 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:55:27.618 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:55:27.618 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:55:27.618 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T01:55:27.618 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:55:27.618 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:55:27.618 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:55:27.619 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:55:27.619 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:55:27.619 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:55:27.619 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:55:27.619 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T01:55:27.619 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:55:27.619 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:55:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.281194+0000 mon.smithi115 (mon.0) 1198 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:55:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.281555+0000 mon.smithi115 (mon.0) 1199 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.281850+0000 mon.smithi115 (mon.0) 1200 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.282108+0000 mon.smithi115 (mon.0) 1201 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.282354+0000 mon.smithi115 (mon.0) 1202 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.284262+0000 mon.smithi115 (mon.0) 1203 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:55:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.284580+0000 mon.smithi115 (mon.0) 1204 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.284849+0000 mon.smithi115 (mon.0) 1205 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.285095+0000 mon.smithi115 (mon.0) 1206 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.285336+0000 mon.smithi115 (mon.0) 1207 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.281194+0000 mon.smithi115 (mon.0) 1198 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:55:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.281555+0000 mon.smithi115 (mon.0) 1199 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.281850+0000 mon.smithi115 (mon.0) 1200 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.282108+0000 mon.smithi115 (mon.0) 1201 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.282354+0000 mon.smithi115 (mon.0) 1202 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.284262+0000 mon.smithi115 (mon.0) 1203 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:55:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.284580+0000 mon.smithi115 (mon.0) 1204 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.284849+0000 mon.smithi115 (mon.0) 1205 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.285095+0000 mon.smithi115 (mon.0) 1206 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.285336+0000 mon.smithi115 (mon.0) 1207 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:27.893 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:55:27.893 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:55:27.893 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:55:27.893 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:55:27.893 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:55:27.893 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:55:27.893 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:55:27.893 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:55:27.894 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:55:27.894 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "9/23 daemons upgraded", 2024-02-23T01:55:27.894 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:55:27.894 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:55:27.894 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:55:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:26.734539+0000 mgr.smithi115.zzjgkn (mgr.34102) 1161 : audit [DBG] from='client.35200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:55:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.009995+0000 mgr.smithi115.zzjgkn (mgr.34102) 1162 : audit [DBG] from='client.35204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:55:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.279426+0000 mgr.smithi115.zzjgkn (mgr.34102) 1163 : audit [DBG] from='client.35208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:55:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:27.296866+0000 mgr.smithi115.zzjgkn (mgr.34102) 1164 : cluster [DBG] pgmap v875: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.616751+0000 mon.smithi115 (mon.0) 1208 : audit [DBG] from='client.? 172.21.15.115:0/2053720532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:55:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:26.734539+0000 mgr.smithi115.zzjgkn (mgr.34102) 1161 : audit [DBG] from='client.35200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:55:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.009995+0000 mgr.smithi115.zzjgkn (mgr.34102) 1162 : audit [DBG] from='client.35204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:55:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.279426+0000 mgr.smithi115.zzjgkn (mgr.34102) 1163 : audit [DBG] from='client.35208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:55:28.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:27.296866+0000 mgr.smithi115.zzjgkn (mgr.34102) 1164 : cluster [DBG] pgmap v875: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:28.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.616751+0000 mon.smithi115 (mon.0) 1208 : audit [DBG] from='client.? 172.21.15.115:0/2053720532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:55:29.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:27.891760+0000 mgr.smithi115.zzjgkn (mgr.34102) 1165 : audit [DBG] from='client.35216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:55:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:27.891760+0000 mgr.smithi115.zzjgkn (mgr.34102) 1165 : audit [DBG] from='client.35216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:55:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:29.297493+0000 mgr.smithi115.zzjgkn (mgr.34102) 1166 : cluster [DBG] pgmap v876: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:29.297493+0000 mgr.smithi115.zzjgkn (mgr.34102) 1166 : cluster [DBG] pgmap v876: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:32.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:31.298177+0000 mgr.smithi115.zzjgkn (mgr.34102) 1167 : cluster [DBG] pgmap v877: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:32.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:31.298177+0000 mgr.smithi115.zzjgkn (mgr.34102) 1167 : cluster [DBG] pgmap v877: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:34.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:33.298644+0000 mgr.smithi115.zzjgkn (mgr.34102) 1168 : cluster [DBG] pgmap v878: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:34.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:33.298644+0000 mgr.smithi115.zzjgkn (mgr.34102) 1168 : cluster [DBG] pgmap v878: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:35.299340+0000 mgr.smithi115.zzjgkn (mgr.34102) 1169 : cluster [DBG] pgmap v879: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:35.299340+0000 mgr.smithi115.zzjgkn (mgr.34102) 1169 : cluster [DBG] pgmap v879: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:38.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:37.299912+0000 mgr.smithi115.zzjgkn (mgr.34102) 1170 : cluster [DBG] pgmap v880: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:38.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:37.299912+0000 mgr.smithi115.zzjgkn (mgr.34102) 1170 : cluster [DBG] pgmap v880: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:39.300660+0000 mgr.smithi115.zzjgkn (mgr.34102) 1171 : cluster [DBG] pgmap v881: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:40.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:39.300660+0000 mgr.smithi115.zzjgkn (mgr.34102) 1171 : cluster [DBG] pgmap v881: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:41.301413+0000 mgr.smithi115.zzjgkn (mgr.34102) 1172 : cluster [DBG] pgmap v882: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:41.301413+0000 mgr.smithi115.zzjgkn (mgr.34102) 1172 : cluster [DBG] pgmap v882: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:43.301930+0000 mgr.smithi115.zzjgkn (mgr.34102) 1173 : cluster [DBG] pgmap v883: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:44.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:43.301930+0000 mgr.smithi115.zzjgkn (mgr.34102) 1173 : cluster [DBG] pgmap v883: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:46.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:45.302598+0000 mgr.smithi115.zzjgkn (mgr.34102) 1174 : cluster [DBG] pgmap v884: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:46.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:45.302598+0000 mgr.smithi115.zzjgkn (mgr.34102) 1174 : cluster [DBG] pgmap v884: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:48.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:47.303247+0000 mgr.smithi115.zzjgkn (mgr.34102) 1175 : cluster [DBG] pgmap v885: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:47.303247+0000 mgr.smithi115.zzjgkn (mgr.34102) 1175 : cluster [DBG] pgmap v885: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:49.303762+0000 mgr.smithi115.zzjgkn (mgr.34102) 1176 : cluster [DBG] pgmap v886: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:49.303762+0000 mgr.smithi115.zzjgkn (mgr.34102) 1176 : cluster [DBG] pgmap v886: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:51.304667+0000 mgr.smithi115.zzjgkn (mgr.34102) 1177 : cluster [DBG] pgmap v887: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:52.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:51.304667+0000 mgr.smithi115.zzjgkn (mgr.34102) 1177 : cluster [DBG] pgmap v887: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:54.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:53.305089+0000 mgr.smithi115.zzjgkn (mgr.34102) 1178 : cluster [DBG] pgmap v888: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:54.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:53.305089+0000 mgr.smithi115.zzjgkn (mgr.34102) 1178 : cluster [DBG] pgmap v888: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:55.305974+0000 mgr.smithi115.zzjgkn (mgr.34102) 1179 : cluster [DBG] pgmap v889: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:55.305974+0000 mgr.smithi115.zzjgkn (mgr.34102) 1179 : cluster [DBG] pgmap v889: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:58.190 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:55:58.734 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:55:58.734 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (44m) 7m ago 50m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:55:58.734 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (18m) 2m ago 115m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:55:58.734 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (18m) 7m ago 115m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:55:58.734 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (47m) 7m ago 114m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:55:58.734 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (100m) 2m ago 100m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (100m) 7m ago 100m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (44m) 2m ago 2h 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (34m) 7m ago 114m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (29m) 2m ago 2h 190M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (23m) 7m ago 119m 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (50m) 2m ago 50m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (50m) 7m ago 50m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 92m - - 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 7m ago 90m - - 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (12m) 2m ago 115m 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (7m) 2m ago 114m 219M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (2m) 2m ago 112m 12.7M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (112m) 2m ago 112m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (110m) 7m ago 110m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (110m) 7m ago 110m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:55:58.735 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (109m) 7m ago 109m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:55:58.736 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (109m) 7m ago 109m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:55:58.736 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (50m) 7m ago 50m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:55:58.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:57.306555+0000 mgr.smithi115.zzjgkn (mgr.34102) 1180 : cluster [DBG] pgmap v890: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:57.306555+0000 mgr.smithi115.zzjgkn (mgr.34102) 1180 : cluster [DBG] pgmap v890: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:55:59.060 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:55:59.060 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:55:59.061 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:55:59.062 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T01:55:59.062 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:55:59.062 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:55:59.333 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:55:59.333 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:55:59.333 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:55:59.333 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:55:59.333 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:55:59.333 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:55:59.333 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:55:59.333 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:55:59.333 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:55:59.333 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "9/23 daemons upgraded", 2024-02-23T01:55:59.333 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:55:59.333 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:55:59.334 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:55:59.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:58.178228+0000 mgr.smithi115.zzjgkn (mgr.34102) 1181 : audit [DBG] from='client.35220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:55:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:58.454965+0000 mgr.smithi115.zzjgkn (mgr.34102) 1182 : audit [DBG] from='client.35224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:55:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:58.723322+0000 mon.smithi115 (mon.0) 1209 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:55:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:58.723686+0000 mon.smithi115 (mon.0) 1210 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:58.723961+0000 mon.smithi115 (mon.0) 1211 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:58.724209+0000 mon.smithi115 (mon.0) 1212 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:58.724450+0000 mon.smithi115 (mon.0) 1213 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:58.726382+0000 mon.smithi115 (mon.0) 1214 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:55:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:58.726664+0000 mon.smithi115 (mon.0) 1215 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:58.726922+0000 mon.smithi115 (mon.0) 1216 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:58.727169+0000 mon.smithi115 (mon.0) 1217 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:58.727408+0000 mon.smithi115 (mon.0) 1218 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.723 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:55:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:59.059338+0000 mon.smithi115 (mon.0) 1219 : audit [DBG] from='client.? 172.21.15.115:0/2953767681' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:55:59.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:58.178228+0000 mgr.smithi115.zzjgkn (mgr.34102) 1181 : audit [DBG] from='client.35220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:55:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:58.454965+0000 mgr.smithi115.zzjgkn (mgr.34102) 1182 : audit [DBG] from='client.35224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:55:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:58.723322+0000 mon.smithi115 (mon.0) 1209 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:55:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:58.723686+0000 mon.smithi115 (mon.0) 1210 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:58.723961+0000 mon.smithi115 (mon.0) 1211 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:58.724209+0000 mon.smithi115 (mon.0) 1212 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:58.724450+0000 mon.smithi115 (mon.0) 1213 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:58.726382+0000 mon.smithi115 (mon.0) 1214 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:55:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:58.726664+0000 mon.smithi115 (mon.0) 1215 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:58.726922+0000 mon.smithi115 (mon.0) 1216 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:58.727169+0000 mon.smithi115 (mon.0) 1217 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:58.727408+0000 mon.smithi115 (mon.0) 1218 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:55:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:55:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:59.059338+0000 mon.smithi115 (mon.0) 1219 : audit [DBG] from='client.? 172.21.15.115:0/2953767681' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:56:00.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:58.721545+0000 mgr.smithi115.zzjgkn (mgr.34102) 1183 : audit [DBG] from='client.35228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:56:00.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:55:59.307016+0000 mgr.smithi115.zzjgkn (mgr.34102) 1184 : cluster [DBG] pgmap v891: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:00.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:55:59.331477+0000 mgr.smithi115.zzjgkn (mgr.34102) 1185 : audit [DBG] from='client.35236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:56:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:58.721545+0000 mgr.smithi115.zzjgkn (mgr.34102) 1183 : audit [DBG] from='client.35228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:56:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:55:59.307016+0000 mgr.smithi115.zzjgkn (mgr.34102) 1184 : cluster [DBG] pgmap v891: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:55:59.331477+0000 mgr.smithi115.zzjgkn (mgr.34102) 1185 : audit [DBG] from='client.35236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:56:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:01.307658+0000 mgr.smithi115.zzjgkn (mgr.34102) 1186 : cluster [DBG] pgmap v892: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:02.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:01.307658+0000 mgr.smithi115.zzjgkn (mgr.34102) 1186 : cluster [DBG] pgmap v892: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:04.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:03.308090+0000 mgr.smithi115.zzjgkn (mgr.34102) 1187 : cluster [DBG] pgmap v893: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:04.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:03.308090+0000 mgr.smithi115.zzjgkn (mgr.34102) 1187 : cluster [DBG] pgmap v893: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:06.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:05.308827+0000 mgr.smithi115.zzjgkn (mgr.34102) 1188 : cluster [DBG] pgmap v894: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:06.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:05.308827+0000 mgr.smithi115.zzjgkn (mgr.34102) 1188 : cluster [DBG] pgmap v894: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:08.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:07.309241+0000 mgr.smithi115.zzjgkn (mgr.34102) 1189 : cluster [DBG] pgmap v895: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:07.309241+0000 mgr.smithi115.zzjgkn (mgr.34102) 1189 : cluster [DBG] pgmap v895: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:09.309729+0000 mgr.smithi115.zzjgkn (mgr.34102) 1190 : cluster [DBG] pgmap v896: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:09.829216+0000 mon.smithi115 (mon.0) 1220 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-02-23T01:56:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:09.829449+0000 mon.smithi115 (mon.0) 1221 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:56:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:09.829682+0000 mon.smithi115 (mon.0) 1222 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T01:56:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:09.829877+0000 mon.smithi115 (mon.0) 1223 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-02-23T01:56:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:09.309729+0000 mgr.smithi115.zzjgkn (mgr.34102) 1190 : cluster [DBG] pgmap v896: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:09.829216+0000 mon.smithi115 (mon.0) 1220 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-02-23T01:56:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:09.829449+0000 mon.smithi115 (mon.0) 1221 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T01:56:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:09.829682+0000 mon.smithi115 (mon.0) 1222 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T01:56:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:09.829877+0000 mon.smithi115 (mon.0) 1223 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-02-23T01:56:12.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:11.310589+0000 mgr.smithi115.zzjgkn (mgr.34102) 1191 : cluster [DBG] pgmap v897: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:12.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:11.310589+0000 mgr.smithi115.zzjgkn (mgr.34102) 1191 : cluster [DBG] pgmap v897: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:14.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:13.311283+0000 mgr.smithi115.zzjgkn (mgr.34102) 1192 : cluster [DBG] pgmap v898: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:14.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:13.311283+0000 mgr.smithi115.zzjgkn (mgr.34102) 1192 : cluster [DBG] pgmap v898: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:15.312045+0000 mgr.smithi115.zzjgkn (mgr.34102) 1193 : cluster [DBG] pgmap v899: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:15.312045+0000 mgr.smithi115.zzjgkn (mgr.34102) 1193 : cluster [DBG] pgmap v899: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:18.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:17.312461+0000 mgr.smithi115.zzjgkn (mgr.34102) 1194 : cluster [DBG] pgmap v900: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:17.312461+0000 mgr.smithi115.zzjgkn (mgr.34102) 1194 : cluster [DBG] pgmap v900: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:20.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:19.312974+0000 mgr.smithi115.zzjgkn (mgr.34102) 1195 : cluster [DBG] pgmap v901: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:20.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:19.312974+0000 mgr.smithi115.zzjgkn (mgr.34102) 1195 : cluster [DBG] pgmap v901: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:21.313655+0000 mgr.smithi115.zzjgkn (mgr.34102) 1196 : cluster [DBG] pgmap v902: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:21.313655+0000 mgr.smithi115.zzjgkn (mgr.34102) 1196 : cluster [DBG] pgmap v902: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:23.314151+0000 mgr.smithi115.zzjgkn (mgr.34102) 1197 : cluster [DBG] pgmap v903: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:23.314151+0000 mgr.smithi115.zzjgkn (mgr.34102) 1197 : cluster [DBG] pgmap v903: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:26.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:25.315008+0000 mgr.smithi115.zzjgkn (mgr.34102) 1198 : cluster [DBG] pgmap v904: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:26.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:25.315008+0000 mgr.smithi115.zzjgkn (mgr.34102) 1198 : cluster [DBG] pgmap v904: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:27.315346+0000 mgr.smithi115.zzjgkn (mgr.34102) 1199 : cluster [DBG] pgmap v905: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:27.315346+0000 mgr.smithi115.zzjgkn (mgr.34102) 1199 : cluster [DBG] pgmap v905: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:29.629 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:56:30.173 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:56:30.173 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (45m) 8m ago 51m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (18m) 2m ago 115m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (18m) 8m ago 115m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (48m) 8m ago 115m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (101m) 2m ago 101m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (101m) 8m ago 101m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (45m) 2m ago 2h 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (34m) 8m ago 115m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (29m) 2m ago 2h 190M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (24m) 8m ago 2h 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (50m) 2m ago 50m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (50m) 8m ago 50m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 92m - - 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 8m ago 90m - - 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (13m) 2m ago 115m 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:56:30.174 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (8m) 2m ago 115m 219M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:56:30.175 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (2m) 2m ago 113m 12.7M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T01:56:30.175 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (112m) 2m ago 112m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:56:30.175 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (111m) 8m ago 111m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:56:30.175 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (110m) 8m ago 110m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:56:30.175 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (110m) 8m ago 110m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:56:30.175 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (110m) 8m ago 110m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:56:30.175 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (50m) 8m ago 50m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:56:30.501 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:56:30.501 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:56:30.501 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:56:30.501 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:56:30.502 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:56:30.502 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:56:30.502 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:56:30.502 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:56:30.502 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T01:56:30.502 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:56:30.502 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:56:30.502 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:56:30.502 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:56:30.502 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:56:30.502 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:56:30.502 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:56:30.502 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T01:56:30.503 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:56:30.503 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:56:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:29.315862+0000 mgr.smithi115.zzjgkn (mgr.34102) 1200 : cluster [DBG] pgmap v906: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:29.617748+0000 mgr.smithi115.zzjgkn (mgr.34102) 1201 : audit [DBG] from='client.35240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:56:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:30.162581+0000 mon.smithi115 (mon.0) 1224 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:56:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:30.162931+0000 mon.smithi115 (mon.0) 1225 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:30.163218+0000 mon.smithi115 (mon.0) 1226 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:30.163486+0000 mon.smithi115 (mon.0) 1227 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:30.163755+0000 mon.smithi115 (mon.0) 1228 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:30.165657+0000 mon.smithi115 (mon.0) 1229 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:56:30.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:30.165953+0000 mon.smithi115 (mon.0) 1230 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:30.166224+0000 mon.smithi115 (mon.0) 1231 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:30.166484+0000 mon.smithi115 (mon.0) 1232 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:30.166753+0000 mon.smithi115 (mon.0) 1233 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:29.315862+0000 mgr.smithi115.zzjgkn (mgr.34102) 1200 : cluster [DBG] pgmap v906: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:29.617748+0000 mgr.smithi115.zzjgkn (mgr.34102) 1201 : audit [DBG] from='client.35240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:56:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:30.162581+0000 mon.smithi115 (mon.0) 1224 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:56:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:30.162931+0000 mon.smithi115 (mon.0) 1225 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:30.163218+0000 mon.smithi115 (mon.0) 1226 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:30.163486+0000 mon.smithi115 (mon.0) 1227 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:30.163755+0000 mon.smithi115 (mon.0) 1228 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:30.165657+0000 mon.smithi115 (mon.0) 1229 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:56:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:30.165953+0000 mon.smithi115 (mon.0) 1230 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:30.166224+0000 mon.smithi115 (mon.0) 1231 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:30.166484+0000 mon.smithi115 (mon.0) 1232 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:30.166753+0000 mon.smithi115 (mon.0) 1233 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:56:30.781 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:56:30.781 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:56:30.781 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:56:30.781 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:56:30.781 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:56:30.781 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:56:30.781 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:56:30.781 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:56:30.781 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:56:30.781 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "9/23 daemons upgraded", 2024-02-23T01:56:30.781 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:56:30.781 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:56:30.782 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:56:31.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:29.892770+0000 mgr.smithi115.zzjgkn (mgr.34102) 1202 : audit [DBG] from='client.35244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:56:31.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:30.160768+0000 mgr.smithi115.zzjgkn (mgr.34102) 1203 : audit [DBG] from='client.35248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:56:31.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:30.500230+0000 mon.smithi115 (mon.0) 1234 : audit [DBG] from='client.? 172.21.15.115:0/1196830390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:56:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:29.892770+0000 mgr.smithi115.zzjgkn (mgr.34102) 1202 : audit [DBG] from='client.35244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:56:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:30.160768+0000 mgr.smithi115.zzjgkn (mgr.34102) 1203 : audit [DBG] from='client.35248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:56:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:30.500230+0000 mon.smithi115 (mon.0) 1234 : audit [DBG] from='client.? 172.21.15.115:0/1196830390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:56:32.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:56:30.779796+0000 mgr.smithi115.zzjgkn (mgr.34102) 1204 : audit [DBG] from='client.35256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:56:32.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:31.316493+0000 mgr.smithi115.zzjgkn (mgr.34102) 1205 : cluster [DBG] pgmap v907: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:32.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:56:30.779796+0000 mgr.smithi115.zzjgkn (mgr.34102) 1204 : audit [DBG] from='client.35256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:56:32.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:31.316493+0000 mgr.smithi115.zzjgkn (mgr.34102) 1205 : cluster [DBG] pgmap v907: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:34.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:33.317070+0000 mgr.smithi115.zzjgkn (mgr.34102) 1206 : cluster [DBG] pgmap v908: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:34.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:33.317070+0000 mgr.smithi115.zzjgkn (mgr.34102) 1206 : cluster [DBG] pgmap v908: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:56:34.851784+0000 mgr.smithi115.zzjgkn (mgr.34102) 1207 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:56:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:56:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:56:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:56:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:56:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:56:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:56:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:56:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:56:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:56:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:56:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:56:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:56:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:56:34.852700+0000 mgr.smithi115.zzjgkn (mgr.34102) 1208 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T01:56:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:56:34.852829+0000 mgr.smithi115.zzjgkn (mgr.34102) 1209 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T01:56:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:35.317957+0000 mgr.smithi115.zzjgkn (mgr.34102) 1210 : cluster [DBG] pgmap v909: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:56:34.851784+0000 mgr.smithi115.zzjgkn (mgr.34102) 1207 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:56:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:56:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:56:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:56:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:56:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:56:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:56:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:56:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:56:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:56:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:56:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T01:56:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:56:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:56:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:56:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:56:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:56:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:56:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:56:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:56:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:56:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:56:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T01:56:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T01:56:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:56:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:56:34.852700+0000 mgr.smithi115.zzjgkn (mgr.34102) 1208 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T01:56:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:56:34.852829+0000 mgr.smithi115.zzjgkn (mgr.34102) 1209 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T01:56:36.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:35.317957+0000 mgr.smithi115.zzjgkn (mgr.34102) 1210 : cluster [DBG] pgmap v909: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:38.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:37.318473+0000 mgr.smithi115.zzjgkn (mgr.34102) 1211 : cluster [DBG] pgmap v910: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:38.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:37.318473+0000 mgr.smithi115.zzjgkn (mgr.34102) 1211 : cluster [DBG] pgmap v910: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:39.319110+0000 mgr.smithi115.zzjgkn (mgr.34102) 1212 : cluster [DBG] pgmap v911: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:40.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:39.319110+0000 mgr.smithi115.zzjgkn (mgr.34102) 1212 : cluster [DBG] pgmap v911: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:41.319944+0000 mgr.smithi115.zzjgkn (mgr.34102) 1213 : cluster [DBG] pgmap v912: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:41.319944+0000 mgr.smithi115.zzjgkn (mgr.34102) 1213 : cluster [DBG] pgmap v912: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:43.320387+0000 mgr.smithi115.zzjgkn (mgr.34102) 1214 : cluster [DBG] pgmap v913: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:44.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:43.320387+0000 mgr.smithi115.zzjgkn (mgr.34102) 1214 : cluster [DBG] pgmap v913: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:46.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:45.321288+0000 mgr.smithi115.zzjgkn (mgr.34102) 1215 : cluster [DBG] pgmap v914: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:46.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:45.321288+0000 mgr.smithi115.zzjgkn (mgr.34102) 1215 : cluster [DBG] pgmap v914: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:47.321767+0000 mgr.smithi115.zzjgkn (mgr.34102) 1216 : cluster [DBG] pgmap v915: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:47.321767+0000 mgr.smithi115.zzjgkn (mgr.34102) 1216 : cluster [DBG] pgmap v915: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:50.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:49.322241+0000 mgr.smithi115.zzjgkn (mgr.34102) 1217 : cluster [DBG] pgmap v916: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:49.322241+0000 mgr.smithi115.zzjgkn (mgr.34102) 1217 : cluster [DBG] pgmap v916: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:51.322921+0000 mgr.smithi115.zzjgkn (mgr.34102) 1218 : cluster [DBG] pgmap v917: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:52.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:51.322921+0000 mgr.smithi115.zzjgkn (mgr.34102) 1218 : cluster [DBG] pgmap v917: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:54.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:53.323467+0000 mgr.smithi115.zzjgkn (mgr.34102) 1219 : cluster [DBG] pgmap v918: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:54.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:53.323467+0000 mgr.smithi115.zzjgkn (mgr.34102) 1219 : cluster [DBG] pgmap v918: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:55.324285+0000 mgr.smithi115.zzjgkn (mgr.34102) 1220 : cluster [DBG] pgmap v919: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:55.324285+0000 mgr.smithi115.zzjgkn (mgr.34102) 1220 : cluster [DBG] pgmap v919: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:56:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:57.324726+0000 mgr.smithi115.zzjgkn (mgr.34102) 1221 : cluster [DBG] pgmap v920: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:56:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:56:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:57.324726+0000 mgr.smithi115.zzjgkn (mgr.34102) 1221 : cluster [DBG] pgmap v920: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:00.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:56:59.325195+0000 mgr.smithi115.zzjgkn (mgr.34102) 1222 : cluster [DBG] pgmap v921: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:56:59.325195+0000 mgr.smithi115.zzjgkn (mgr.34102) 1222 : cluster [DBG] pgmap v921: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:01.080 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:57:01.626 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:57:01.626 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (46m) 8m ago 51m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:57:01.626 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (19m) 3m ago 116m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:57:01.626 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (19m) 8m ago 116m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:57:01.626 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (48m) 8m ago 115m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:57:01.626 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (101m) 3m ago 101m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:57:01.626 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (101m) 8m ago 101m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:57:01.626 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (45m) 3m ago 2h 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:57:01.626 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (35m) 8m ago 115m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:57:01.626 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (30m) 3m ago 2h 190M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:57:01.626 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (24m) 8m ago 2h 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:57:01.626 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (51m) 3m ago 51m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:57:01.627 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (51m) 8m ago 51m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:57:01.627 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 93m - - 2024-02-23T01:57:01.627 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 8m ago 91m - - 2024-02-23T01:57:01.627 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (13m) 3m ago 116m 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:57:01.627 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (8m) 3m ago 115m 219M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:57:01.627 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (3m) 3m ago 113m 12.7M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T01:57:01.627 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (113m) 3m ago 113m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:57:01.627 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (111m) 8m ago 111m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:57:01.627 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (111m) 8m ago 111m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:57:01.627 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (110m) 8m ago 110m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:57:01.627 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (110m) 8m ago 110m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:57:01.627 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (51m) 8m ago 51m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:57:01.951 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:57:01.952 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:57:01.953 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:57:01.953 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T01:57:01.953 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:57:01.953 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:57:02.227 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:57:02.227 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:57:02.227 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:57:02.227 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:57:02.227 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:57:02.227 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:57:02.228 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:57:02.228 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:57:02.228 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:57:02.228 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "9/23 daemons upgraded", 2024-02-23T01:57:02.228 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:57:02.228 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:57:02.228 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:57:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.067525+0000 mgr.smithi115.zzjgkn (mgr.34102) 1223 : audit [DBG] from='client.35260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:01.325777+0000 mgr.smithi115.zzjgkn (mgr.34102) 1224 : cluster [DBG] pgmap v922: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.343569+0000 mgr.smithi115.zzjgkn (mgr.34102) 1225 : audit [DBG] from='client.35264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.613114+0000 mgr.smithi115.zzjgkn (mgr.34102) 1226 : audit [DBG] from='client.35268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.614880+0000 mon.smithi115 (mon.0) 1235 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:57:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.615260+0000 mon.smithi115 (mon.0) 1236 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.615535+0000 mon.smithi115 (mon.0) 1237 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.615801+0000 mon.smithi115 (mon.0) 1238 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.616045+0000 mon.smithi115 (mon.0) 1239 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.617922+0000 mon.smithi115 (mon.0) 1240 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:57:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.618210+0000 mon.smithi115 (mon.0) 1241 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.618475+0000 mon.smithi115 (mon.0) 1242 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.618733+0000 mon.smithi115 (mon.0) 1243 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.618987+0000 mon.smithi115 (mon.0) 1244 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:01.950483+0000 mon.smithi115 (mon.0) 1245 : audit [DBG] from='client.? 172.21.15.115:0/1071074064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:57:02.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.067525+0000 mgr.smithi115.zzjgkn (mgr.34102) 1223 : audit [DBG] from='client.35260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:02.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:01.325777+0000 mgr.smithi115.zzjgkn (mgr.34102) 1224 : cluster [DBG] pgmap v922: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.343569+0000 mgr.smithi115.zzjgkn (mgr.34102) 1225 : audit [DBG] from='client.35264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.613114+0000 mgr.smithi115.zzjgkn (mgr.34102) 1226 : audit [DBG] from='client.35268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.614880+0000 mon.smithi115 (mon.0) 1235 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:57:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.615260+0000 mon.smithi115 (mon.0) 1236 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.615535+0000 mon.smithi115 (mon.0) 1237 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.615801+0000 mon.smithi115 (mon.0) 1238 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.616045+0000 mon.smithi115 (mon.0) 1239 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.617922+0000 mon.smithi115 (mon.0) 1240 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:57:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.618210+0000 mon.smithi115 (mon.0) 1241 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.618475+0000 mon.smithi115 (mon.0) 1242 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.618733+0000 mon.smithi115 (mon.0) 1243 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.618987+0000 mon.smithi115 (mon.0) 1244 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:02.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:01.950483+0000 mon.smithi115 (mon.0) 1245 : audit [DBG] from='client.? 172.21.15.115:0/1071074064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:57:03.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:02.225719+0000 mgr.smithi115.zzjgkn (mgr.34102) 1227 : audit [DBG] from='client.35276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:02.225719+0000 mgr.smithi115.zzjgkn (mgr.34102) 1227 : audit [DBG] from='client.35276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:05.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:03.326245+0000 mgr.smithi115.zzjgkn (mgr.34102) 1228 : cluster [DBG] pgmap v923: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:05.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:03.326245+0000 mgr.smithi115.zzjgkn (mgr.34102) 1228 : cluster [DBG] pgmap v923: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:07.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:05.326924+0000 mgr.smithi115.zzjgkn (mgr.34102) 1229 : cluster [DBG] pgmap v924: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:07.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:05.326924+0000 mgr.smithi115.zzjgkn (mgr.34102) 1229 : cluster [DBG] pgmap v924: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:09.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:07.327573+0000 mgr.smithi115.zzjgkn (mgr.34102) 1230 : cluster [DBG] pgmap v925: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:09.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:07.327573+0000 mgr.smithi115.zzjgkn (mgr.34102) 1230 : cluster [DBG] pgmap v925: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:09.328153+0000 mgr.smithi115.zzjgkn (mgr.34102) 1231 : cluster [DBG] pgmap v926: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:09.832958+0000 mon.smithi115 (mon.0) 1246 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-02-23T01:57:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:09.833202+0000 mon.smithi115 (mon.0) 1247 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T01:57:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:09.833404+0000 mon.smithi115 (mon.0) 1248 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T01:57:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:09.833609+0000 mon.smithi115 (mon.0) 1249 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T01:57:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:09.328153+0000 mgr.smithi115.zzjgkn (mgr.34102) 1231 : cluster [DBG] pgmap v926: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:09.832958+0000 mon.smithi115 (mon.0) 1246 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-02-23T01:57:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:09.833202+0000 mon.smithi115 (mon.0) 1247 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T01:57:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:09.833404+0000 mon.smithi115 (mon.0) 1248 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T01:57:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:09.833609+0000 mon.smithi115 (mon.0) 1249 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T01:57:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:11.328947+0000 mgr.smithi115.zzjgkn (mgr.34102) 1232 : cluster [DBG] pgmap v927: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:13.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:11.328947+0000 mgr.smithi115.zzjgkn (mgr.34102) 1232 : cluster [DBG] pgmap v927: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:13.329592+0000 mgr.smithi115.zzjgkn (mgr.34102) 1233 : cluster [DBG] pgmap v928: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:15.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:13.329592+0000 mgr.smithi115.zzjgkn (mgr.34102) 1233 : cluster [DBG] pgmap v928: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:15.330331+0000 mgr.smithi115.zzjgkn (mgr.34102) 1234 : cluster [DBG] pgmap v929: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:15.330331+0000 mgr.smithi115.zzjgkn (mgr.34102) 1234 : cluster [DBG] pgmap v929: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:19.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:17.330798+0000 mgr.smithi115.zzjgkn (mgr.34102) 1235 : cluster [DBG] pgmap v930: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:19.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:17.330798+0000 mgr.smithi115.zzjgkn (mgr.34102) 1235 : cluster [DBG] pgmap v930: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:21.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:19.331303+0000 mgr.smithi115.zzjgkn (mgr.34102) 1236 : cluster [DBG] pgmap v931: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:21.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:19.331303+0000 mgr.smithi115.zzjgkn (mgr.34102) 1236 : cluster [DBG] pgmap v931: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:23.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:21.332169+0000 mgr.smithi115.zzjgkn (mgr.34102) 1237 : cluster [DBG] pgmap v932: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:23.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:21.332169+0000 mgr.smithi115.zzjgkn (mgr.34102) 1237 : cluster [DBG] pgmap v932: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:25.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:23.332638+0000 mgr.smithi115.zzjgkn (mgr.34102) 1238 : cluster [DBG] pgmap v933: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:25.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:23.332638+0000 mgr.smithi115.zzjgkn (mgr.34102) 1238 : cluster [DBG] pgmap v933: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:25.333388+0000 mgr.smithi115.zzjgkn (mgr.34102) 1239 : cluster [DBG] pgmap v934: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:25.333388+0000 mgr.smithi115.zzjgkn (mgr.34102) 1239 : cluster [DBG] pgmap v934: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:27.333966+0000 mgr.smithi115.zzjgkn (mgr.34102) 1240 : cluster [DBG] pgmap v935: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:29.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:27.333966+0000 mgr.smithi115.zzjgkn (mgr.34102) 1240 : cluster [DBG] pgmap v935: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:29.334516+0000 mgr.smithi115.zzjgkn (mgr.34102) 1241 : cluster [DBG] pgmap v936: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:29.334516+0000 mgr.smithi115.zzjgkn (mgr.34102) 1241 : cluster [DBG] pgmap v936: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:32.526 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:57:33.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:31.335156+0000 mgr.smithi115.zzjgkn (mgr.34102) 1242 : cluster [DBG] pgmap v937: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:33.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:31.335156+0000 mgr.smithi115.zzjgkn (mgr.34102) 1242 : cluster [DBG] pgmap v937: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:33.074 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:57:33.074 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (46m) 9m ago 52m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:57:33.074 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (19m) 3m ago 116m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:57:33.074 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (19m) 9m ago 116m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:57:33.074 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (49m) 9m ago 116m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:57:33.074 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (102m) 3m ago 102m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:57:33.074 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (102m) 9m ago 102m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:57:33.074 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (46m) 3m ago 2h 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:57:33.074 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (35m) 9m ago 116m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (30m) 3m ago 2h 190M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (25m) 9m ago 2h 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (51m) 3m ago 51m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (51m) 9m ago 51m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 93m - - 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 9m ago 91m - - 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (14m) 3m ago 116m 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (9m) 3m ago 116m 219M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (4m) 3m ago 114m 12.7M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (113m) 3m ago 113m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (112m) 9m ago 112m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (111m) 9m ago 111m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (111m) 9m ago 111m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:57:33.075 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (111m) 9m ago 111m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:57:33.076 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (52m) 9m ago 52m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:57:33.400 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:57:33.401 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:57:33.401 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:57:33.401 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:57:33.401 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:57:33.401 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:57:33.401 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:57:33.401 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:57:33.401 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T01:57:33.401 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:57:33.401 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:57:33.401 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:57:33.401 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:57:33.402 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:57:33.402 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:57:33.402 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:57:33.402 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T01:57:33.402 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:57:33.402 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:57:33.677 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:57:33.678 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:57:33.678 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:57:33.678 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:57:33.678 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:57:33.678 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:57:33.678 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:57:33.678 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:57:33.678 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:57:33.678 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "9/23 daemons upgraded", 2024-02-23T01:57:33.678 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:57:33.678 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:57:33.678 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:57:33.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:32.513763+0000 mgr.smithi115.zzjgkn (mgr.34102) 1243 : audit [DBG] from='client.35280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:33.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:33.063206+0000 mon.smithi115 (mon.0) 1250 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:57:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:33.063541+0000 mon.smithi115 (mon.0) 1251 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:33.063825+0000 mon.smithi115 (mon.0) 1252 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:33.064078+0000 mon.smithi115 (mon.0) 1253 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:33.064320+0000 mon.smithi115 (mon.0) 1254 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:33.066274+0000 mon.smithi115 (mon.0) 1255 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:57:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:33.066571+0000 mon.smithi115 (mon.0) 1256 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:33.066844+0000 mon.smithi115 (mon.0) 1257 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:33.067097+0000 mon.smithi115 (mon.0) 1258 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:33.067344+0000 mon.smithi115 (mon.0) 1259 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:33.399364+0000 mon.smithi115 (mon.0) 1260 : audit [DBG] from='client.? 172.21.15.115:0/3437903480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:57:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:32.513763+0000 mgr.smithi115.zzjgkn (mgr.34102) 1243 : audit [DBG] from='client.35280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:33.063206+0000 mon.smithi115 (mon.0) 1250 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:57:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:33.063541+0000 mon.smithi115 (mon.0) 1251 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:33.063825+0000 mon.smithi115 (mon.0) 1252 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:33.064078+0000 mon.smithi115 (mon.0) 1253 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:33.064320+0000 mon.smithi115 (mon.0) 1254 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:33.066274+0000 mon.smithi115 (mon.0) 1255 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:57:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:33.066571+0000 mon.smithi115 (mon.0) 1256 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:33.066844+0000 mon.smithi115 (mon.0) 1257 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:33.067097+0000 mon.smithi115 (mon.0) 1258 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:33.067344+0000 mon.smithi115 (mon.0) 1259 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:57:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:33.399364+0000 mon.smithi115 (mon.0) 1260 : audit [DBG] from='client.? 172.21.15.115:0/3437903480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:57:35.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:32.790013+0000 mgr.smithi115.zzjgkn (mgr.34102) 1244 : audit [DBG] from='client.35284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:35.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:33.061410+0000 mgr.smithi115.zzjgkn (mgr.34102) 1245 : audit [DBG] from='client.35288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:35.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:33.335556+0000 mgr.smithi115.zzjgkn (mgr.34102) 1246 : cluster [DBG] pgmap v938: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:35.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:32.790013+0000 mgr.smithi115.zzjgkn (mgr.34102) 1244 : audit [DBG] from='client.35284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:35.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:33.061410+0000 mgr.smithi115.zzjgkn (mgr.34102) 1245 : audit [DBG] from='client.35288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:35.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:33.335556+0000 mgr.smithi115.zzjgkn (mgr.34102) 1246 : cluster [DBG] pgmap v938: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:36.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:57:33.676411+0000 mgr.smithi115.zzjgkn (mgr.34102) 1247 : audit [DBG] from='client.35296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:57:33.676411+0000 mgr.smithi115.zzjgkn (mgr.34102) 1247 : audit [DBG] from='client.35296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:57:37.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:35.336222+0000 mgr.smithi115.zzjgkn (mgr.34102) 1248 : cluster [DBG] pgmap v939: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:37.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:35.336222+0000 mgr.smithi115.zzjgkn (mgr.34102) 1248 : cluster [DBG] pgmap v939: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:39.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:37.336679+0000 mgr.smithi115.zzjgkn (mgr.34102) 1249 : cluster [DBG] pgmap v940: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:39.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:37.336679+0000 mgr.smithi115.zzjgkn (mgr.34102) 1249 : cluster [DBG] pgmap v940: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:41.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:39.337246+0000 mgr.smithi115.zzjgkn (mgr.34102) 1250 : cluster [DBG] pgmap v941: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:41.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:39.337246+0000 mgr.smithi115.zzjgkn (mgr.34102) 1250 : cluster [DBG] pgmap v941: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:43.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:41.338081+0000 mgr.smithi115.zzjgkn (mgr.34102) 1251 : cluster [DBG] pgmap v942: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:43.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:41.338081+0000 mgr.smithi115.zzjgkn (mgr.34102) 1251 : cluster [DBG] pgmap v942: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:45.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:43.338652+0000 mgr.smithi115.zzjgkn (mgr.34102) 1252 : cluster [DBG] pgmap v943: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:45.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:43.338652+0000 mgr.smithi115.zzjgkn (mgr.34102) 1252 : cluster [DBG] pgmap v943: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:47.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:45.339313+0000 mgr.smithi115.zzjgkn (mgr.34102) 1253 : cluster [DBG] pgmap v944: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:47.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:45.339313+0000 mgr.smithi115.zzjgkn (mgr.34102) 1253 : cluster [DBG] pgmap v944: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:49.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:47.339777+0000 mgr.smithi115.zzjgkn (mgr.34102) 1254 : cluster [DBG] pgmap v945: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:49.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:47.339777+0000 mgr.smithi115.zzjgkn (mgr.34102) 1254 : cluster [DBG] pgmap v945: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:51.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:49.340225+0000 mgr.smithi115.zzjgkn (mgr.34102) 1255 : cluster [DBG] pgmap v946: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:51.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:49.340225+0000 mgr.smithi115.zzjgkn (mgr.34102) 1255 : cluster [DBG] pgmap v946: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:53.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:51.340954+0000 mgr.smithi115.zzjgkn (mgr.34102) 1256 : cluster [DBG] pgmap v947: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:53.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:51.340954+0000 mgr.smithi115.zzjgkn (mgr.34102) 1256 : cluster [DBG] pgmap v947: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:55.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:53.341400+0000 mgr.smithi115.zzjgkn (mgr.34102) 1257 : cluster [DBG] pgmap v948: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:55.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:53.341400+0000 mgr.smithi115.zzjgkn (mgr.34102) 1257 : cluster [DBG] pgmap v948: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:55.342276+0000 mgr.smithi115.zzjgkn (mgr.34102) 1258 : cluster [DBG] pgmap v949: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:55.342276+0000 mgr.smithi115.zzjgkn (mgr.34102) 1258 : cluster [DBG] pgmap v949: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:59.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:57:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:57.342739+0000 mgr.smithi115.zzjgkn (mgr.34102) 1259 : cluster [DBG] pgmap v950: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:57:59.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:57:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:57.342739+0000 mgr.smithi115.zzjgkn (mgr.34102) 1259 : cluster [DBG] pgmap v950: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:01.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:57:59.343402+0000 mgr.smithi115.zzjgkn (mgr.34102) 1260 : cluster [DBG] pgmap v951: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:01.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:57:59.343402+0000 mgr.smithi115.zzjgkn (mgr.34102) 1260 : cluster [DBG] pgmap v951: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:03.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:01.344112+0000 mgr.smithi115.zzjgkn (mgr.34102) 1261 : cluster [DBG] pgmap v952: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:01.344112+0000 mgr.smithi115.zzjgkn (mgr.34102) 1261 : cluster [DBG] pgmap v952: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:03.977 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:58:04.520 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:58:04.520 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (47m) 9m ago 52m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:58:04.520 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (20m) 4m ago 117m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:58:04.520 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (20m) 9m ago 117m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:58:04.520 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (49m) 9m ago 116m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:58:04.520 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (102m) 4m ago 102m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:58:04.520 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (102m) 9m ago 102m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:58:04.520 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (46m) 4m ago 2h 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:58:04.520 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (36m) 9m ago 116m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:58:04.520 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (31m) 4m ago 2h 190M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:58:04.520 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (25m) 9m ago 2h 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:58:04.520 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (52m) 4m ago 52m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:58:04.521 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (52m) 9m ago 52m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:58:04.521 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 94m - - 2024-02-23T01:58:04.521 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 9m ago 92m - - 2024-02-23T01:58:04.521 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (15m) 4m ago 117m 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:58:04.521 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (9m) 4m ago 116m 219M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:58:04.521 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (4m) 4m ago 114m 12.7M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T01:58:04.521 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (114m) 4m ago 114m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:58:04.521 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (112m) 9m ago 112m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:58:04.521 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (112m) 9m ago 112m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:58:04.521 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (112m) 9m ago 112m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:58:04.521 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (111m) 9m ago 111m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:58:04.521 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (52m) 9m ago 52m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:58:04.847 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:58:04.847 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:58:04.847 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:58:04.848 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T01:58:04.849 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:58:04.849 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:58:05.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:03.344668+0000 mgr.smithi115.zzjgkn (mgr.34102) 1262 : cluster [DBG] pgmap v953: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:05.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:04.508620+0000 mon.smithi115 (mon.0) 1261 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:58:05.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:04.509024+0000 mon.smithi115 (mon.0) 1262 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:04.509337+0000 mon.smithi115 (mon.0) 1263 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:04.509589+0000 mon.smithi115 (mon.0) 1264 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:04.509913+0000 mon.smithi115 (mon.0) 1265 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:04.511800+0000 mon.smithi115 (mon.0) 1266 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:58:05.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:04.512116+0000 mon.smithi115 (mon.0) 1267 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:04.512386+0000 mon.smithi115 (mon.0) 1268 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:04.512650+0000 mon.smithi115 (mon.0) 1269 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:04.512920+0000 mon.smithi115 (mon.0) 1270 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:03.344668+0000 mgr.smithi115.zzjgkn (mgr.34102) 1262 : cluster [DBG] pgmap v953: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:05.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:04.508620+0000 mon.smithi115 (mon.0) 1261 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:58:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:04.509024+0000 mon.smithi115 (mon.0) 1262 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:04.509337+0000 mon.smithi115 (mon.0) 1263 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:04.509589+0000 mon.smithi115 (mon.0) 1264 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:04.509913+0000 mon.smithi115 (mon.0) 1265 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:04.511800+0000 mon.smithi115 (mon.0) 1266 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:58:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:04.512116+0000 mon.smithi115 (mon.0) 1267 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:04.512386+0000 mon.smithi115 (mon.0) 1268 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:04.512650+0000 mon.smithi115 (mon.0) 1269 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:04.512920+0000 mon.smithi115 (mon.0) 1270 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:05.122 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:58:05.122 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:58:05.123 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:58:05.123 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:58:05.123 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:58:05.123 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:58:05.123 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:58:05.123 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:58:05.123 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:58:05.123 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "9/23 daemons upgraded", 2024-02-23T01:58:05.123 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:58:05.123 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:58:05.123 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:58:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:03.965387+0000 mgr.smithi115.zzjgkn (mgr.34102) 1263 : audit [DBG] from='client.35300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:04.240100+0000 mgr.smithi115.zzjgkn (mgr.34102) 1264 : audit [DBG] from='client.35304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:04.506911+0000 mgr.smithi115.zzjgkn (mgr.34102) 1265 : audit [DBG] from='client.35308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:04.846325+0000 mon.smithi115 (mon.0) 1271 : audit [DBG] from='client.? 172.21.15.115:0/1730550077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:58:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:03.965387+0000 mgr.smithi115.zzjgkn (mgr.34102) 1263 : audit [DBG] from='client.35300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:04.240100+0000 mgr.smithi115.zzjgkn (mgr.34102) 1264 : audit [DBG] from='client.35304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:04.506911+0000 mgr.smithi115.zzjgkn (mgr.34102) 1265 : audit [DBG] from='client.35308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:04.846325+0000 mon.smithi115 (mon.0) 1271 : audit [DBG] from='client.? 172.21.15.115:0/1730550077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:58:07.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:05.121181+0000 mgr.smithi115.zzjgkn (mgr.34102) 1266 : audit [DBG] from='client.35316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:05.345306+0000 mgr.smithi115.zzjgkn (mgr.34102) 1267 : cluster [DBG] pgmap v954: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:07.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:05.121181+0000 mgr.smithi115.zzjgkn (mgr.34102) 1266 : audit [DBG] from='client.35316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:07.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:05.345306+0000 mgr.smithi115.zzjgkn (mgr.34102) 1267 : cluster [DBG] pgmap v954: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:09.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:07.345789+0000 mgr.smithi115.zzjgkn (mgr.34102) 1268 : cluster [DBG] pgmap v955: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:09.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:07.345789+0000 mgr.smithi115.zzjgkn (mgr.34102) 1268 : cluster [DBG] pgmap v955: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:09.346408+0000 mgr.smithi115.zzjgkn (mgr.34102) 1269 : cluster [DBG] pgmap v956: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:09.836906+0000 mon.smithi115 (mon.0) 1272 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-23T01:58:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:09.837197+0000 mon.smithi115 (mon.0) 1273 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:58:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:09.837423+0000 mon.smithi115 (mon.0) 1274 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T01:58:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:09.837651+0000 mon.smithi115 (mon.0) 1275 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T01:58:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:09.346408+0000 mgr.smithi115.zzjgkn (mgr.34102) 1269 : cluster [DBG] pgmap v956: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:09.836906+0000 mon.smithi115 (mon.0) 1272 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-23T01:58:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:09.837197+0000 mon.smithi115 (mon.0) 1273 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T01:58:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:09.837423+0000 mon.smithi115 (mon.0) 1274 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T01:58:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:09.837651+0000 mon.smithi115 (mon.0) 1275 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T01:58:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:11.347379+0000 mgr.smithi115.zzjgkn (mgr.34102) 1270 : cluster [DBG] pgmap v957: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:11.347379+0000 mgr.smithi115.zzjgkn (mgr.34102) 1270 : cluster [DBG] pgmap v957: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:14.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:13.347882+0000 mgr.smithi115.zzjgkn (mgr.34102) 1271 : cluster [DBG] pgmap v958: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:14.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:13.347882+0000 mgr.smithi115.zzjgkn (mgr.34102) 1271 : cluster [DBG] pgmap v958: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:15.348595+0000 mgr.smithi115.zzjgkn (mgr.34102) 1272 : cluster [DBG] pgmap v959: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:15.348595+0000 mgr.smithi115.zzjgkn (mgr.34102) 1272 : cluster [DBG] pgmap v959: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:17.349029+0000 mgr.smithi115.zzjgkn (mgr.34102) 1273 : cluster [DBG] pgmap v960: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:17.349029+0000 mgr.smithi115.zzjgkn (mgr.34102) 1273 : cluster [DBG] pgmap v960: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:20.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:19.349543+0000 mgr.smithi115.zzjgkn (mgr.34102) 1274 : cluster [DBG] pgmap v961: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:20.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:19.349543+0000 mgr.smithi115.zzjgkn (mgr.34102) 1274 : cluster [DBG] pgmap v961: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:22.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:21.350275+0000 mgr.smithi115.zzjgkn (mgr.34102) 1275 : cluster [DBG] pgmap v962: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:21.350275+0000 mgr.smithi115.zzjgkn (mgr.34102) 1275 : cluster [DBG] pgmap v962: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:23.350729+0000 mgr.smithi115.zzjgkn (mgr.34102) 1276 : cluster [DBG] pgmap v963: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:23.350729+0000 mgr.smithi115.zzjgkn (mgr.34102) 1276 : cluster [DBG] pgmap v963: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:26.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:25.351573+0000 mgr.smithi115.zzjgkn (mgr.34102) 1277 : cluster [DBG] pgmap v964: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:26.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:25.351573+0000 mgr.smithi115.zzjgkn (mgr.34102) 1277 : cluster [DBG] pgmap v964: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:27.352103+0000 mgr.smithi115.zzjgkn (mgr.34102) 1278 : cluster [DBG] pgmap v965: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:27.352103+0000 mgr.smithi115.zzjgkn (mgr.34102) 1278 : cluster [DBG] pgmap v965: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:30.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:29.352570+0000 mgr.smithi115.zzjgkn (mgr.34102) 1279 : cluster [DBG] pgmap v966: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:29.352570+0000 mgr.smithi115.zzjgkn (mgr.34102) 1279 : cluster [DBG] pgmap v966: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:32.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:31.353269+0000 mgr.smithi115.zzjgkn (mgr.34102) 1280 : cluster [DBG] pgmap v967: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:32.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:31.353269+0000 mgr.smithi115.zzjgkn (mgr.34102) 1280 : cluster [DBG] pgmap v967: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:34.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:33.353795+0000 mgr.smithi115.zzjgkn (mgr.34102) 1281 : cluster [DBG] pgmap v968: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:34.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:33.353795+0000 mgr.smithi115.zzjgkn (mgr.34102) 1281 : cluster [DBG] pgmap v968: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:35.421 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:58:35.973 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:58:35.973 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (47m) 10m ago 53m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:58:35.973 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (20m) 5m ago 117m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:58:35.974 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (20m) 10m ago 117m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:58:35.974 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (50m) 10m ago 117m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:58:35.974 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (103m) 5m ago 103m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:58:35.974 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (103m) 10m ago 103m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:58:35.974 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (47m) 5m ago 2h 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:58:35.974 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (36m) 10m ago 117m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:58:35.975 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (31m) 5m ago 2h 190M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:58:35.975 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (26m) 10m ago 2h 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:58:35.975 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (53m) 5m ago 53m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:58:35.975 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (52m) 10m ago 52m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:58:35.975 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 94m - - 2024-02-23T01:58:35.975 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 10m ago 92m - - 2024-02-23T01:58:35.975 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (15m) 5m ago 117m 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:58:35.975 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (10m) 5m ago 117m 219M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:58:35.975 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (5m) 5m ago 115m 12.7M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T01:58:35.975 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (114m) 5m ago 114m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:58:35.976 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (113m) 10m ago 113m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:58:35.976 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (112m) 10m ago 112m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:58:35.976 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (112m) 10m ago 112m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:58:35.976 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (112m) 10m ago 112m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:58:35.976 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (53m) 10m ago 53m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:58:36.300 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:58:36.300 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:58:36.300 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:58:36.300 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:58:36.300 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:58:36.300 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:58:36.300 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:58:36.301 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:58:36.301 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T01:58:36.301 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:58:36.301 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:58:36.301 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:58:36.301 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:58:36.301 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:58:36.301 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:58:36.301 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:58:36.301 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T01:58:36.301 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:58:36.301 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:58:36.576 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:58:36.576 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:58:36.576 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:58:36.576 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:58:36.576 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:58:36.576 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:58:36.576 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:58:36.576 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:58:36.577 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:58:36.577 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "9/23 daemons upgraded", 2024-02-23T01:58:36.577 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:58:36.577 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:58:36.577 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:58:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:35.354393+0000 mgr.smithi115.zzjgkn (mgr.34102) 1282 : cluster [DBG] pgmap v969: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:35.409880+0000 mgr.smithi115.zzjgkn (mgr.34102) 1283 : audit [DBG] from='client.35320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:35.962243+0000 mon.smithi115 (mon.0) 1276 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:58:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:35.962594+0000 mon.smithi115 (mon.0) 1277 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:35.962884+0000 mon.smithi115 (mon.0) 1278 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:35.963136+0000 mon.smithi115 (mon.0) 1279 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:35.963374+0000 mon.smithi115 (mon.0) 1280 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:35.965217+0000 mon.smithi115 (mon.0) 1281 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:58:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:35.965503+0000 mon.smithi115 (mon.0) 1282 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:35.965772+0000 mon.smithi115 (mon.0) 1283 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:35.966009+0000 mon.smithi115 (mon.0) 1284 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:35.966253+0000 mon.smithi115 (mon.0) 1285 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:36.299037+0000 mon.smithi115 (mon.0) 1286 : audit [DBG] from='client.? 172.21.15.115:0/2706303899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:58:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:35.354393+0000 mgr.smithi115.zzjgkn (mgr.34102) 1282 : cluster [DBG] pgmap v969: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:35.409880+0000 mgr.smithi115.zzjgkn (mgr.34102) 1283 : audit [DBG] from='client.35320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:35.962243+0000 mon.smithi115 (mon.0) 1276 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:58:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:35.962594+0000 mon.smithi115 (mon.0) 1277 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:35.962884+0000 mon.smithi115 (mon.0) 1278 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:35.963136+0000 mon.smithi115 (mon.0) 1279 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:35.963374+0000 mon.smithi115 (mon.0) 1280 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:35.965217+0000 mon.smithi115 (mon.0) 1281 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:58:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:35.965503+0000 mon.smithi115 (mon.0) 1282 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:35.965772+0000 mon.smithi115 (mon.0) 1283 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:35.966009+0000 mon.smithi115 (mon.0) 1284 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:35.966253+0000 mon.smithi115 (mon.0) 1285 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:58:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:36.299037+0000 mon.smithi115 (mon.0) 1286 : audit [DBG] from='client.? 172.21.15.115:0/2706303899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:58:37.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:35.690778+0000 mgr.smithi115.zzjgkn (mgr.34102) 1284 : audit [DBG] from='client.35324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:35.960443+0000 mgr.smithi115.zzjgkn (mgr.34102) 1285 : audit [DBG] from='client.35328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:58:36.574777+0000 mgr.smithi115.zzjgkn (mgr.34102) 1286 : audit [DBG] from='client.35336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:35.690778+0000 mgr.smithi115.zzjgkn (mgr.34102) 1284 : audit [DBG] from='client.35324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:35.960443+0000 mgr.smithi115.zzjgkn (mgr.34102) 1285 : audit [DBG] from='client.35328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:58:36.574777+0000 mgr.smithi115.zzjgkn (mgr.34102) 1286 : audit [DBG] from='client.35336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:58:38.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:37.354952+0000 mgr.smithi115.zzjgkn (mgr.34102) 1287 : cluster [DBG] pgmap v970: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:38.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:37.354952+0000 mgr.smithi115.zzjgkn (mgr.34102) 1287 : cluster [DBG] pgmap v970: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:40.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:39.355523+0000 mgr.smithi115.zzjgkn (mgr.34102) 1288 : cluster [DBG] pgmap v971: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:40.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:39.355523+0000 mgr.smithi115.zzjgkn (mgr.34102) 1288 : cluster [DBG] pgmap v971: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:42.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:41.356223+0000 mgr.smithi115.zzjgkn (mgr.34102) 1289 : cluster [DBG] pgmap v972: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:41.356223+0000 mgr.smithi115.zzjgkn (mgr.34102) 1289 : cluster [DBG] pgmap v972: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:44.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:43.356873+0000 mgr.smithi115.zzjgkn (mgr.34102) 1290 : cluster [DBG] pgmap v973: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:44.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:43.356873+0000 mgr.smithi115.zzjgkn (mgr.34102) 1290 : cluster [DBG] pgmap v973: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:46.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:45.357534+0000 mgr.smithi115.zzjgkn (mgr.34102) 1291 : cluster [DBG] pgmap v974: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:46.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:45.357534+0000 mgr.smithi115.zzjgkn (mgr.34102) 1291 : cluster [DBG] pgmap v974: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:47.358007+0000 mgr.smithi115.zzjgkn (mgr.34102) 1292 : cluster [DBG] pgmap v975: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:47.358007+0000 mgr.smithi115.zzjgkn (mgr.34102) 1292 : cluster [DBG] pgmap v975: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:50.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:49.358459+0000 mgr.smithi115.zzjgkn (mgr.34102) 1293 : cluster [DBG] pgmap v976: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:49.358459+0000 mgr.smithi115.zzjgkn (mgr.34102) 1293 : cluster [DBG] pgmap v976: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:52.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:51.359133+0000 mgr.smithi115.zzjgkn (mgr.34102) 1294 : cluster [DBG] pgmap v977: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:52.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:51.359133+0000 mgr.smithi115.zzjgkn (mgr.34102) 1294 : cluster [DBG] pgmap v977: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:54.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:53.359594+0000 mgr.smithi115.zzjgkn (mgr.34102) 1295 : cluster [DBG] pgmap v978: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:54.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:53.359594+0000 mgr.smithi115.zzjgkn (mgr.34102) 1295 : cluster [DBG] pgmap v978: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:55.360412+0000 mgr.smithi115.zzjgkn (mgr.34102) 1296 : cluster [DBG] pgmap v979: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:55.360412+0000 mgr.smithi115.zzjgkn (mgr.34102) 1296 : cluster [DBG] pgmap v979: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:58:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:57.360936+0000 mgr.smithi115.zzjgkn (mgr.34102) 1297 : cluster [DBG] pgmap v980: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:58:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:58:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:57.360936+0000 mgr.smithi115.zzjgkn (mgr.34102) 1297 : cluster [DBG] pgmap v980: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:00.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:58:59.361390+0000 mgr.smithi115.zzjgkn (mgr.34102) 1298 : cluster [DBG] pgmap v981: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:58:59.361390+0000 mgr.smithi115.zzjgkn (mgr.34102) 1298 : cluster [DBG] pgmap v981: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:01.362227+0000 mgr.smithi115.zzjgkn (mgr.34102) 1299 : cluster [DBG] pgmap v982: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:02.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:01.362227+0000 mgr.smithi115.zzjgkn (mgr.34102) 1299 : cluster [DBG] pgmap v982: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:04.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:03.362708+0000 mgr.smithi115.zzjgkn (mgr.34102) 1300 : cluster [DBG] pgmap v983: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:04.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:03.362708+0000 mgr.smithi115.zzjgkn (mgr.34102) 1300 : cluster [DBG] pgmap v983: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:06.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:05.363407+0000 mgr.smithi115.zzjgkn (mgr.34102) 1301 : cluster [DBG] pgmap v984: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:06.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:05.363407+0000 mgr.smithi115.zzjgkn (mgr.34102) 1301 : cluster [DBG] pgmap v984: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:06.870 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:59:07.414 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:59:07.414 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (48m) 10m ago 53m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:59:07.414 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (21m) 5m ago 118m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:59:07.414 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (21m) 10m ago 118m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:59:07.414 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (50m) 10m ago 117m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:59:07.414 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (103m) 5m ago 103m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:59:07.414 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (103m) 10m ago 103m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:59:07.414 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (47m) 5m ago 2h 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (37m) 10m ago 117m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (32m) 5m ago 2h 190M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (26m) 10m ago 2h 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (53m) 5m ago 53m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (53m) 10m ago 53m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 95m - - 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 10m ago 93m - - 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (16m) 5m ago 118m 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (10m) 5m ago 117m 219M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (5m) 5m ago 115m 12.7M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (115m) 5m ago 115m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (113m) 10m ago 113m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (113m) 10m ago 113m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:59:07.415 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (113m) 10m ago 113m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:59:07.416 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (112m) 10m ago 112m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:59:07.416 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (53m) 10m ago 53m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:59:07.744 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:59:07.744 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:59:07.744 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:59:07.744 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:59:07.744 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:59:07.744 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:59:07.744 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:59:07.744 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:59:07.744 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T01:59:07.744 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:59:07.744 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:59:07.744 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:59:07.745 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:59:07.745 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:59:07.745 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:59:07.745 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:59:07.745 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T01:59:07.745 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:59:07.745 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:59:07.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:07.402837+0000 mon.smithi115 (mon.0) 1287 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:59:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:07.403278+0000 mon.smithi115 (mon.0) 1288 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:07.403649+0000 mon.smithi115 (mon.0) 1289 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:07.403961+0000 mon.smithi115 (mon.0) 1290 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:07.404244+0000 mon.smithi115 (mon.0) 1291 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:07.406204+0000 mon.smithi115 (mon.0) 1292 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:59:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:07.406512+0000 mon.smithi115 (mon.0) 1293 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:07.406809+0000 mon.smithi115 (mon.0) 1294 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:07.407087+0000 mon.smithi115 (mon.0) 1295 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:07.407350+0000 mon.smithi115 (mon.0) 1296 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:07.402837+0000 mon.smithi115 (mon.0) 1287 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:59:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:07.403278+0000 mon.smithi115 (mon.0) 1288 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:07.403649+0000 mon.smithi115 (mon.0) 1289 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:07.403961+0000 mon.smithi115 (mon.0) 1290 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:07.404244+0000 mon.smithi115 (mon.0) 1291 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:07.406204+0000 mon.smithi115 (mon.0) 1292 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:59:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:07.406512+0000 mon.smithi115 (mon.0) 1293 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:07.406809+0000 mon.smithi115 (mon.0) 1294 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:07.407087+0000 mon.smithi115 (mon.0) 1295 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:07.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:07.407350+0000 mon.smithi115 (mon.0) 1296 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:08.020 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:59:08.020 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:59:08.020 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:59:08.020 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:59:08.021 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:59:08.021 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:59:08.021 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:59:08.021 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:59:08.021 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:59:08.021 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "9/23 daemons upgraded", 2024-02-23T01:59:08.021 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:59:08.021 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:59:08.021 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:59:08.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:06.858810+0000 mgr.smithi115.zzjgkn (mgr.34102) 1302 : audit [DBG] from='client.35340 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:07.132206+0000 mgr.smithi115.zzjgkn (mgr.34102) 1303 : audit [DBG] from='client.35344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:07.363865+0000 mgr.smithi115.zzjgkn (mgr.34102) 1304 : cluster [DBG] pgmap v985: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:07.401075+0000 mgr.smithi115.zzjgkn (mgr.34102) 1305 : audit [DBG] from='client.35348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:07.742731+0000 mon.smithi115 (mon.0) 1297 : audit [DBG] from='client.? 172.21.15.115:0/3238676610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:59:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:06.858810+0000 mgr.smithi115.zzjgkn (mgr.34102) 1302 : audit [DBG] from='client.35340 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:07.132206+0000 mgr.smithi115.zzjgkn (mgr.34102) 1303 : audit [DBG] from='client.35344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:07.363865+0000 mgr.smithi115.zzjgkn (mgr.34102) 1304 : cluster [DBG] pgmap v985: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:07.401075+0000 mgr.smithi115.zzjgkn (mgr.34102) 1305 : audit [DBG] from='client.35348 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:07.742731+0000 mon.smithi115 (mon.0) 1297 : audit [DBG] from='client.? 172.21.15.115:0/3238676610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:59:09.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:08.018859+0000 mgr.smithi115.zzjgkn (mgr.34102) 1306 : audit [DBG] from='client.35356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:09.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:08.018859+0000 mgr.smithi115.zzjgkn (mgr.34102) 1306 : audit [DBG] from='client.35356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:09.364336+0000 mgr.smithi115.zzjgkn (mgr.34102) 1307 : cluster [DBG] pgmap v986: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:09.840822+0000 mon.smithi115 (mon.0) 1298 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-02-23T01:59:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:09.841137+0000 mon.smithi115 (mon.0) 1299 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T01:59:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:09.841409+0000 mon.smithi115 (mon.0) 1300 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T01:59:10.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:09.841676+0000 mon.smithi115 (mon.0) 1301 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T01:59:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:09.364336+0000 mgr.smithi115.zzjgkn (mgr.34102) 1307 : cluster [DBG] pgmap v986: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:09.840822+0000 mon.smithi115 (mon.0) 1298 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-02-23T01:59:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:09.841137+0000 mon.smithi115 (mon.0) 1299 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T01:59:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:09.841409+0000 mon.smithi115 (mon.0) 1300 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T01:59:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:09.841676+0000 mon.smithi115 (mon.0) 1301 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T01:59:12.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:11.365140+0000 mgr.smithi115.zzjgkn (mgr.34102) 1308 : cluster [DBG] pgmap v987: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:13.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:11.365140+0000 mgr.smithi115.zzjgkn (mgr.34102) 1308 : cluster [DBG] pgmap v987: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:14.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:13.365690+0000 mgr.smithi115.zzjgkn (mgr.34102) 1309 : cluster [DBG] pgmap v988: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:15.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:13.365690+0000 mgr.smithi115.zzjgkn (mgr.34102) 1309 : cluster [DBG] pgmap v988: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:15.366548+0000 mgr.smithi115.zzjgkn (mgr.34102) 1310 : cluster [DBG] pgmap v989: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:15.366548+0000 mgr.smithi115.zzjgkn (mgr.34102) 1310 : cluster [DBG] pgmap v989: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:19.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:17.366991+0000 mgr.smithi115.zzjgkn (mgr.34102) 1311 : cluster [DBG] pgmap v990: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:19.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:17.366991+0000 mgr.smithi115.zzjgkn (mgr.34102) 1311 : cluster [DBG] pgmap v990: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:21.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:19.367582+0000 mgr.smithi115.zzjgkn (mgr.34102) 1312 : cluster [DBG] pgmap v991: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:21.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:19.367582+0000 mgr.smithi115.zzjgkn (mgr.34102) 1312 : cluster [DBG] pgmap v991: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:21.368218+0000 mgr.smithi115.zzjgkn (mgr.34102) 1313 : cluster [DBG] pgmap v992: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:23.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:21.368218+0000 mgr.smithi115.zzjgkn (mgr.34102) 1313 : cluster [DBG] pgmap v992: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:25.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:23.368717+0000 mgr.smithi115.zzjgkn (mgr.34102) 1314 : cluster [DBG] pgmap v993: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:25.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:23.368717+0000 mgr.smithi115.zzjgkn (mgr.34102) 1314 : cluster [DBG] pgmap v993: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:25.369473+0000 mgr.smithi115.zzjgkn (mgr.34102) 1315 : cluster [DBG] pgmap v994: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:25.369473+0000 mgr.smithi115.zzjgkn (mgr.34102) 1315 : cluster [DBG] pgmap v994: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:27.369980+0000 mgr.smithi115.zzjgkn (mgr.34102) 1316 : cluster [DBG] pgmap v995: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:29.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:27.369980+0000 mgr.smithi115.zzjgkn (mgr.34102) 1316 : cluster [DBG] pgmap v995: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:31.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:29.370536+0000 mgr.smithi115.zzjgkn (mgr.34102) 1317 : cluster [DBG] pgmap v996: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:29.370536+0000 mgr.smithi115.zzjgkn (mgr.34102) 1317 : cluster [DBG] pgmap v996: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:33.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:31.371169+0000 mgr.smithi115.zzjgkn (mgr.34102) 1318 : cluster [DBG] pgmap v997: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:33.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:31.371169+0000 mgr.smithi115.zzjgkn (mgr.34102) 1318 : cluster [DBG] pgmap v997: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:35.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:33.371801+0000 mgr.smithi115.zzjgkn (mgr.34102) 1319 : cluster [DBG] pgmap v998: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:35.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:33.371801+0000 mgr.smithi115.zzjgkn (mgr.34102) 1319 : cluster [DBG] pgmap v998: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:35.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:35.082760+0000 mon.smithi115 (mon.0) 1302 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:59:35.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:35.085476+0000 mon.smithi115 (mon.0) 1303 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:59:35.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:35.086965+0000 mon.smithi115 (mon.0) 1304 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:59:35.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:35.088393+0000 mon.smithi115 (mon.0) 1305 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:59:35.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:35.089867+0000 mon.smithi115 (mon.0) 1306 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-23T01:59:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:35.082760+0000 mon.smithi115 (mon.0) 1302 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:59:36.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:35.085476+0000 mon.smithi115 (mon.0) 1303 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:59:36.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:35.086965+0000 mon.smithi115 (mon.0) 1304 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:59:36.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:35.088393+0000 mon.smithi115 (mon.0) 1305 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:59:36.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:35.089867+0000 mon.smithi115 (mon.0) 1306 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-23T01:59:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:59:35.080507+0000 mgr.smithi115.zzjgkn (mgr.34102) 1320 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:59:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:59:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:59:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:59:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:59:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:59:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:59:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:59:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:59:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T01:59:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:35.090058+0000 mgr.smithi115.zzjgkn (mgr.34102) 1321 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-23T01:59:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:59:35.091090+0000 mgr.smithi115.zzjgkn (mgr.34102) 1322 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-23T01:59:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:35.372508+0000 mgr.smithi115.zzjgkn (mgr.34102) 1323 : cluster [DBG] pgmap v999: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:36.464489+0000 mon.smithi115 (mon.0) 1307 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:36.465084+0000 mon.smithi115 (mon.0) 1308 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-23T01:59:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:36.465575+0000 mon.smithi115 (mon.0) 1309 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:59:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:36.466938+0000 mon.smithi115 (mon.0) 1310 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-23T01:59:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:59:35.080507+0000 mgr.smithi115.zzjgkn (mgr.34102) 1320 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:59:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:59:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:59:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:59:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:59:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:59:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:59:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:59:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:59:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:59:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:59:37.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:59:37.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:59:37.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:59:37.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:59:37.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:59:37.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:59:37.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:59:37.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:59:37.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:59:37.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:59:37.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:59:37.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:59:37.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T01:59:37.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T01:59:37.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T01:59:37.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:35.090058+0000 mgr.smithi115.zzjgkn (mgr.34102) 1321 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-23T01:59:37.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:59:35.091090+0000 mgr.smithi115.zzjgkn (mgr.34102) 1322 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-23T01:59:37.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:35.372508+0000 mgr.smithi115.zzjgkn (mgr.34102) 1323 : cluster [DBG] pgmap v999: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:37.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:36.464489+0000 mon.smithi115 (mon.0) 1307 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:37.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:36.465084+0000 mon.smithi115 (mon.0) 1308 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-23T01:59:37.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:36.465575+0000 mon.smithi115 (mon.0) 1309 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:59:37.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:36.466938+0000 mon.smithi115 (mon.0) 1310 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-23T01:59:37.967 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:59:36.460364+0000 mgr.smithi115.zzjgkn (mgr.34102) 1324 : cephadm [INF] Upgrade: Updating osd.3 2024-02-23T01:59:37.968 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:59:36.466604+0000 mgr.smithi115.zzjgkn (mgr.34102) 1325 : cephadm [INF] Deploying daemon osd.3 on smithi115 2024-02-23T01:59:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:59:36.460364+0000 mgr.smithi115.zzjgkn (mgr.34102) 1324 : cephadm [INF] Upgrade: Updating osd.3 2024-02-23T01:59:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:59:36.466604+0000 mgr.smithi115.zzjgkn (mgr.34102) 1325 : cephadm [INF] Deploying daemon osd.3 on smithi115 2024-02-23T01:59:38.317 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T01:59:38.877 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T01:59:38.877 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (48m) 11m ago 54m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T01:59:38.877 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (21m) 6m ago 118m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T01:59:38.877 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (21m) 11m ago 118m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T01:59:38.877 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (51m) 11m ago 118m 37.4M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T01:59:38.877 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (104m) 6m ago 104m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T01:59:38.877 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (104m) 11m ago 104m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T01:59:38.877 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (48m) 6m ago 2h 445M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T01:59:38.877 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (37m) 11m ago 118m 392M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T01:59:38.877 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (32m) 6m ago 2h 190M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T01:59:38.877 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (27m) 11m ago 2h 84.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T01:59:38.877 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (54m) 6m ago 54m 97.9M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T01:59:38.878 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (53m) 11m ago 53m 90.6M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T01:59:38.878 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 6m ago 96m - - 2024-02-23T01:59:38.878 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 11m ago 93m - - 2024-02-23T01:59:38.878 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (16m) 6m ago 118m 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T01:59:38.878 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (11m) 6m ago 118m 219M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T01:59:38.878 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (6m) 6m ago 116m 12.7M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T01:59:38.878 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (115m) 6m ago 115m 278M 4096M 15.2.13 2cf504fded39 0c1e5d45f884 2024-02-23T01:59:38.878 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (114m) 11m ago 114m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T01:59:38.878 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (113m) 11m ago 113m 342M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T01:59:38.878 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (113m) 11m ago 113m 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T01:59:38.878 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (113m) 11m ago 113m 483M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T01:59:38.878 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (54m) 11m ago 54m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T01:59:38.927 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:37.372921+0000 mgr.smithi115.zzjgkn (mgr.34102) 1326 : cluster [DBG] pgmap v1000: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:39.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:37.372921+0000 mgr.smithi115.zzjgkn (mgr.34102) 1326 : cluster [DBG] pgmap v1000: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:39.209 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:59:39.209 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T01:59:39.209 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T01:59:39.210 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T01:59:39.211 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:59:39.506 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T01:59:39.507 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T01:59:39.507 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T01:59:39.507 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T01:59:39.507 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T01:59:39.507 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T01:59:39.507 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T01:59:39.507 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T01:59:39.507 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T01:59:39.507 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "9/23 daemons upgraded", 2024-02-23T01:59:39.507 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T01:59:39.507 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T01:59:39.507 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T01:59:39.525 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:39 smithi115 systemd[1]: Stopping Ceph osd.3 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T01:59:39.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:38.305055+0000 mgr.smithi115.zzjgkn (mgr.34102) 1327 : audit [DBG] from='client.35360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:39.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:38.588911+0000 mgr.smithi115.zzjgkn (mgr.34102) 1328 : audit [DBG] from='client.35364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:39.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:38.866020+0000 mon.smithi115 (mon.0) 1311 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:59:39.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:38.866350+0000 mon.smithi115 (mon.0) 1312 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:39.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:38.866628+0000 mon.smithi115 (mon.0) 1313 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:39.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:38.866893+0000 mon.smithi115 (mon.0) 1314 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:39.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:38.867130+0000 mon.smithi115 (mon.0) 1315 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:39.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:38.868963+0000 mon.smithi115 (mon.0) 1316 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:59:39.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:38.869244+0000 mon.smithi115 (mon.0) 1317 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:39.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:38.869510+0000 mon.smithi115 (mon.0) 1318 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:39.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:38.869776+0000 mon.smithi115 (mon.0) 1319 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:39.858 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:38.870028+0000 mon.smithi115 (mon.0) 1320 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:39.859 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:39.208192+0000 mon.smithi115 (mon.0) 1321 : audit [DBG] from='client.? 172.21.15.115:0/3359679501' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:59:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:38.305055+0000 mgr.smithi115.zzjgkn (mgr.34102) 1327 : audit [DBG] from='client.35360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:40.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:38.588911+0000 mgr.smithi115.zzjgkn (mgr.34102) 1328 : audit [DBG] from='client.35364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:40.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:38.866020+0000 mon.smithi115 (mon.0) 1311 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T01:59:40.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:38.866350+0000 mon.smithi115 (mon.0) 1312 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:40.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:38.866628+0000 mon.smithi115 (mon.0) 1313 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:40.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:38.866893+0000 mon.smithi115 (mon.0) 1314 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:40.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:38.867130+0000 mon.smithi115 (mon.0) 1315 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:40.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:38.868963+0000 mon.smithi115 (mon.0) 1316 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T01:59:40.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:38.869244+0000 mon.smithi115 (mon.0) 1317 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:40.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:38.869510+0000 mon.smithi115 (mon.0) 1318 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:40.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:38.869776+0000 mon.smithi115 (mon.0) 1319 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:40.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:38.870028+0000 mon.smithi115 (mon.0) 1320 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:40.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:39.208192+0000 mon.smithi115 (mon.0) 1321 : audit [DBG] from='client.? 172.21.15.115:0/3359679501' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T01:59:40.275 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:39 smithi115 bash[140205]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.3 2024-02-23T01:59:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:38.864209+0000 mgr.smithi115.zzjgkn (mgr.34102) 1329 : audit [DBG] from='client.35368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.373405+0000 mgr.smithi115.zzjgkn (mgr.34102) 1330 : cluster [DBG] pgmap v1001: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:39.504329+0000 mgr.smithi115.zzjgkn (mgr.34102) 1331 : audit [DBG] from='client.35376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.799965+0000 mon.smithi115 (mon.0) 1322 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-23T01:59:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.800000+0000 mon.smithi115 (mon.0) 1323 : cluster [INF] osd.3 failed (root=default,host=smithi115) (connection refused reported by osd.0) 2024-02-23T01:59:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.800221+0000 mon.smithi115 (mon.0) 1324 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-23T01:59:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.800349+0000 mon.smithi115 (mon.0) 1325 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-23T01:59:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.800481+0000 mon.smithi115 (mon.0) 1326 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-23T01:59:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.800600+0000 mon.smithi115 (mon.0) 1327 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-23T01:59:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.800748+0000 mon.smithi115 (mon.0) 1328 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-23T01:59:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.800863+0000 mon.smithi115 (mon.0) 1329 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.800994+0000 mon.smithi115 (mon.0) 1330 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.801115+0000 mon.smithi115 (mon.0) 1331 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.801226+0000 mon.smithi115 (mon.0) 1332 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.801345+0000 mon.smithi115 (mon.0) 1333 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.801459+0000 mon.smithi115 (mon.0) 1334 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.801575+0000 mon.smithi115 (mon.0) 1335 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.801719+0000 mon.smithi115 (mon.0) 1336 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.801836+0000 mon.smithi115 (mon.0) 1337 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.801954+0000 mon.smithi115 (mon.0) 1338 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.802069+0000 mon.smithi115 (mon.0) 1339 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:39.802192+0000 mon.smithi115 (mon.0) 1340 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.201042+0000 mon.smithi115 (mon.0) 1341 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.201132+0000 mon.smithi115 (mon.0) 1342 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-23T01:59:41.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.201260+0000 mon.smithi115 (mon.0) 1343 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-23T01:59:41.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.201305+0000 mon.smithi115 (mon.0) 1344 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-23T01:59:41.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.201406+0000 mon.smithi115 (mon.0) 1345 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-23T01:59:41.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.201446+0000 mon.smithi115 (mon.0) 1346 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-23T01:59:41.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.201542+0000 mon.smithi115 (mon.0) 1347 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-23T01:59:41.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.201667+0000 mon.smithi115 (mon.0) 1348 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-23T01:59:41.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.201795+0000 mon.smithi115 (mon.0) 1349 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-23T01:59:41.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.201914+0000 mon.smithi115 (mon.0) 1350 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-23T01:59:41.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.202029+0000 mon.smithi115 (mon.0) 1351 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-23T01:59:41.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.202148+0000 mon.smithi115 (mon.0) 1352 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-23T01:59:41.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.202264+0000 mon.smithi115 (mon.0) 1353 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-23T01:59:41.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.202378+0000 mon.smithi115 (mon.0) 1354 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-23T01:59:41.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.202495+0000 mon.smithi115 (mon.0) 1355 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-23T01:59:41.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.202624+0000 mon.smithi115 (mon.0) 1356 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-23T01:59:41.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.202743+0000 mon.smithi115 (mon.0) 1357 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-23T01:59:41.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.202860+0000 mon.smithi115 (mon.0) 1358 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-23T01:59:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:38.864209+0000 mgr.smithi115.zzjgkn (mgr.34102) 1329 : audit [DBG] from='client.35368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.373405+0000 mgr.smithi115.zzjgkn (mgr.34102) 1330 : cluster [DBG] pgmap v1001: 129 pgs: 129 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:39.504329+0000 mgr.smithi115.zzjgkn (mgr.34102) 1331 : audit [DBG] from='client.35376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.799965+0000 mon.smithi115 (mon.0) 1322 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.800000+0000 mon.smithi115 (mon.0) 1323 : cluster [INF] osd.3 failed (root=default,host=smithi115) (connection refused reported by osd.0) 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.800221+0000 mon.smithi115 (mon.0) 1324 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.800349+0000 mon.smithi115 (mon.0) 1325 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.800481+0000 mon.smithi115 (mon.0) 1326 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.800600+0000 mon.smithi115 (mon.0) 1327 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.800748+0000 mon.smithi115 (mon.0) 1328 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.800863+0000 mon.smithi115 (mon.0) 1329 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.800994+0000 mon.smithi115 (mon.0) 1330 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.801115+0000 mon.smithi115 (mon.0) 1331 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.801226+0000 mon.smithi115 (mon.0) 1332 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.801345+0000 mon.smithi115 (mon.0) 1333 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.801459+0000 mon.smithi115 (mon.0) 1334 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.801575+0000 mon.smithi115 (mon.0) 1335 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-23T01:59:41.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.801719+0000 mon.smithi115 (mon.0) 1336 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.801836+0000 mon.smithi115 (mon.0) 1337 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.801954+0000 mon.smithi115 (mon.0) 1338 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.802069+0000 mon.smithi115 (mon.0) 1339 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:39.802192+0000 mon.smithi115 (mon.0) 1340 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.201042+0000 mon.smithi115 (mon.0) 1341 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.201132+0000 mon.smithi115 (mon.0) 1342 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.201260+0000 mon.smithi115 (mon.0) 1343 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.201305+0000 mon.smithi115 (mon.0) 1344 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.201406+0000 mon.smithi115 (mon.0) 1345 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.201446+0000 mon.smithi115 (mon.0) 1346 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.201542+0000 mon.smithi115 (mon.0) 1347 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.201667+0000 mon.smithi115 (mon.0) 1348 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.201795+0000 mon.smithi115 (mon.0) 1349 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-23T01:59:41.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.201914+0000 mon.smithi115 (mon.0) 1350 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-23T01:59:41.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.202029+0000 mon.smithi115 (mon.0) 1351 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-23T01:59:41.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.202148+0000 mon.smithi115 (mon.0) 1352 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-23T01:59:41.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.202264+0000 mon.smithi115 (mon.0) 1353 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-23T01:59:41.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.202378+0000 mon.smithi115 (mon.0) 1354 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-23T01:59:41.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.202495+0000 mon.smithi115 (mon.0) 1355 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-23T01:59:41.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.202624+0000 mon.smithi115 (mon.0) 1356 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-23T01:59:41.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.202743+0000 mon.smithi115 (mon.0) 1357 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-23T01:59:41.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.202860+0000 mon.smithi115 (mon.0) 1358 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-23T01:59:41.817 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.588501+0000 mon.smithi115 (mon.0) 1359 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T01:59:41.817 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:40.599741+0000 mon.smithi115 (mon.0) 1360 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-02-23T01:59:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.588501+0000 mon.smithi115 (mon.0) 1359 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T01:59:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:40.599741+0000 mon.smithi115 (mon.0) 1360 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-02-23T01:59:42.276 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:41 smithi115 systemd[1]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.3.service: Succeeded. 2024-02-23T01:59:42.276 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:41 smithi115 systemd[1]: Stopped Ceph osd.3 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T01:59:42.276 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:41 smithi115 systemd[1]: Starting Ceph osd.3 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T01:59:42.856 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:41.373737+0000 mgr.smithi115.zzjgkn (mgr.34102) 1332 : cluster [DBG] pgmap v1003: 129 pgs: 20 stale+active+clean, 109 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:42.856 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:41.600646+0000 mon.smithi115 (mon.0) 1361 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-02-23T01:59:42.857 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:42 smithi115 bash[140507]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-23T01:59:42.857 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:42 smithi115 bash[140507]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-23T01:59:42.857 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:42 smithi115 bash[140507]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-02-23T01:59:42.857 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:42 smithi115 bash[140507]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-02-23T01:59:42.857 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:42 smithi115 bash[140507]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-02-23T01:59:42.857 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:42 smithi115 bash[140507]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-23T01:59:42.857 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:42 smithi115 bash[140507]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-23T01:59:42.857 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:42 smithi115 bash[140507]: --> ceph-volume lvm activate successful for osd ID: 3 2024-02-23T01:59:43.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:41.373737+0000 mgr.smithi115.zzjgkn (mgr.34102) 1332 : cluster [DBG] pgmap v1003: 129 pgs: 20 stale+active+clean, 109 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail 2024-02-23T01:59:43.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:41.600646+0000 mon.smithi115 (mon.0) 1361 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-02-23T01:59:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:43.600866+0000 mon.smithi115 (mon.0) 1362 : cluster [WRN] Health check failed: Degraded data redundancy: 6/402 objects degraded (1.493%), 3 pgs degraded (PG_DEGRADED) 2024-02-23T01:59:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:43.600866+0000 mon.smithi115 (mon.0) 1362 : cluster [WRN] Health check failed: Degraded data redundancy: 6/402 objects degraded (1.493%), 3 pgs degraded (PG_DEGRADED) 2024-02-23T01:59:44.526 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-3[140798]: debug 2024-02-23T01:59:44.103+0000 7fe2e2466700 1 -- 172.21.15.115:0/4143231638 <== mon.0 v2:172.21.15.115:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55cf728a6680 con 0x55cf7286f400 2024-02-23T01:59:44.526 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:44 smithi115 bash[140783]: 8c02261b1455c6ad3252844f7a66a09cf3e38666c444fa516699b45cac5b7b0b 2024-02-23T01:59:44.526 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:44 smithi115 systemd[1]: Started Ceph osd.3 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T01:59:45.026 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-3[140798]: debug 2024-02-23T01:59:44.632+0000 7fe2e9ef4380 -1 Falling back to public interface 2024-02-23T01:59:45.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:43.374175+0000 mgr.smithi115.zzjgkn (mgr.34102) 1333 : cluster [DBG] pgmap v1005: 129 pgs: 3 active+undersized+degraded, 19 stale+active+clean, 2 active+undersized, 105 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 6/402 objects degraded (1.493%) 2024-02-23T01:59:45.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:44.219196+0000 mon.smithi115 (mon.0) 1363 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:45.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:44.219903+0000 mon.smithi115 (mon.0) 1364 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:59:45.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:44.457008+0000 mon.smithi115 (mon.0) 1365 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:45.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:44.458423+0000 mon.smithi115 (mon.0) 1366 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:59:45.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:44.462946+0000 mon.smithi115 (mon.0) 1367 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:45.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:44.463889+0000 mon.smithi115 (mon.0) 1368 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:59:45.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:43.374175+0000 mgr.smithi115.zzjgkn (mgr.34102) 1333 : cluster [DBG] pgmap v1005: 129 pgs: 3 active+undersized+degraded, 19 stale+active+clean, 2 active+undersized, 105 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 6/402 objects degraded (1.493%) 2024-02-23T01:59:45.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:44.219196+0000 mon.smithi115 (mon.0) 1363 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:45.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:44.219903+0000 mon.smithi115 (mon.0) 1364 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T01:59:45.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:44.457008+0000 mon.smithi115 (mon.0) 1365 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:45.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:44.458423+0000 mon.smithi115 (mon.0) 1366 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:59:45.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:44.462946+0000 mon.smithi115 (mon.0) 1367 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:45.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:44.463889+0000 mon.smithi115 (mon.0) 1368 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T01:59:46.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:45.374823+0000 mgr.smithi115.zzjgkn (mgr.34102) 1334 : cluster [DBG] pgmap v1006: 129 pgs: 15 active+undersized+degraded, 35 active+undersized, 79 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 56/402 objects degraded (13.930%) 2024-02-23T01:59:46.995 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:45.374823+0000 mgr.smithi115.zzjgkn (mgr.34102) 1334 : cluster [DBG] pgmap v1006: 129 pgs: 15 active+undersized+degraded, 35 active+undersized, 79 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 56/402 objects degraded (13.930%) 2024-02-23T01:59:48.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:47.375274+0000 mgr.smithi115.zzjgkn (mgr.34102) 1335 : cluster [DBG] pgmap v1007: 129 pgs: 15 active+undersized+degraded, 35 active+undersized, 79 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 56/402 objects degraded (13.930%) 2024-02-23T01:59:48.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:47.430167+0000 mon.smithi115 (mon.0) 1369 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:48.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:47.727936+0000 mon.smithi115 (mon.0) 1370 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:48.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:47.728286+0000 mon.smithi115 (mon.0) 1371 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:48.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:47.728564+0000 mon.smithi115 (mon.0) 1372 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:48.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:47.728858+0000 mon.smithi115 (mon.0) 1373 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:48.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:47.729124+0000 mon.smithi115 (mon.0) 1374 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:48.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:47.729365+0000 mon.smithi115 (mon.0) 1375 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:48.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:47.729608+0000 mon.smithi115 (mon.0) 1376 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:48.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:47.729881+0000 mon.smithi115 (mon.0) 1377 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:48.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:47.730137+0000 mon.smithi115 (mon.0) 1378 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:59:48.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:47.730379+0000 mon.smithi115 (mon.0) 1379 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:47.375274+0000 mgr.smithi115.zzjgkn (mgr.34102) 1335 : cluster [DBG] pgmap v1007: 129 pgs: 15 active+undersized+degraded, 35 active+undersized, 79 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 56/402 objects degraded (13.930%) 2024-02-23T01:59:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:47.430167+0000 mon.smithi115 (mon.0) 1369 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:47.727936+0000 mon.smithi115 (mon.0) 1370 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:47.728286+0000 mon.smithi115 (mon.0) 1371 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:47.728564+0000 mon.smithi115 (mon.0) 1372 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:47.728858+0000 mon.smithi115 (mon.0) 1373 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:47.729124+0000 mon.smithi115 (mon.0) 1374 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:47.729365+0000 mon.smithi115 (mon.0) 1375 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:47.729608+0000 mon.smithi115 (mon.0) 1376 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:47.729881+0000 mon.smithi115 (mon.0) 1377 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:48.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:47.730137+0000 mon.smithi115 (mon.0) 1378 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:59:48.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:47.730379+0000 mon.smithi115 (mon.0) 1379 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:50.525 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-3[140798]: debug 2024-02-23T01:59:50.243+0000 7fe2e9ef4380 -1 osd.3 81 log_to_monitors {default=true} 2024-02-23T01:59:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:49.375778+0000 mgr.smithi115.zzjgkn (mgr.34102) 1336 : cluster [DBG] pgmap v1008: 129 pgs: 15 active+undersized+degraded, 35 active+undersized, 79 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 56/402 objects degraded (13.930%) 2024-02-23T01:59:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.092643+0000 mon.smithi115 (mon.0) 1380 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.246827+0000 mon.smithi115 (mon.0) 1381 : audit [INF] from='osd.3 [v2:172.21.15.115:6826/3109527829,v1:172.21.15.115:6827/3109527829]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-23T01:59:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.359360+0000 mon.smithi115 (mon.0) 1382 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.359690+0000 mon.smithi115 (mon.0) 1383 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.359959+0000 mon.smithi115 (mon.0) 1384 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.360216+0000 mon.smithi115 (mon.0) 1385 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.360465+0000 mon.smithi115 (mon.0) 1386 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.360768+0000 mon.smithi115 (mon.0) 1387 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.361042+0000 mon.smithi115 (mon.0) 1388 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.361303+0000 mon.smithi115 (mon.0) 1389 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.361573+0000 mon.smithi115 (mon.0) 1390 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:59:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.361841+0000 mon.smithi115 (mon.0) 1391 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.362219+0000 mon.smithi115 (mon.0) 1392 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:59:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.362743+0000 mon.smithi115 (mon.0) 1393 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:59:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.367631+0000 mon.smithi115 (mon.0) 1394 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.369701+0000 mon.smithi115 (mon.0) 1395 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T01:59:50.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:50.372690+0000 mon.smithi115 (mon.0) 1396 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:49.375778+0000 mgr.smithi115.zzjgkn (mgr.34102) 1336 : cluster [DBG] pgmap v1008: 129 pgs: 15 active+undersized+degraded, 35 active+undersized, 79 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 56/402 objects degraded (13.930%) 2024-02-23T01:59:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.092643+0000 mon.smithi115 (mon.0) 1380 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.246827+0000 mon.smithi115 (mon.0) 1381 : audit [INF] from='osd.3 [v2:172.21.15.115:6826/3109527829,v1:172.21.15.115:6827/3109527829]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-23T01:59:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.359360+0000 mon.smithi115 (mon.0) 1382 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.359690+0000 mon.smithi115 (mon.0) 1383 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.359959+0000 mon.smithi115 (mon.0) 1384 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.360216+0000 mon.smithi115 (mon.0) 1385 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.360465+0000 mon.smithi115 (mon.0) 1386 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.360768+0000 mon.smithi115 (mon.0) 1387 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.361042+0000 mon.smithi115 (mon.0) 1388 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.361303+0000 mon.smithi115 (mon.0) 1389 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T01:59:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.361573+0000 mon.smithi115 (mon.0) 1390 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T01:59:50.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.361841+0000 mon.smithi115 (mon.0) 1391 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T01:59:50.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.362219+0000 mon.smithi115 (mon.0) 1392 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T01:59:50.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.362743+0000 mon.smithi115 (mon.0) 1393 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T01:59:50.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.367631+0000 mon.smithi115 (mon.0) 1394 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:50.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.369701+0000 mon.smithi115 (mon.0) 1395 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T01:59:50.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:50.372690+0000 mon.smithi115 (mon.0) 1396 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:51.437 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:59:50.363217+0000 mgr.smithi115.zzjgkn (mgr.34102) 1337 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T01:59:51.437 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:50.363873+0000 mgr.smithi115.zzjgkn (mgr.34102) 1338 : cluster [DBG] pgmap v1009: 129 pgs: 15 active+undersized+degraded, 35 active+undersized, 79 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 56/402 objects degraded (13.930%) 2024-02-23T01:59:51.438 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 01:59:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-3[140798]: debug 2024-02-23T01:59:51.107+0000 7fe2dabda700 -1 osd.3 81 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-23T01:59:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:50.364171+0000 mgr.smithi115.zzjgkn (mgr.34102) 1339 : cluster [DBG] pgmap v1010: 129 pgs: 15 active+undersized+degraded, 35 active+undersized, 79 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 56/402 objects degraded (13.930%) 2024-02-23T01:59:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:59:50.373991+0000 mgr.smithi115.zzjgkn (mgr.34102) 1340 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T01:59:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T01:59:50.374108+0000 mgr.smithi115.zzjgkn (mgr.34102) 1341 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T01:59:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:51.096337+0000 mon.smithi115 (mon.0) 1397 : audit [INF] from='osd.3 [v2:172.21.15.115:6826/3109527829,v1:172.21.15.115:6827/3109527829]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-23T01:59:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:51.096408+0000 mon.smithi115 (mon.0) 1398 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-23T01:59:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:51.096839+0000 mon.smithi115 (mon.0) 1399 : audit [INF] from='osd.3 [v2:172.21.15.115:6826/3109527829,v1:172.21.15.115:6827/3109527829]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-23T01:59:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:59:50.363217+0000 mgr.smithi115.zzjgkn (mgr.34102) 1337 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T01:59:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:50.363873+0000 mgr.smithi115.zzjgkn (mgr.34102) 1338 : cluster [DBG] pgmap v1009: 129 pgs: 15 active+undersized+degraded, 35 active+undersized, 79 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 56/402 objects degraded (13.930%) 2024-02-23T01:59:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:50.364171+0000 mgr.smithi115.zzjgkn (mgr.34102) 1339 : cluster [DBG] pgmap v1010: 129 pgs: 15 active+undersized+degraded, 35 active+undersized, 79 active+clean; 174 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 56/402 objects degraded (13.930%) 2024-02-23T01:59:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:59:50.373991+0000 mgr.smithi115.zzjgkn (mgr.34102) 1340 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T01:59:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T01:59:50.374108+0000 mgr.smithi115.zzjgkn (mgr.34102) 1341 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T01:59:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:51.096337+0000 mon.smithi115 (mon.0) 1397 : audit [INF] from='osd.3 [v2:172.21.15.115:6826/3109527829,v1:172.21.15.115:6827/3109527829]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-23T01:59:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:51.096408+0000 mon.smithi115 (mon.0) 1398 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-23T01:59:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:51.096839+0000 mon.smithi115 (mon.0) 1399 : audit [INF] from='osd.3 [v2:172.21.15.115:6826/3109527829,v1:172.21.15.115:6827/3109527829]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-02-23T01:59:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:52.094600+0000 mon.smithi115 (mon.0) 1400 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T01:59:52.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:52.100603+0000 mon.smithi115 (mon.0) 1401 : cluster [INF] osd.3 [v2:172.21.15.115:6826/3109527829,v1:172.21.15.115:6827/3109527829] boot 2024-02-23T01:59:52.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:52.100645+0000 mon.smithi115 (mon.0) 1402 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-02-23T01:59:52.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:52.100921+0000 mon.smithi115 (mon.0) 1403 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T01:59:52.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:52.237344+0000 mon.smithi115 (mon.0) 1404 : cluster [WRN] Health check update: Degraded data redundancy: 56/402 objects degraded (13.930%), 15 pgs degraded (PG_DEGRADED) 2024-02-23T01:59:52.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:52.094600+0000 mon.smithi115 (mon.0) 1400 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T01:59:52.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:52.100603+0000 mon.smithi115 (mon.0) 1401 : cluster [INF] osd.3 [v2:172.21.15.115:6826/3109527829,v1:172.21.15.115:6827/3109527829] boot 2024-02-23T01:59:52.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:52.100645+0000 mon.smithi115 (mon.0) 1402 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-02-23T01:59:52.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:52.100921+0000 mon.smithi115 (mon.0) 1403 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T01:59:52.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:52.237344+0000 mon.smithi115 (mon.0) 1404 : cluster [WRN] Health check update: Degraded data redundancy: 56/402 objects degraded (13.930%), 15 pgs degraded (PG_DEGRADED) 2024-02-23T01:59:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:52.364697+0000 mgr.smithi115.zzjgkn (mgr.34102) 1342 : cluster [DBG] pgmap v1013: 129 pgs: 4 peering, 12 active+undersized+degraded, 34 active+undersized, 79 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T01:59:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:53.103361+0000 mon.smithi115 (mon.0) 1405 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-02-23T01:59:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:52.364697+0000 mgr.smithi115.zzjgkn (mgr.34102) 1342 : cluster [DBG] pgmap v1013: 129 pgs: 4 peering, 12 active+undersized+degraded, 34 active+undersized, 79 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T01:59:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:53.103361+0000 mon.smithi115 (mon.0) 1405 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-02-23T01:59:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:54.365453+0000 mgr.smithi115.zzjgkn (mgr.34102) 1343 : cluster [DBG] pgmap v1015: 129 pgs: 4 peering, 9 active+undersized+degraded, 30 active+undersized, 86 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 40/402 objects degraded (9.950%) 2024-02-23T01:59:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T01:59:54.920234+0000 mon.smithi115 (mon.0) 1406 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:54.365453+0000 mgr.smithi115.zzjgkn (mgr.34102) 1343 : cluster [DBG] pgmap v1015: 129 pgs: 4 peering, 9 active+undersized+degraded, 30 active+undersized, 86 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 40/402 objects degraded (9.950%) 2024-02-23T01:59:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T01:59:54.920234+0000 mon.smithi115 (mon.0) 1406 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T01:59:56.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:56.442718+0000 mon.smithi115 (mon.0) 1407 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/402 objects degraded (9.950%), 9 pgs degraded) 2024-02-23T01:59:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:56.442718+0000 mon.smithi115 (mon.0) 1407 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/402 objects degraded (9.950%), 9 pgs degraded) 2024-02-23T01:59:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:56.366236+0000 mgr.smithi115.zzjgkn (mgr.34102) 1344 : cluster [DBG] pgmap v1016: 129 pgs: 4 peering, 125 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T01:59:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:56.366236+0000 mgr.smithi115.zzjgkn (mgr.34102) 1344 : cluster [DBG] pgmap v1016: 129 pgs: 4 peering, 125 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T01:59:59.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 01:59:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T01:59:58.366855+0000 mgr.smithi115.zzjgkn (mgr.34102) 1345 : cluster [DBG] pgmap v1017: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 281 B/s rd, 0 op/s 2024-02-23T01:59:59.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 01:59:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T01:59:58.366855+0000 mgr.smithi115.zzjgkn (mgr.34102) 1345 : cluster [DBG] pgmap v1017: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 281 B/s rd, 0 op/s 2024-02-23T02:00:00.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:00.000131+0000 mon.smithi115 (mon.0) 1408 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T02:00:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:00.000131+0000 mon.smithi115 (mon.0) 1408 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T02:00:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:00.367611+0000 mgr.smithi115.zzjgkn (mgr.34102) 1346 : cluster [DBG] pgmap v1018: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 247 B/s rd, 0 op/s 2024-02-23T02:00:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:00.807311+0000 mon.smithi115 (mon.0) 1409 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:00:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:00.367611+0000 mgr.smithi115.zzjgkn (mgr.34102) 1346 : cluster [DBG] pgmap v1018: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 247 B/s rd, 0 op/s 2024-02-23T02:00:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:00.807311+0000 mon.smithi115 (mon.0) 1409 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:00:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:02.368079+0000 mgr.smithi115.zzjgkn (mgr.34102) 1347 : cluster [DBG] pgmap v1019: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-23T02:00:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:02.368079+0000 mgr.smithi115.zzjgkn (mgr.34102) 1347 : cluster [DBG] pgmap v1019: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-23T02:00:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:04.368752+0000 mgr.smithi115.zzjgkn (mgr.34102) 1348 : cluster [DBG] pgmap v1020: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2024-02-23T02:00:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:04.368752+0000 mgr.smithi115.zzjgkn (mgr.34102) 1348 : cluster [DBG] pgmap v1020: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2024-02-23T02:00:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:06.369449+0000 mgr.smithi115.zzjgkn (mgr.34102) 1349 : cluster [DBG] pgmap v1021: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:00:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:06.369449+0000 mgr.smithi115.zzjgkn (mgr.34102) 1349 : cluster [DBG] pgmap v1021: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:00:09.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:08.369874+0000 mgr.smithi115.zzjgkn (mgr.34102) 1350 : cluster [DBG] pgmap v1022: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:09.805 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:00:10.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:08.369874+0000 mgr.smithi115.zzjgkn (mgr.34102) 1350 : cluster [DBG] pgmap v1022: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:10.365 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:00:10.365 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (49m) 20s ago 54m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:00:10.365 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (22m) 22s ago 119m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:00:10.365 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (22m) 20s ago 119m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:00:10.365 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (51m) 20s ago 118m 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:00:10.365 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (104m) 22s ago 104m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:00:10.365 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (104m) 20s ago 104m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:00:10.365 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (48m) 22s ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:00:10.365 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (38m) 20s ago 118m 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (33m) 22s ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (27m) 20s ago 2h 132M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (54m) 22s ago 54m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (54m) 20s ago 54m 90.7M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 22s ago 96m - - 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 20s ago 94m - - 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (17m) 22s ago 119m 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (11m) 22s ago 118m 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (6m) 22s ago 116m 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (26s) 22s ago 116m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (114m) 20s ago 114m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (114m) 20s ago 114m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (114m) 20s ago 114m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (113m) 20s ago 113m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:00:10.366 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (54m) 20s ago 54m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:00:10.692 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:00:10.692 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:00:10.692 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:00:10.692 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:00:10.692 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:00:10.692 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:00:10.692 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:00:10.692 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:00:10.692 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:00:10.693 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T02:00:10.693 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:00:10.693 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:00:10.693 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:00:10.693 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:00:10.693 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:00:10.693 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T02:00:10.693 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:00:10.693 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:00:10.693 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:00:10.967 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:00:10.967 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:00:10.967 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:00:10.967 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:00:10.967 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:00:10.967 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:00:10.967 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:00:10.967 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:00:10.967 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:00:10.967 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "10/23 daemons upgraded", 2024-02-23T02:00:10.967 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:00:10.968 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:00:10.968 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:00:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:09.844351+0000 mon.smithi115 (mon.0) 1410 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-23T02:00:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:09.844564+0000 mon.smithi115 (mon.0) 1411 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T02:00:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:09.844777+0000 mon.smithi115 (mon.0) 1412 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:00:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:09.844959+0000 mon.smithi115 (mon.0) 1413 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T02:00:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:09.919586+0000 mon.smithi115 (mon.0) 1414 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:00:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.354272+0000 mon.smithi115 (mon.0) 1415 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:00:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.354711+0000 mon.smithi115 (mon.0) 1416 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.354992+0000 mon.smithi115 (mon.0) 1417 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.355239+0000 mon.smithi115 (mon.0) 1418 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.355480+0000 mon.smithi115 (mon.0) 1419 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.357347+0000 mon.smithi115 (mon.0) 1420 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:00:11.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.357604+0000 mon.smithi115 (mon.0) 1421 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.357859+0000 mon.smithi115 (mon.0) 1422 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.358102+0000 mon.smithi115 (mon.0) 1423 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.358345+0000 mon.smithi115 (mon.0) 1424 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:09.844351+0000 mon.smithi115 (mon.0) 1410 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-23T02:00:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:09.844564+0000 mon.smithi115 (mon.0) 1411 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T02:00:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:09.844777+0000 mon.smithi115 (mon.0) 1412 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:00:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:09.844959+0000 mon.smithi115 (mon.0) 1413 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T02:00:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:09.919586+0000 mon.smithi115 (mon.0) 1414 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:00:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.354272+0000 mon.smithi115 (mon.0) 1415 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:00:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.354711+0000 mon.smithi115 (mon.0) 1416 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.354992+0000 mon.smithi115 (mon.0) 1417 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.355239+0000 mon.smithi115 (mon.0) 1418 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.355480+0000 mon.smithi115 (mon.0) 1419 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.357347+0000 mon.smithi115 (mon.0) 1420 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:00:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.357604+0000 mon.smithi115 (mon.0) 1421 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.357859+0000 mon.smithi115 (mon.0) 1422 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.358102+0000 mon.smithi115 (mon.0) 1423 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.358345+0000 mon.smithi115 (mon.0) 1424 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:09.792086+0000 mgr.smithi115.zzjgkn (mgr.34102) 1351 : audit [DBG] from='client.35384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.081987+0000 mgr.smithi115.zzjgkn (mgr.34102) 1352 : audit [DBG] from='client.35388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.352492+0000 mgr.smithi115.zzjgkn (mgr.34102) 1353 : audit [DBG] from='client.35392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:10.370537+0000 mgr.smithi115.zzjgkn (mgr.34102) 1354 : cluster [DBG] pgmap v1023: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.690843+0000 mon.smithi115 (mon.0) 1425 : audit [DBG] from='client.? 172.21.15.115:0/1406350342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:00:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:09.792086+0000 mgr.smithi115.zzjgkn (mgr.34102) 1351 : audit [DBG] from='client.35384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.081987+0000 mgr.smithi115.zzjgkn (mgr.34102) 1352 : audit [DBG] from='client.35388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.352492+0000 mgr.smithi115.zzjgkn (mgr.34102) 1353 : audit [DBG] from='client.35392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:10.370537+0000 mgr.smithi115.zzjgkn (mgr.34102) 1354 : cluster [DBG] pgmap v1023: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.690843+0000 mon.smithi115 (mon.0) 1425 : audit [DBG] from='client.? 172.21.15.115:0/1406350342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:00:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:10.965349+0000 mgr.smithi115.zzjgkn (mgr.34102) 1355 : audit [DBG] from='client.35400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:13.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:10.965349+0000 mgr.smithi115.zzjgkn (mgr.34102) 1355 : audit [DBG] from='client.35400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:12.370968+0000 mgr.smithi115.zzjgkn (mgr.34102) 1356 : cluster [DBG] pgmap v1024: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:12.370968+0000 mgr.smithi115.zzjgkn (mgr.34102) 1356 : cluster [DBG] pgmap v1024: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:16.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:14.371452+0000 mgr.smithi115.zzjgkn (mgr.34102) 1357 : cluster [DBG] pgmap v1025: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:14.371452+0000 mgr.smithi115.zzjgkn (mgr.34102) 1357 : cluster [DBG] pgmap v1025: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:16.372296+0000 mgr.smithi115.zzjgkn (mgr.34102) 1358 : cluster [DBG] pgmap v1026: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:16.372296+0000 mgr.smithi115.zzjgkn (mgr.34102) 1358 : cluster [DBG] pgmap v1026: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:18.372837+0000 mgr.smithi115.zzjgkn (mgr.34102) 1359 : cluster [DBG] pgmap v1027: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:18.372837+0000 mgr.smithi115.zzjgkn (mgr.34102) 1359 : cluster [DBG] pgmap v1027: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:20.373606+0000 mgr.smithi115.zzjgkn (mgr.34102) 1360 : cluster [DBG] pgmap v1028: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:20.373606+0000 mgr.smithi115.zzjgkn (mgr.34102) 1360 : cluster [DBG] pgmap v1028: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:22.374228+0000 mgr.smithi115.zzjgkn (mgr.34102) 1361 : cluster [DBG] pgmap v1029: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:24.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:22.374228+0000 mgr.smithi115.zzjgkn (mgr.34102) 1361 : cluster [DBG] pgmap v1029: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:24.374825+0000 mgr.smithi115.zzjgkn (mgr.34102) 1362 : cluster [DBG] pgmap v1030: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:24.374825+0000 mgr.smithi115.zzjgkn (mgr.34102) 1362 : cluster [DBG] pgmap v1030: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:26.375474+0000 mgr.smithi115.zzjgkn (mgr.34102) 1363 : cluster [DBG] pgmap v1031: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:26.375474+0000 mgr.smithi115.zzjgkn (mgr.34102) 1363 : cluster [DBG] pgmap v1031: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:30.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:28.375960+0000 mgr.smithi115.zzjgkn (mgr.34102) 1364 : cluster [DBG] pgmap v1032: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:28.375960+0000 mgr.smithi115.zzjgkn (mgr.34102) 1364 : cluster [DBG] pgmap v1032: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:32.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:30.376667+0000 mgr.smithi115.zzjgkn (mgr.34102) 1365 : cluster [DBG] pgmap v1033: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:30.376667+0000 mgr.smithi115.zzjgkn (mgr.34102) 1365 : cluster [DBG] pgmap v1033: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:32.377097+0000 mgr.smithi115.zzjgkn (mgr.34102) 1366 : cluster [DBG] pgmap v1034: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:32.377097+0000 mgr.smithi115.zzjgkn (mgr.34102) 1366 : cluster [DBG] pgmap v1034: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:36.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:34.377642+0000 mgr.smithi115.zzjgkn (mgr.34102) 1367 : cluster [DBG] pgmap v1035: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:34.377642+0000 mgr.smithi115.zzjgkn (mgr.34102) 1367 : cluster [DBG] pgmap v1035: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:38.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:36.378482+0000 mgr.smithi115.zzjgkn (mgr.34102) 1368 : cluster [DBG] pgmap v1036: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:36.378482+0000 mgr.smithi115.zzjgkn (mgr.34102) 1368 : cluster [DBG] pgmap v1036: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:40.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:38.379092+0000 mgr.smithi115.zzjgkn (mgr.34102) 1369 : cluster [DBG] pgmap v1037: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:38.379092+0000 mgr.smithi115.zzjgkn (mgr.34102) 1369 : cluster [DBG] pgmap v1037: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:41.267 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:00:41.819 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:00:41.819 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (49m) 51s ago 55m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:00:41.819 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (22m) 54s ago 119m 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:00:41.819 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (22m) 51s ago 119m 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:00:41.819 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (52m) 51s ago 119m 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:00:41.819 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (105m) 54s ago 105m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:00:41.820 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (105m) 51s ago 105m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:00:41.820 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (49m) 54s ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:00:41.820 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (38m) 51s ago 119m 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:00:41.820 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (33m) 54s ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:00:41.820 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (28m) 51s ago 2h 132M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:00:41.820 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (55m) 54s ago 55m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:00:41.820 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (55m) 51s ago 55m 90.7M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:00:41.820 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 54s ago 97m - - 2024-02-23T02:00:41.820 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 51s ago 95m - - 2024-02-23T02:00:41.820 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (17m) 54s ago 119m 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:00:41.820 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (12m) 54s ago 119m 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:00:41.821 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (7m) 54s ago 117m 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:00:41.821 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (58s) 54s ago 116m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:00:41.821 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (115m) 51s ago 115m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T02:00:41.821 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (114m) 51s ago 114m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:00:41.821 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (114m) 51s ago 114m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:00:41.821 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (114m) 51s ago 114m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:00:41.821 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (55m) 51s ago 55m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:00:42.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:40.379706+0000 mgr.smithi115.zzjgkn (mgr.34102) 1370 : cluster [DBG] pgmap v1038: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:40.379706+0000 mgr.smithi115.zzjgkn (mgr.34102) 1370 : cluster [DBG] pgmap v1038: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:42.145 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:00:42.145 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:00:42.145 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:00:42.146 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:00:42.147 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:00:42.420 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:00:42.421 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:00:42.421 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:00:42.421 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:00:42.421 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:00:42.421 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:00:42.421 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:00:42.421 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:00:42.421 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:00:42.421 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "10/23 daemons upgraded", 2024-02-23T02:00:42.421 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:00:42.421 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:00:42.421 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:00:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:41.255184+0000 mgr.smithi115.zzjgkn (mgr.34102) 1371 : audit [DBG] from='client.35404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:41.535257+0000 mgr.smithi115.zzjgkn (mgr.34102) 1372 : audit [DBG] from='client.35408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:41.808020+0000 mon.smithi115 (mon.0) 1426 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:00:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:41.808436+0000 mon.smithi115 (mon.0) 1427 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:41.808710+0000 mon.smithi115 (mon.0) 1428 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:41.808973+0000 mon.smithi115 (mon.0) 1429 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:41.809213+0000 mon.smithi115 (mon.0) 1430 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:41.811113+0000 mon.smithi115 (mon.0) 1431 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:00:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:41.811392+0000 mon.smithi115 (mon.0) 1432 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:41.811650+0000 mon.smithi115 (mon.0) 1433 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:41.811896+0000 mon.smithi115 (mon.0) 1434 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:41.812128+0000 mon.smithi115 (mon.0) 1435 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:42.144450+0000 mon.smithi115 (mon.0) 1436 : audit [DBG] from='client.? 172.21.15.115:0/89163840' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:00:43.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:41.255184+0000 mgr.smithi115.zzjgkn (mgr.34102) 1371 : audit [DBG] from='client.35404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:43.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:41.535257+0000 mgr.smithi115.zzjgkn (mgr.34102) 1372 : audit [DBG] from='client.35408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:43.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:41.808020+0000 mon.smithi115 (mon.0) 1426 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:00:43.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:41.808436+0000 mon.smithi115 (mon.0) 1427 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:41.808710+0000 mon.smithi115 (mon.0) 1428 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:41.808973+0000 mon.smithi115 (mon.0) 1429 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:41.809213+0000 mon.smithi115 (mon.0) 1430 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:41.811113+0000 mon.smithi115 (mon.0) 1431 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:00:43.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:41.811392+0000 mon.smithi115 (mon.0) 1432 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:41.811650+0000 mon.smithi115 (mon.0) 1433 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:41.811896+0000 mon.smithi115 (mon.0) 1434 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:41.812128+0000 mon.smithi115 (mon.0) 1435 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:00:43.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:42.144450+0000 mon.smithi115 (mon.0) 1436 : audit [DBG] from='client.? 172.21.15.115:0/89163840' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:00:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:41.806253+0000 mgr.smithi115.zzjgkn (mgr.34102) 1373 : audit [DBG] from='client.35412 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:42.380201+0000 mgr.smithi115.zzjgkn (mgr.34102) 1374 : cluster [DBG] pgmap v1039: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:00:42.419296+0000 mgr.smithi115.zzjgkn (mgr.34102) 1375 : audit [DBG] from='client.35420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:41.806253+0000 mgr.smithi115.zzjgkn (mgr.34102) 1373 : audit [DBG] from='client.35412 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:42.380201+0000 mgr.smithi115.zzjgkn (mgr.34102) 1374 : cluster [DBG] pgmap v1039: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:00:42.419296+0000 mgr.smithi115.zzjgkn (mgr.34102) 1375 : audit [DBG] from='client.35420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:00:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:44.380765+0000 mgr.smithi115.zzjgkn (mgr.34102) 1376 : cluster [DBG] pgmap v1040: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:44.380765+0000 mgr.smithi115.zzjgkn (mgr.34102) 1376 : cluster [DBG] pgmap v1040: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:48.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:46.381567+0000 mgr.smithi115.zzjgkn (mgr.34102) 1377 : cluster [DBG] pgmap v1041: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:46.381567+0000 mgr.smithi115.zzjgkn (mgr.34102) 1377 : cluster [DBG] pgmap v1041: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:48.382155+0000 mgr.smithi115.zzjgkn (mgr.34102) 1378 : cluster [DBG] pgmap v1042: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:48.382155+0000 mgr.smithi115.zzjgkn (mgr.34102) 1378 : cluster [DBG] pgmap v1042: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:52.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:50.383034+0000 mgr.smithi115.zzjgkn (mgr.34102) 1379 : cluster [DBG] pgmap v1043: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:50.383034+0000 mgr.smithi115.zzjgkn (mgr.34102) 1379 : cluster [DBG] pgmap v1043: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:52.383527+0000 mgr.smithi115.zzjgkn (mgr.34102) 1380 : cluster [DBG] pgmap v1044: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:54.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:52.383527+0000 mgr.smithi115.zzjgkn (mgr.34102) 1380 : cluster [DBG] pgmap v1044: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:56.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:54.384129+0000 mgr.smithi115.zzjgkn (mgr.34102) 1381 : cluster [DBG] pgmap v1045: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:56.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:54.384129+0000 mgr.smithi115.zzjgkn (mgr.34102) 1381 : cluster [DBG] pgmap v1045: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:58.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:56.385026+0000 mgr.smithi115.zzjgkn (mgr.34102) 1382 : cluster [DBG] pgmap v1046: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:00:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:56.385026+0000 mgr.smithi115.zzjgkn (mgr.34102) 1382 : cluster [DBG] pgmap v1046: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:00:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:00:58.385447+0000 mgr.smithi115.zzjgkn (mgr.34102) 1383 : cluster [DBG] pgmap v1047: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:00:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:00:58.385447+0000 mgr.smithi115.zzjgkn (mgr.34102) 1383 : cluster [DBG] pgmap v1047: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:02.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:00.386263+0000 mgr.smithi115.zzjgkn (mgr.34102) 1384 : cluster [DBG] pgmap v1048: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:00.386263+0000 mgr.smithi115.zzjgkn (mgr.34102) 1384 : cluster [DBG] pgmap v1048: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:02.386916+0000 mgr.smithi115.zzjgkn (mgr.34102) 1385 : cluster [DBG] pgmap v1049: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:02.386916+0000 mgr.smithi115.zzjgkn (mgr.34102) 1385 : cluster [DBG] pgmap v1049: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:04.387426+0000 mgr.smithi115.zzjgkn (mgr.34102) 1386 : cluster [DBG] pgmap v1050: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:04.387426+0000 mgr.smithi115.zzjgkn (mgr.34102) 1386 : cluster [DBG] pgmap v1050: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:08.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:06.388036+0000 mgr.smithi115.zzjgkn (mgr.34102) 1387 : cluster [DBG] pgmap v1051: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:08.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:06.388036+0000 mgr.smithi115.zzjgkn (mgr.34102) 1387 : cluster [DBG] pgmap v1051: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:10.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:08.388739+0000 mgr.smithi115.zzjgkn (mgr.34102) 1388 : cluster [DBG] pgmap v1052: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:08.388739+0000 mgr.smithi115.zzjgkn (mgr.34102) 1388 : cluster [DBG] pgmap v1052: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:09.848180+0000 mon.smithi115 (mon.0) 1437 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T02:01:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:09.848557+0000 mon.smithi115 (mon.0) 1438 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T02:01:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:09.848775+0000 mon.smithi115 (mon.0) 1439 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-23T02:01:11.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:09.848969+0000 mon.smithi115 (mon.0) 1440 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:01:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:09.848180+0000 mon.smithi115 (mon.0) 1437 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T02:01:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:09.848557+0000 mon.smithi115 (mon.0) 1438 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T02:01:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:09.848775+0000 mon.smithi115 (mon.0) 1439 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-23T02:01:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:09.848969+0000 mon.smithi115 (mon.0) 1440 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:01:12.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:10.389362+0000 mgr.smithi115.zzjgkn (mgr.34102) 1389 : cluster [DBG] pgmap v1053: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:10.389362+0000 mgr.smithi115.zzjgkn (mgr.34102) 1389 : cluster [DBG] pgmap v1053: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:12.720 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:01:13.265 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:01:13.265 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (50m) 83s ago 55m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:01:13.265 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (23m) 85s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:01:13.265 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (23m) 83s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:01:13.266 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (52m) 83s ago 119m 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:01:13.266 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (105m) 85s ago 105m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:01:13.266 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (105m) 83s ago 105m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:01:13.266 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (49m) 85s ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:01:13.266 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (39m) 83s ago 119m 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:01:13.266 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (34m) 85s ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:01:13.266 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (28m) 83s ago 2h 132M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:01:13.266 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (55m) 85s ago 55m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:01:13.266 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (55m) 83s ago 55m 90.7M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:01:13.266 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 85s ago 97m - - 2024-02-23T02:01:13.266 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 83s ago 95m - - 2024-02-23T02:01:13.266 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (18m) 85s ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:01:13.266 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (12m) 85s ago 119m 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:01:13.267 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (7m) 85s ago 117m 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:01:13.267 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (89s) 85s ago 117m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:01:13.267 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (115m) 83s ago 115m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T02:01:13.267 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (115m) 83s ago 115m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:01:13.267 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (115m) 83s ago 115m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:01:13.267 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (114m) 83s ago 114m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:01:13.267 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (55m) 83s ago 55m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:01:13.596 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:01:13.596 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:01:13.596 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:01:13.596 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:01:13.596 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:01:13.596 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:01:13.596 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:01:13.596 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:01:13.596 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:01:13.596 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T02:01:13.596 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:01:13.597 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:01:13.597 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:01:13.597 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:01:13.597 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:01:13.597 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T02:01:13.597 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:01:13.597 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:01:13.597 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:01:13.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:12.389856+0000 mgr.smithi115.zzjgkn (mgr.34102) 1390 : cluster [DBG] pgmap v1054: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:13.253918+0000 mon.smithi115 (mon.0) 1441 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:01:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:13.254314+0000 mon.smithi115 (mon.0) 1442 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:13.254676+0000 mon.smithi115 (mon.0) 1443 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:13.255018+0000 mon.smithi115 (mon.0) 1444 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:13.255296+0000 mon.smithi115 (mon.0) 1445 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:13.257228+0000 mon.smithi115 (mon.0) 1446 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:01:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:13.257538+0000 mon.smithi115 (mon.0) 1447 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:13.257837+0000 mon.smithi115 (mon.0) 1448 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:13.258120+0000 mon.smithi115 (mon.0) 1449 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:13.258408+0000 mon.smithi115 (mon.0) 1450 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:13.594774+0000 mon.smithi115 (mon.0) 1451 : audit [DBG] from='client.? 172.21.15.115:0/1724992552' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:01:13.874 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:01:13.874 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:01:13.874 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:01:13.874 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:01:13.874 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:01:13.874 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:01:13.875 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:01:13.875 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:01:13.875 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:01:13.875 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "10/23 daemons upgraded", 2024-02-23T02:01:13.875 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:01:13.875 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:01:13.875 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:01:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:12.389856+0000 mgr.smithi115.zzjgkn (mgr.34102) 1390 : cluster [DBG] pgmap v1054: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:14.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:13.253918+0000 mon.smithi115 (mon.0) 1441 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:01:14.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:13.254314+0000 mon.smithi115 (mon.0) 1442 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:14.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:13.254676+0000 mon.smithi115 (mon.0) 1443 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:14.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:13.255018+0000 mon.smithi115 (mon.0) 1444 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:14.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:13.255296+0000 mon.smithi115 (mon.0) 1445 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:14.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:13.257228+0000 mon.smithi115 (mon.0) 1446 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:01:14.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:13.257538+0000 mon.smithi115 (mon.0) 1447 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:14.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:13.257837+0000 mon.smithi115 (mon.0) 1448 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:14.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:13.258120+0000 mon.smithi115 (mon.0) 1449 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:14.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:13.258408+0000 mon.smithi115 (mon.0) 1450 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:14.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:13.594774+0000 mon.smithi115 (mon.0) 1451 : audit [DBG] from='client.? 172.21.15.115:0/1724992552' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:01:15.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:12.707280+0000 mgr.smithi115.zzjgkn (mgr.34102) 1391 : audit [DBG] from='client.35424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:12.982802+0000 mgr.smithi115.zzjgkn (mgr.34102) 1392 : audit [DBG] from='client.35428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:13.252060+0000 mgr.smithi115.zzjgkn (mgr.34102) 1393 : audit [DBG] from='client.35432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:15.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:12.707280+0000 mgr.smithi115.zzjgkn (mgr.34102) 1391 : audit [DBG] from='client.35424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:15.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:12.982802+0000 mgr.smithi115.zzjgkn (mgr.34102) 1392 : audit [DBG] from='client.35428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:15.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:13.252060+0000 mgr.smithi115.zzjgkn (mgr.34102) 1393 : audit [DBG] from='client.35432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:16.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:13.872979+0000 mgr.smithi115.zzjgkn (mgr.34102) 1394 : audit [DBG] from='client.35440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:16.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:14.390383+0000 mgr.smithi115.zzjgkn (mgr.34102) 1395 : cluster [DBG] pgmap v1055: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:13.872979+0000 mgr.smithi115.zzjgkn (mgr.34102) 1394 : audit [DBG] from='client.35440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:14.390383+0000 mgr.smithi115.zzjgkn (mgr.34102) 1395 : cluster [DBG] pgmap v1055: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:18.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:16.391044+0000 mgr.smithi115.zzjgkn (mgr.34102) 1396 : cluster [DBG] pgmap v1056: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:16.391044+0000 mgr.smithi115.zzjgkn (mgr.34102) 1396 : cluster [DBG] pgmap v1056: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:18.391736+0000 mgr.smithi115.zzjgkn (mgr.34102) 1397 : cluster [DBG] pgmap v1057: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:18.391736+0000 mgr.smithi115.zzjgkn (mgr.34102) 1397 : cluster [DBG] pgmap v1057: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:22.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:20.392516+0000 mgr.smithi115.zzjgkn (mgr.34102) 1398 : cluster [DBG] pgmap v1058: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:20.392516+0000 mgr.smithi115.zzjgkn (mgr.34102) 1398 : cluster [DBG] pgmap v1058: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:22.393034+0000 mgr.smithi115.zzjgkn (mgr.34102) 1399 : cluster [DBG] pgmap v1059: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:22.393034+0000 mgr.smithi115.zzjgkn (mgr.34102) 1399 : cluster [DBG] pgmap v1059: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:26.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:24.393588+0000 mgr.smithi115.zzjgkn (mgr.34102) 1400 : cluster [DBG] pgmap v1060: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:24.393588+0000 mgr.smithi115.zzjgkn (mgr.34102) 1400 : cluster [DBG] pgmap v1060: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:28.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:26.394346+0000 mgr.smithi115.zzjgkn (mgr.34102) 1401 : cluster [DBG] pgmap v1061: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:26.394346+0000 mgr.smithi115.zzjgkn (mgr.34102) 1401 : cluster [DBG] pgmap v1061: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:30.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:28.395010+0000 mgr.smithi115.zzjgkn (mgr.34102) 1402 : cluster [DBG] pgmap v1062: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:28.395010+0000 mgr.smithi115.zzjgkn (mgr.34102) 1402 : cluster [DBG] pgmap v1062: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:30.395870+0000 mgr.smithi115.zzjgkn (mgr.34102) 1403 : cluster [DBG] pgmap v1063: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:30.395870+0000 mgr.smithi115.zzjgkn (mgr.34102) 1403 : cluster [DBG] pgmap v1063: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:33.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:32.396323+0000 mgr.smithi115.zzjgkn (mgr.34102) 1404 : cluster [DBG] pgmap v1064: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:33.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:32.396323+0000 mgr.smithi115.zzjgkn (mgr.34102) 1404 : cluster [DBG] pgmap v1064: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:35.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:34.396819+0000 mgr.smithi115.zzjgkn (mgr.34102) 1405 : cluster [DBG] pgmap v1065: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:34.396819+0000 mgr.smithi115.zzjgkn (mgr.34102) 1405 : cluster [DBG] pgmap v1065: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:37.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:36.397447+0000 mgr.smithi115.zzjgkn (mgr.34102) 1406 : cluster [DBG] pgmap v1066: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:36.397447+0000 mgr.smithi115.zzjgkn (mgr.34102) 1406 : cluster [DBG] pgmap v1066: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:39.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:38.397942+0000 mgr.smithi115.zzjgkn (mgr.34102) 1407 : cluster [DBG] pgmap v1067: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:38.397942+0000 mgr.smithi115.zzjgkn (mgr.34102) 1407 : cluster [DBG] pgmap v1067: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:40.398575+0000 mgr.smithi115.zzjgkn (mgr.34102) 1408 : cluster [DBG] pgmap v1068: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:40.398575+0000 mgr.smithi115.zzjgkn (mgr.34102) 1408 : cluster [DBG] pgmap v1068: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:42.399053+0000 mgr.smithi115.zzjgkn (mgr.34102) 1409 : cluster [DBG] pgmap v1069: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:42.399053+0000 mgr.smithi115.zzjgkn (mgr.34102) 1409 : cluster [DBG] pgmap v1069: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:44.175 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:01:44.723 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:01:44.724 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (50m) 114s ago 56m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:01:44.724 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (23m) 117s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:01:44.724 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (23m) 114s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:01:44.724 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (53m) 114s ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:01:44.724 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (106m) 117s ago 106m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:01:44.724 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (106m) 114s ago 106m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:01:44.724 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (50m) 117s ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:01:44.724 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (39m) 114s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:01:44.724 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (34m) 117s ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:01:44.724 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (29m) 114s ago 2h 132M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:01:44.725 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (56m) 117s ago 56m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:01:44.725 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (56m) 114s ago 56m 90.7M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:01:44.725 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 117s ago 98m - - 2024-02-23T02:01:44.725 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 114s ago 96m - - 2024-02-23T02:01:44.725 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (18m) 117s ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:01:44.725 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (13m) 117s ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:01:44.725 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (8m) 117s ago 118m 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:01:44.725 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (2m) 117s ago 117m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:01:44.725 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (116m) 114s ago 116m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T02:01:44.725 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (115m) 114s ago 115m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:01:44.725 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (115m) 114s ago 115m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:01:44.726 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (115m) 114s ago 115m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:01:44.726 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (56m) 114s ago 56m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:01:45.049 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:01:45.049 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:01:45.049 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:01:45.049 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:01:45.049 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:01:45.050 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:01:45.325 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:01:45.325 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:01:45.325 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:01:45.325 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:01:45.326 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:01:45.326 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:01:45.326 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:01:45.326 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:01:45.326 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:01:45.326 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "10/23 daemons upgraded", 2024-02-23T02:01:45.326 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:01:45.326 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:01:45.326 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:01:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:44.163275+0000 mgr.smithi115.zzjgkn (mgr.34102) 1410 : audit [DBG] from='client.35444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:44.399458+0000 mgr.smithi115.zzjgkn (mgr.34102) 1411 : cluster [DBG] pgmap v1070: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:44.440040+0000 mgr.smithi115.zzjgkn (mgr.34102) 1412 : audit [DBG] from='client.35448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:44.711366+0000 mon.smithi115 (mon.0) 1452 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:01:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:44.711733+0000 mon.smithi115 (mon.0) 1453 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:44.712046+0000 mon.smithi115 (mon.0) 1454 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:44.712298+0000 mon.smithi115 (mon.0) 1455 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:44.712541+0000 mon.smithi115 (mon.0) 1456 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:44.714395+0000 mon.smithi115 (mon.0) 1457 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:01:45.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:44.714695+0000 mon.smithi115 (mon.0) 1458 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:44.714946+0000 mon.smithi115 (mon.0) 1459 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:44.715205+0000 mon.smithi115 (mon.0) 1460 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:44.715449+0000 mon.smithi115 (mon.0) 1461 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:45.048152+0000 mon.smithi115 (mon.0) 1462 : audit [DBG] from='client.? 172.21.15.115:0/3337824070' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:01:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:44.163275+0000 mgr.smithi115.zzjgkn (mgr.34102) 1410 : audit [DBG] from='client.35444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:44.399458+0000 mgr.smithi115.zzjgkn (mgr.34102) 1411 : cluster [DBG] pgmap v1070: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:44.440040+0000 mgr.smithi115.zzjgkn (mgr.34102) 1412 : audit [DBG] from='client.35448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:44.711366+0000 mon.smithi115 (mon.0) 1452 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:01:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:44.711733+0000 mon.smithi115 (mon.0) 1453 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:44.712046+0000 mon.smithi115 (mon.0) 1454 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:44.712298+0000 mon.smithi115 (mon.0) 1455 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:44.712541+0000 mon.smithi115 (mon.0) 1456 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:44.714395+0000 mon.smithi115 (mon.0) 1457 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:01:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:44.714695+0000 mon.smithi115 (mon.0) 1458 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:44.714946+0000 mon.smithi115 (mon.0) 1459 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:44.715205+0000 mon.smithi115 (mon.0) 1460 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:44.715449+0000 mon.smithi115 (mon.0) 1461 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:01:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:45.048152+0000 mon.smithi115 (mon.0) 1462 : audit [DBG] from='client.? 172.21.15.115:0/3337824070' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:01:46.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:44.709607+0000 mgr.smithi115.zzjgkn (mgr.34102) 1413 : audit [DBG] from='client.35452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:46.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:01:45.324156+0000 mgr.smithi115.zzjgkn (mgr.34102) 1414 : audit [DBG] from='client.35460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:46.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:44.709607+0000 mgr.smithi115.zzjgkn (mgr.34102) 1413 : audit [DBG] from='client.35452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:46.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:01:45.324156+0000 mgr.smithi115.zzjgkn (mgr.34102) 1414 : audit [DBG] from='client.35460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:01:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:46.400298+0000 mgr.smithi115.zzjgkn (mgr.34102) 1415 : cluster [DBG] pgmap v1071: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:46.400298+0000 mgr.smithi115.zzjgkn (mgr.34102) 1415 : cluster [DBG] pgmap v1071: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:48.400910+0000 mgr.smithi115.zzjgkn (mgr.34102) 1416 : cluster [DBG] pgmap v1072: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:49.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:48.400910+0000 mgr.smithi115.zzjgkn (mgr.34102) 1416 : cluster [DBG] pgmap v1072: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:51.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:50.401576+0000 mgr.smithi115.zzjgkn (mgr.34102) 1417 : cluster [DBG] pgmap v1073: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:50.401576+0000 mgr.smithi115.zzjgkn (mgr.34102) 1417 : cluster [DBG] pgmap v1073: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:52.402107+0000 mgr.smithi115.zzjgkn (mgr.34102) 1418 : cluster [DBG] pgmap v1074: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:52.402107+0000 mgr.smithi115.zzjgkn (mgr.34102) 1418 : cluster [DBG] pgmap v1074: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:55.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:54.402752+0000 mgr.smithi115.zzjgkn (mgr.34102) 1419 : cluster [DBG] pgmap v1075: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:54.402752+0000 mgr.smithi115.zzjgkn (mgr.34102) 1419 : cluster [DBG] pgmap v1075: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:57.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:56.403533+0000 mgr.smithi115.zzjgkn (mgr.34102) 1420 : cluster [DBG] pgmap v1076: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:56.403533+0000 mgr.smithi115.zzjgkn (mgr.34102) 1420 : cluster [DBG] pgmap v1076: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:59.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:01:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:01:58.404031+0000 mgr.smithi115.zzjgkn (mgr.34102) 1421 : cluster [DBG] pgmap v1077: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:01:59.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:01:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:01:58.404031+0000 mgr.smithi115.zzjgkn (mgr.34102) 1421 : cluster [DBG] pgmap v1077: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:01.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:00.404749+0000 mgr.smithi115.zzjgkn (mgr.34102) 1422 : cluster [DBG] pgmap v1078: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:00.404749+0000 mgr.smithi115.zzjgkn (mgr.34102) 1422 : cluster [DBG] pgmap v1078: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:02.405396+0000 mgr.smithi115.zzjgkn (mgr.34102) 1423 : cluster [DBG] pgmap v1079: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:02.405396+0000 mgr.smithi115.zzjgkn (mgr.34102) 1423 : cluster [DBG] pgmap v1079: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:05.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:04.405872+0000 mgr.smithi115.zzjgkn (mgr.34102) 1424 : cluster [DBG] pgmap v1080: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:04.405872+0000 mgr.smithi115.zzjgkn (mgr.34102) 1424 : cluster [DBG] pgmap v1080: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:07.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:06.406491+0000 mgr.smithi115.zzjgkn (mgr.34102) 1425 : cluster [DBG] pgmap v1081: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:06.406491+0000 mgr.smithi115.zzjgkn (mgr.34102) 1425 : cluster [DBG] pgmap v1081: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:08.407167+0000 mgr.smithi115.zzjgkn (mgr.34102) 1426 : cluster [DBG] pgmap v1082: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:09.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:08.407167+0000 mgr.smithi115.zzjgkn (mgr.34102) 1426 : cluster [DBG] pgmap v1082: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:10.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:09.852065+0000 mon.smithi115 (mon.0) 1463 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-02-23T02:02:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:09.852387+0000 mon.smithi115 (mon.0) 1464 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-02-23T02:02:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:09.852660+0000 mon.smithi115 (mon.0) 1465 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T02:02:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:09.852868+0000 mon.smithi115 (mon.0) 1466 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:02:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:09.852065+0000 mon.smithi115 (mon.0) 1463 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-02-23T02:02:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:09.852387+0000 mon.smithi115 (mon.0) 1464 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-02-23T02:02:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:09.852660+0000 mon.smithi115 (mon.0) 1465 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T02:02:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:09.852868+0000 mon.smithi115 (mon.0) 1466 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:02:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:10.407854+0000 mgr.smithi115.zzjgkn (mgr.34102) 1427 : cluster [DBG] pgmap v1083: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:10.407854+0000 mgr.smithi115.zzjgkn (mgr.34102) 1427 : cluster [DBG] pgmap v1083: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:13.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:12.408352+0000 mgr.smithi115.zzjgkn (mgr.34102) 1428 : cluster [DBG] pgmap v1084: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:12.408352+0000 mgr.smithi115.zzjgkn (mgr.34102) 1428 : cluster [DBG] pgmap v1084: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:15.623 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:02:16.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:14.408968+0000 mgr.smithi115.zzjgkn (mgr.34102) 1429 : cluster [DBG] pgmap v1085: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:14.408968+0000 mgr.smithi115.zzjgkn (mgr.34102) 1429 : cluster [DBG] pgmap v1085: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:16.167 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:02:16.168 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (51m) 2m ago 56m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:02:16.168 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (24m) 2m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:02:16.168 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (24m) 2m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:02:16.168 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (53m) 2m ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:02:16.168 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (106m) 2m ago 106m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:02:16.168 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (106m) 2m ago 106m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:02:16.168 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (50m) 2m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:02:16.168 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (40m) 2m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:02:16.168 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (35m) 2m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:02:16.168 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (30m) 2m ago 2h 132M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:02:16.168 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (56m) 2m ago 56m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:02:16.168 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (56m) 2m ago 56m 90.7M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:02:16.168 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 98m - - 2024-02-23T02:02:16.169 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 96m - - 2024-02-23T02:02:16.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (19m) 2m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:02:16.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (13m) 2m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:02:16.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (8m) 2m ago 118m 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:02:16.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (2m) 2m ago 118m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:02:16.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (116m) 2m ago 116m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T02:02:16.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (116m) 2m ago 116m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:02:16.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (116m) 2m ago 116m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:02:16.169 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (115m) 2m ago 115m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:02:16.169 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (56m) 2m ago 56m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:02:16.495 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:02:16.495 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:02:16.495 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:02:16.495 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:02:16.495 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:02:16.495 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:02:16.495 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:02:16.495 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:02:16.495 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:02:16.496 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T02:02:16.496 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:02:16.496 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:02:16.496 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:02:16.496 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:02:16.496 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:02:16.496 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T02:02:16.496 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:02:16.496 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:02:16.496 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:02:16.770 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:02:16.770 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:02:16.771 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:02:16.771 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:02:16.771 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:02:16.771 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:02:16.771 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:02:16.771 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:02:16.771 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:02:16.771 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "10/23 daemons upgraded", 2024-02-23T02:02:16.771 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:02:16.771 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:02:16.771 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:02:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:15.611243+0000 mgr.smithi115.zzjgkn (mgr.34102) 1430 : audit [DBG] from='client.35464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:16.156597+0000 mon.smithi115 (mon.0) 1467 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:02:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:16.156964+0000 mon.smithi115 (mon.0) 1468 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:16.157242+0000 mon.smithi115 (mon.0) 1469 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:16.157497+0000 mon.smithi115 (mon.0) 1470 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:16.157753+0000 mon.smithi115 (mon.0) 1471 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:16.159660+0000 mon.smithi115 (mon.0) 1472 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:02:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:16.159949+0000 mon.smithi115 (mon.0) 1473 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:16.160213+0000 mon.smithi115 (mon.0) 1474 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:16.160466+0000 mon.smithi115 (mon.0) 1475 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:16.160726+0000 mon.smithi115 (mon.0) 1476 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:16.493949+0000 mon.smithi115 (mon.0) 1477 : audit [DBG] from='client.? 172.21.15.115:0/436910302' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:02:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:15.611243+0000 mgr.smithi115.zzjgkn (mgr.34102) 1430 : audit [DBG] from='client.35464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:16.156597+0000 mon.smithi115 (mon.0) 1467 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:02:17.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:16.156964+0000 mon.smithi115 (mon.0) 1468 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:16.157242+0000 mon.smithi115 (mon.0) 1469 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:16.157497+0000 mon.smithi115 (mon.0) 1470 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:16.157753+0000 mon.smithi115 (mon.0) 1471 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:16.159660+0000 mon.smithi115 (mon.0) 1472 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:02:17.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:16.159949+0000 mon.smithi115 (mon.0) 1473 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:16.160213+0000 mon.smithi115 (mon.0) 1474 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:16.160466+0000 mon.smithi115 (mon.0) 1475 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:16.160726+0000 mon.smithi115 (mon.0) 1476 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:17.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:16.493949+0000 mon.smithi115 (mon.0) 1477 : audit [DBG] from='client.? 172.21.15.115:0/436910302' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:02:18.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:15.885840+0000 mgr.smithi115.zzjgkn (mgr.34102) 1431 : audit [DBG] from='client.35468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:16.154804+0000 mgr.smithi115.zzjgkn (mgr.34102) 1432 : audit [DBG] from='client.35472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:16.409573+0000 mgr.smithi115.zzjgkn (mgr.34102) 1433 : cluster [DBG] pgmap v1086: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:15.885840+0000 mgr.smithi115.zzjgkn (mgr.34102) 1431 : audit [DBG] from='client.35468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:16.154804+0000 mgr.smithi115.zzjgkn (mgr.34102) 1432 : audit [DBG] from='client.35472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:16.409573+0000 mgr.smithi115.zzjgkn (mgr.34102) 1433 : cluster [DBG] pgmap v1086: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:19.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:16.769310+0000 mgr.smithi115.zzjgkn (mgr.34102) 1434 : audit [DBG] from='client.35480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:19.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:16.769310+0000 mgr.smithi115.zzjgkn (mgr.34102) 1434 : audit [DBG] from='client.35480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:19.968 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:18.410128+0000 mgr.smithi115.zzjgkn (mgr.34102) 1435 : cluster [DBG] pgmap v1087: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:18.410128+0000 mgr.smithi115.zzjgkn (mgr.34102) 1435 : cluster [DBG] pgmap v1087: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:20.564 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:02:19.685429+0000 mgr.smithi115.zzjgkn (mgr.34102) 1436 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:02:20.564 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:02:20.565 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:02:20.565 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:02:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:02:19.685429+0000 mgr.smithi115.zzjgkn (mgr.34102) 1436 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:02:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:02:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:02:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:02:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:02:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:02:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:02:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:02:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:02:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:02:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:02:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:02:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:02:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:02:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:02:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:02:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:02:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:02:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:02:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:02:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:02:21.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:02:21.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:02:21.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:02:21.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:02:21.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:02:21.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:02:21.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:02:21.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:02:21.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:02:21.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:02:21.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:02:21.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:02:21.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:02:21.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:02:21.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:02:21.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:02:21.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:02:21.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:02:21.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:02:21.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:02:21.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:02:21.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:02:21.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:02:21.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:02:21.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:02:21.034 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:02:21.034 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:02:21.034 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:02:21.034 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:02:21.034 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:02:21.034 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:02:21.034 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:02:19.686581+0000 mgr.smithi115.zzjgkn (mgr.34102) 1437 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:02:21.034 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:02:19.686720+0000 mgr.smithi115.zzjgkn (mgr.34102) 1438 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:02:21.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:02:21.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:02:21.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:02:21.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:02:21.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:02:21.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:02:21.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:02:21.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:02:21.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:02:21.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:02:21.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:02:21.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:02:21.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:02:21.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:02:21.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:02:21.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:02:21.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:02:21.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:02:21.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:02:21.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:02:21.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:02:21.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:02:21.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:02:21.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:02:21.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:02:21.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:02:21.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:02:21.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:02:21.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:02:21.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:02:21.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:02:21.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:02:21.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:02:21.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:02:21.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:02:21.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:02:21.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:02:21.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:02:21.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:02:21.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:02:21.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:02:21.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:02:21.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:02:21.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:02:21.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:02:21.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:02:21.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:02:21.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:02:21.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:02:19.686581+0000 mgr.smithi115.zzjgkn (mgr.34102) 1437 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:02:21.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:02:19.686720+0000 mgr.smithi115.zzjgkn (mgr.34102) 1438 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:02:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:20.411012+0000 mgr.smithi115.zzjgkn (mgr.34102) 1439 : cluster [DBG] pgmap v1088: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:20.411012+0000 mgr.smithi115.zzjgkn (mgr.34102) 1439 : cluster [DBG] pgmap v1088: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:22.411497+0000 mgr.smithi115.zzjgkn (mgr.34102) 1440 : cluster [DBG] pgmap v1089: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:22.411497+0000 mgr.smithi115.zzjgkn (mgr.34102) 1440 : cluster [DBG] pgmap v1089: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:26.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:24.412139+0000 mgr.smithi115.zzjgkn (mgr.34102) 1441 : cluster [DBG] pgmap v1090: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:24.412139+0000 mgr.smithi115.zzjgkn (mgr.34102) 1441 : cluster [DBG] pgmap v1090: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:26.413042+0000 mgr.smithi115.zzjgkn (mgr.34102) 1442 : cluster [DBG] pgmap v1091: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:26.413042+0000 mgr.smithi115.zzjgkn (mgr.34102) 1442 : cluster [DBG] pgmap v1091: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:29.910 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:28.413493+0000 mgr.smithi115.zzjgkn (mgr.34102) 1443 : cluster [DBG] pgmap v1092: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:28.413493+0000 mgr.smithi115.zzjgkn (mgr.34102) 1443 : cluster [DBG] pgmap v1092: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:30.414176+0000 mgr.smithi115.zzjgkn (mgr.34102) 1444 : cluster [DBG] pgmap v1093: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:30.414176+0000 mgr.smithi115.zzjgkn (mgr.34102) 1444 : cluster [DBG] pgmap v1093: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:32.414663+0000 mgr.smithi115.zzjgkn (mgr.34102) 1445 : cluster [DBG] pgmap v1094: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:32.414663+0000 mgr.smithi115.zzjgkn (mgr.34102) 1445 : cluster [DBG] pgmap v1094: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:36.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:34.415290+0000 mgr.smithi115.zzjgkn (mgr.34102) 1446 : cluster [DBG] pgmap v1095: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:34.415290+0000 mgr.smithi115.zzjgkn (mgr.34102) 1446 : cluster [DBG] pgmap v1095: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:38.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:36.416137+0000 mgr.smithi115.zzjgkn (mgr.34102) 1447 : cluster [DBG] pgmap v1096: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:36.416137+0000 mgr.smithi115.zzjgkn (mgr.34102) 1447 : cluster [DBG] pgmap v1096: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:40.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:38.416715+0000 mgr.smithi115.zzjgkn (mgr.34102) 1448 : cluster [DBG] pgmap v1097: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:38.416715+0000 mgr.smithi115.zzjgkn (mgr.34102) 1448 : cluster [DBG] pgmap v1097: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:40.417297+0000 mgr.smithi115.zzjgkn (mgr.34102) 1449 : cluster [DBG] pgmap v1098: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:40.417297+0000 mgr.smithi115.zzjgkn (mgr.34102) 1449 : cluster [DBG] pgmap v1098: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:42.417841+0000 mgr.smithi115.zzjgkn (mgr.34102) 1450 : cluster [DBG] pgmap v1099: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:42.417841+0000 mgr.smithi115.zzjgkn (mgr.34102) 1450 : cluster [DBG] pgmap v1099: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:44.418307+0000 mgr.smithi115.zzjgkn (mgr.34102) 1451 : cluster [DBG] pgmap v1100: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:44.418307+0000 mgr.smithi115.zzjgkn (mgr.34102) 1451 : cluster [DBG] pgmap v1100: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:47.063 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:02:47.608 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:02:47.608 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (51m) 2m ago 57m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:02:47.608 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (25m) 3m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:02:47.608 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (24m) 2m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (54m) 2m ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (107m) 3m ago 107m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (107m) 2m ago 107m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (51m) 3m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (40m) 2m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (35m) 3m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (30m) 2m ago 2h 132M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (57m) 3m ago 57m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (57m) 2m ago 57m 90.7M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 99m - - 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 97m - - 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (19m) 3m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (14m) 3m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:02:47.609 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (9m) 3m ago 119m 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:02:47.610 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (3m) 3m ago 119m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:02:47.610 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (117m) 2m ago 117m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T02:02:47.610 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (117m) 2m ago 117m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:02:47.610 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (116m) 2m ago 116m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:02:47.610 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (116m) 2m ago 116m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:02:47.610 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (57m) 2m ago 57m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:02:47.931 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:02:47.932 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:02:47.932 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:02:47.932 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:02:47.932 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:02:47.932 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:02:47.932 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:02:47.932 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:02:47.932 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:02:47.933 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T02:02:47.933 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:02:47.933 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:02:47.933 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:02:47.933 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:02:47.933 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:02:47.933 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T02:02:47.933 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:02:47.933 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:02:47.934 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:02:48.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:46.419192+0000 mgr.smithi115.zzjgkn (mgr.34102) 1452 : cluster [DBG] pgmap v1101: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.596632+0000 mon.smithi115 (mon.0) 1478 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:02:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.596978+0000 mon.smithi115 (mon.0) 1479 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.597294+0000 mon.smithi115 (mon.0) 1480 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.597585+0000 mon.smithi115 (mon.0) 1481 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.597860+0000 mon.smithi115 (mon.0) 1482 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.599831+0000 mon.smithi115 (mon.0) 1483 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:02:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.600113+0000 mon.smithi115 (mon.0) 1484 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.600366+0000 mon.smithi115 (mon.0) 1485 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.600612+0000 mon.smithi115 (mon.0) 1486 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.600864+0000 mon.smithi115 (mon.0) 1487 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:46.419192+0000 mgr.smithi115.zzjgkn (mgr.34102) 1452 : cluster [DBG] pgmap v1101: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:48.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.596632+0000 mon.smithi115 (mon.0) 1478 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:02:48.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.596978+0000 mon.smithi115 (mon.0) 1479 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.597294+0000 mon.smithi115 (mon.0) 1480 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.597585+0000 mon.smithi115 (mon.0) 1481 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.597860+0000 mon.smithi115 (mon.0) 1482 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.599831+0000 mon.smithi115 (mon.0) 1483 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:02:48.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.600113+0000 mon.smithi115 (mon.0) 1484 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.600366+0000 mon.smithi115 (mon.0) 1485 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.600612+0000 mon.smithi115 (mon.0) 1486 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.600864+0000 mon.smithi115 (mon.0) 1487 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:02:48.206 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:02:48.206 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:02:48.206 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:02:48.206 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:02:48.206 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:02:48.206 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:02:48.206 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:02:48.207 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:02:48.207 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:02:48.207 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "10/23 daemons upgraded", 2024-02-23T02:02:48.207 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:02:48.207 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:02:48.207 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:02:49.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.051222+0000 mgr.smithi115.zzjgkn (mgr.34102) 1453 : audit [DBG] from='client.35484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:49.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.326560+0000 mgr.smithi115.zzjgkn (mgr.34102) 1454 : audit [DBG] from='client.35488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:49.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.594811+0000 mgr.smithi115.zzjgkn (mgr.34102) 1455 : audit [DBG] from='client.35492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:49.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:47.930506+0000 mon.smithi115 (mon.0) 1488 : audit [DBG] from='client.? 172.21.15.115:0/3209201665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:02:49.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.051222+0000 mgr.smithi115.zzjgkn (mgr.34102) 1453 : audit [DBG] from='client.35484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:49.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.326560+0000 mgr.smithi115.zzjgkn (mgr.34102) 1454 : audit [DBG] from='client.35488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:49.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.594811+0000 mgr.smithi115.zzjgkn (mgr.34102) 1455 : audit [DBG] from='client.35492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:49.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:47.930506+0000 mon.smithi115 (mon.0) 1488 : audit [DBG] from='client.? 172.21.15.115:0/3209201665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:02:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:02:48.204508+0000 mgr.smithi115.zzjgkn (mgr.34102) 1456 : audit [DBG] from='client.35500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:48.419670+0000 mgr.smithi115.zzjgkn (mgr.34102) 1457 : cluster [DBG] pgmap v1102: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:02:48.204508+0000 mgr.smithi115.zzjgkn (mgr.34102) 1456 : audit [DBG] from='client.35500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:02:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:48.419670+0000 mgr.smithi115.zzjgkn (mgr.34102) 1457 : cluster [DBG] pgmap v1102: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:52.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:50.420355+0000 mgr.smithi115.zzjgkn (mgr.34102) 1458 : cluster [DBG] pgmap v1103: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:50.420355+0000 mgr.smithi115.zzjgkn (mgr.34102) 1458 : cluster [DBG] pgmap v1103: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:52.420897+0000 mgr.smithi115.zzjgkn (mgr.34102) 1459 : cluster [DBG] pgmap v1104: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:54.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:52.420897+0000 mgr.smithi115.zzjgkn (mgr.34102) 1459 : cluster [DBG] pgmap v1104: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:56.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:54.421572+0000 mgr.smithi115.zzjgkn (mgr.34102) 1460 : cluster [DBG] pgmap v1105: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:56.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:54.421572+0000 mgr.smithi115.zzjgkn (mgr.34102) 1460 : cluster [DBG] pgmap v1105: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:58.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:56.422423+0000 mgr.smithi115.zzjgkn (mgr.34102) 1461 : cluster [DBG] pgmap v1106: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:02:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:56.422423+0000 mgr.smithi115.zzjgkn (mgr.34102) 1461 : cluster [DBG] pgmap v1106: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:00.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:02:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:02:58.423008+0000 mgr.smithi115.zzjgkn (mgr.34102) 1462 : cluster [DBG] pgmap v1107: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:00.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:02:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:02:58.423008+0000 mgr.smithi115.zzjgkn (mgr.34102) 1462 : cluster [DBG] pgmap v1107: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:00.423893+0000 mgr.smithi115.zzjgkn (mgr.34102) 1463 : cluster [DBG] pgmap v1108: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:00.423893+0000 mgr.smithi115.zzjgkn (mgr.34102) 1463 : cluster [DBG] pgmap v1108: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:03.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:02.424527+0000 mgr.smithi115.zzjgkn (mgr.34102) 1464 : cluster [DBG] pgmap v1109: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:02.424527+0000 mgr.smithi115.zzjgkn (mgr.34102) 1464 : cluster [DBG] pgmap v1109: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:06.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:04.425092+0000 mgr.smithi115.zzjgkn (mgr.34102) 1465 : cluster [DBG] pgmap v1110: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:04.425092+0000 mgr.smithi115.zzjgkn (mgr.34102) 1465 : cluster [DBG] pgmap v1110: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:08.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:06.425910+0000 mgr.smithi115.zzjgkn (mgr.34102) 1466 : cluster [DBG] pgmap v1111: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:08.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:06.425910+0000 mgr.smithi115.zzjgkn (mgr.34102) 1466 : cluster [DBG] pgmap v1111: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:10.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:08.426389+0000 mgr.smithi115.zzjgkn (mgr.34102) 1467 : cluster [DBG] pgmap v1112: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:08.426389+0000 mgr.smithi115.zzjgkn (mgr.34102) 1467 : cluster [DBG] pgmap v1112: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:09.856107+0000 mon.smithi115 (mon.0) 1489 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-02-23T02:03:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:09.856380+0000 mon.smithi115 (mon.0) 1490 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:03:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:09.856634+0000 mon.smithi115 (mon.0) 1491 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:03:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:09.856862+0000 mon.smithi115 (mon.0) 1492 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:03:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:09.856107+0000 mon.smithi115 (mon.0) 1489 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-02-23T02:03:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:09.856380+0000 mon.smithi115 (mon.0) 1490 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:03:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:09.856634+0000 mon.smithi115 (mon.0) 1491 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:03:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:09.856862+0000 mon.smithi115 (mon.0) 1492 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:03:12.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:10.426992+0000 mgr.smithi115.zzjgkn (mgr.34102) 1468 : cluster [DBG] pgmap v1113: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:10.426992+0000 mgr.smithi115.zzjgkn (mgr.34102) 1468 : cluster [DBG] pgmap v1113: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:13.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:12.427426+0000 mgr.smithi115.zzjgkn (mgr.34102) 1469 : cluster [DBG] pgmap v1114: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:12.427426+0000 mgr.smithi115.zzjgkn (mgr.34102) 1469 : cluster [DBG] pgmap v1114: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:16.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:14.428073+0000 mgr.smithi115.zzjgkn (mgr.34102) 1470 : cluster [DBG] pgmap v1115: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:16.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:14.428073+0000 mgr.smithi115.zzjgkn (mgr.34102) 1470 : cluster [DBG] pgmap v1115: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:18.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:16.428742+0000 mgr.smithi115.zzjgkn (mgr.34102) 1471 : cluster [DBG] pgmap v1116: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:16.428742+0000 mgr.smithi115.zzjgkn (mgr.34102) 1471 : cluster [DBG] pgmap v1116: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:18.504 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:03:19.049 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:03:19.049 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (52m) 3m ago 57m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:03:19.049 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (25m) 3m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:03:19.049 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (25m) 3m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:03:19.049 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (54m) 3m ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:03:19.049 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (107m) 3m ago 107m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:03:19.049 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (107m) 3m ago 107m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (52m) 3m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (41m) 3m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (36m) 3m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (31m) 3m ago 2h 132M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (57m) 3m ago 57m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (57m) 3m ago 57m 90.7M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 99m - - 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 97m - - 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (20m) 3m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (15m) 3m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (9m) 3m ago 119m 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (3m) 3m ago 119m 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (117m) 3m ago 117m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T02:03:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (117m) 3m ago 117m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:03:19.051 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (117m) 3m ago 117m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:03:19.051 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (116m) 3m ago 116m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:03:19.051 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (57m) 3m ago 57m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:03:19.373 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:03:19.373 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:03:19.373 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:03:19.374 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:03:19.375 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:03:19.646 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:03:19.646 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:03:19.646 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:03:19.646 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:03:19.647 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:03:19.647 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:03:19.647 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:03:19.647 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:03:19.647 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:03:19.647 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "10/23 daemons upgraded", 2024-02-23T02:03:19.647 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:03:19.648 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:03:19.648 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:03:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:18.429144+0000 mgr.smithi115.zzjgkn (mgr.34102) 1472 : cluster [DBG] pgmap v1117: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:18.491739+0000 mgr.smithi115.zzjgkn (mgr.34102) 1473 : audit [DBG] from='client.35504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:19.037989+0000 mon.smithi115 (mon.0) 1493 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:03:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:19.038319+0000 mon.smithi115 (mon.0) 1494 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:19.038605+0000 mon.smithi115 (mon.0) 1495 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:19.038881+0000 mon.smithi115 (mon.0) 1496 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:19.039140+0000 mon.smithi115 (mon.0) 1497 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:19.041047+0000 mon.smithi115 (mon.0) 1498 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:03:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:19.041334+0000 mon.smithi115 (mon.0) 1499 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:19.041609+0000 mon.smithi115 (mon.0) 1500 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:19.041883+0000 mon.smithi115 (mon.0) 1501 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:19.042140+0000 mon.smithi115 (mon.0) 1502 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:19.372529+0000 mon.smithi115 (mon.0) 1503 : audit [DBG] from='client.? 172.21.15.115:0/2658491980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:03:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:18.429144+0000 mgr.smithi115.zzjgkn (mgr.34102) 1472 : cluster [DBG] pgmap v1117: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:18.491739+0000 mgr.smithi115.zzjgkn (mgr.34102) 1473 : audit [DBG] from='client.35504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:19.037989+0000 mon.smithi115 (mon.0) 1493 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:03:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:19.038319+0000 mon.smithi115 (mon.0) 1494 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:19.038605+0000 mon.smithi115 (mon.0) 1495 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:19.038881+0000 mon.smithi115 (mon.0) 1496 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:19.039140+0000 mon.smithi115 (mon.0) 1497 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:19.041047+0000 mon.smithi115 (mon.0) 1498 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:03:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:19.041334+0000 mon.smithi115 (mon.0) 1499 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:19.041609+0000 mon.smithi115 (mon.0) 1500 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:19.041883+0000 mon.smithi115 (mon.0) 1501 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:19.042140+0000 mon.smithi115 (mon.0) 1502 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:19.372529+0000 mon.smithi115 (mon.0) 1503 : audit [DBG] from='client.? 172.21.15.115:0/2658491980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:03:21.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:18.768651+0000 mgr.smithi115.zzjgkn (mgr.34102) 1474 : audit [DBG] from='client.35508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:21.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:19.036197+0000 mgr.smithi115.zzjgkn (mgr.34102) 1475 : audit [DBG] from='client.35512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:21.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:19.644689+0000 mgr.smithi115.zzjgkn (mgr.34102) 1476 : audit [DBG] from='client.35520 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:21.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:18.768651+0000 mgr.smithi115.zzjgkn (mgr.34102) 1474 : audit [DBG] from='client.35508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:21.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:19.036197+0000 mgr.smithi115.zzjgkn (mgr.34102) 1475 : audit [DBG] from='client.35512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:21.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:19.644689+0000 mgr.smithi115.zzjgkn (mgr.34102) 1476 : audit [DBG] from='client.35520 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:20.429764+0000 mgr.smithi115.zzjgkn (mgr.34102) 1477 : cluster [DBG] pgmap v1118: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:20.429764+0000 mgr.smithi115.zzjgkn (mgr.34102) 1477 : cluster [DBG] pgmap v1118: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:24.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:22.430284+0000 mgr.smithi115.zzjgkn (mgr.34102) 1478 : cluster [DBG] pgmap v1119: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:22.430284+0000 mgr.smithi115.zzjgkn (mgr.34102) 1478 : cluster [DBG] pgmap v1119: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:24.430928+0000 mgr.smithi115.zzjgkn (mgr.34102) 1479 : cluster [DBG] pgmap v1120: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:24.430928+0000 mgr.smithi115.zzjgkn (mgr.34102) 1479 : cluster [DBG] pgmap v1120: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:28.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:26.431738+0000 mgr.smithi115.zzjgkn (mgr.34102) 1480 : cluster [DBG] pgmap v1121: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:26.431738+0000 mgr.smithi115.zzjgkn (mgr.34102) 1480 : cluster [DBG] pgmap v1121: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:30.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:28.432208+0000 mgr.smithi115.zzjgkn (mgr.34102) 1481 : cluster [DBG] pgmap v1122: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:28.432208+0000 mgr.smithi115.zzjgkn (mgr.34102) 1481 : cluster [DBG] pgmap v1122: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:32.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:30.432882+0000 mgr.smithi115.zzjgkn (mgr.34102) 1482 : cluster [DBG] pgmap v1123: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:30.432882+0000 mgr.smithi115.zzjgkn (mgr.34102) 1482 : cluster [DBG] pgmap v1123: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:33.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:32.433345+0000 mgr.smithi115.zzjgkn (mgr.34102) 1483 : cluster [DBG] pgmap v1124: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:33.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:32.433345+0000 mgr.smithi115.zzjgkn (mgr.34102) 1483 : cluster [DBG] pgmap v1124: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:35.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:34.433981+0000 mgr.smithi115.zzjgkn (mgr.34102) 1484 : cluster [DBG] pgmap v1125: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:34.433981+0000 mgr.smithi115.zzjgkn (mgr.34102) 1484 : cluster [DBG] pgmap v1125: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:36.434820+0000 mgr.smithi115.zzjgkn (mgr.34102) 1485 : cluster [DBG] pgmap v1126: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:36.434820+0000 mgr.smithi115.zzjgkn (mgr.34102) 1485 : cluster [DBG] pgmap v1126: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:39.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:38.435402+0000 mgr.smithi115.zzjgkn (mgr.34102) 1486 : cluster [DBG] pgmap v1127: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:39.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:38.435402+0000 mgr.smithi115.zzjgkn (mgr.34102) 1486 : cluster [DBG] pgmap v1127: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:41.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:40.436272+0000 mgr.smithi115.zzjgkn (mgr.34102) 1487 : cluster [DBG] pgmap v1128: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:40.436272+0000 mgr.smithi115.zzjgkn (mgr.34102) 1487 : cluster [DBG] pgmap v1128: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:42.436931+0000 mgr.smithi115.zzjgkn (mgr.34102) 1488 : cluster [DBG] pgmap v1129: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:42.436931+0000 mgr.smithi115.zzjgkn (mgr.34102) 1488 : cluster [DBG] pgmap v1129: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:45.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:44.437485+0000 mgr.smithi115.zzjgkn (mgr.34102) 1489 : cluster [DBG] pgmap v1130: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:44.437485+0000 mgr.smithi115.zzjgkn (mgr.34102) 1489 : cluster [DBG] pgmap v1130: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:47.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:46.438128+0000 mgr.smithi115.zzjgkn (mgr.34102) 1490 : cluster [DBG] pgmap v1131: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:46.438128+0000 mgr.smithi115.zzjgkn (mgr.34102) 1490 : cluster [DBG] pgmap v1131: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:48.438758+0000 mgr.smithi115.zzjgkn (mgr.34102) 1491 : cluster [DBG] pgmap v1132: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:49.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:48.438758+0000 mgr.smithi115.zzjgkn (mgr.34102) 1491 : cluster [DBG] pgmap v1132: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:49.949 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:03:50.490 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:03:50.490 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (52m) 4m ago 58m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (26m) 4m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (25m) 4m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (55m) 4m ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (108m) 4m ago 108m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (108m) 4m ago 108m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (52m) 4m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (42m) 4m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (36m) 4m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (31m) 4m ago 2h 132M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (58m) 4m ago 58m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (58m) 4m ago 58m 90.7M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 100m - - 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 98m - - 2024-02-23T02:03:50.491 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (20m) 4m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:03:50.492 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (15m) 4m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:03:50.492 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (10m) 4m ago 2h 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:03:50.492 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (4m) 4m ago 2h 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:03:50.492 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (118m) 4m ago 118m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T02:03:50.492 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (118m) 4m ago 118m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:03:50.492 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (117m) 4m ago 117m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:03:50.492 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (117m) 4m ago 117m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:03:50.492 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (58m) 4m ago 58m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:03:50.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:50.479309+0000 mon.smithi115 (mon.0) 1504 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:03:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:50.479673+0000 mon.smithi115 (mon.0) 1505 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:50.479969+0000 mon.smithi115 (mon.0) 1506 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:50.480265+0000 mon.smithi115 (mon.0) 1507 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:50.480529+0000 mon.smithi115 (mon.0) 1508 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:50.482423+0000 mon.smithi115 (mon.0) 1509 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:03:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:50.482717+0000 mon.smithi115 (mon.0) 1510 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:50.483012+0000 mon.smithi115 (mon.0) 1511 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:50.483275+0000 mon.smithi115 (mon.0) 1512 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:50.483560+0000 mon.smithi115 (mon.0) 1513 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:50.479309+0000 mon.smithi115 (mon.0) 1504 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:03:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:50.479673+0000 mon.smithi115 (mon.0) 1505 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:50.479969+0000 mon.smithi115 (mon.0) 1506 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:50.480265+0000 mon.smithi115 (mon.0) 1507 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:50.480529+0000 mon.smithi115 (mon.0) 1508 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:50.482423+0000 mon.smithi115 (mon.0) 1509 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:03:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:50.482717+0000 mon.smithi115 (mon.0) 1510 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:50.483012+0000 mon.smithi115 (mon.0) 1511 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:50.483275+0000 mon.smithi115 (mon.0) 1512 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:50.483560+0000 mon.smithi115 (mon.0) 1513 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:03:50.813 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:03:50.813 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:03:50.813 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:03:50.814 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:03:50.814 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:03:50.814 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:03:50.814 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:03:50.814 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:03:50.814 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:03:50.814 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T02:03:50.814 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:03:50.814 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:03:50.814 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:03:50.814 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:03:50.814 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:03:50.814 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T02:03:50.815 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:03:50.815 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:03:50.815 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:03:51.085 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:03:51.085 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:03:51.086 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:03:51.086 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:03:51.086 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:03:51.086 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:03:51.086 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:03:51.086 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:03:51.086 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:03:51.086 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "10/23 daemons upgraded", 2024-02-23T02:03:51.086 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:03:51.086 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:03:51.086 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:03:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:49.932871+0000 mgr.smithi115.zzjgkn (mgr.34102) 1492 : audit [DBG] from='client.35524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:50.208685+0000 mgr.smithi115.zzjgkn (mgr.34102) 1493 : audit [DBG] from='client.35528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:50.439380+0000 mgr.smithi115.zzjgkn (mgr.34102) 1494 : cluster [DBG] pgmap v1133: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:50.477526+0000 mgr.smithi115.zzjgkn (mgr.34102) 1495 : audit [DBG] from='client.35532 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:50.811979+0000 mon.smithi115 (mon.0) 1514 : audit [DBG] from='client.? 172.21.15.115:0/2115521621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:03:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:49.932871+0000 mgr.smithi115.zzjgkn (mgr.34102) 1492 : audit [DBG] from='client.35524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:50.208685+0000 mgr.smithi115.zzjgkn (mgr.34102) 1493 : audit [DBG] from='client.35528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:50.439380+0000 mgr.smithi115.zzjgkn (mgr.34102) 1494 : cluster [DBG] pgmap v1133: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:50.477526+0000 mgr.smithi115.zzjgkn (mgr.34102) 1495 : audit [DBG] from='client.35532 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:50.811979+0000 mon.smithi115 (mon.0) 1514 : audit [DBG] from='client.? 172.21.15.115:0/2115521621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:03:53.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:03:51.084341+0000 mgr.smithi115.zzjgkn (mgr.34102) 1496 : audit [DBG] from='client.35540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:53.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:03:51.084341+0000 mgr.smithi115.zzjgkn (mgr.34102) 1496 : audit [DBG] from='client.35540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:03:53.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:52.439982+0000 mgr.smithi115.zzjgkn (mgr.34102) 1497 : cluster [DBG] pgmap v1134: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:54.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:52.439982+0000 mgr.smithi115.zzjgkn (mgr.34102) 1497 : cluster [DBG] pgmap v1134: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:56.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:54.440599+0000 mgr.smithi115.zzjgkn (mgr.34102) 1498 : cluster [DBG] pgmap v1135: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:56.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:54.440599+0000 mgr.smithi115.zzjgkn (mgr.34102) 1498 : cluster [DBG] pgmap v1135: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:58.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:56.441392+0000 mgr.smithi115.zzjgkn (mgr.34102) 1499 : cluster [DBG] pgmap v1136: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:03:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:56.441392+0000 mgr.smithi115.zzjgkn (mgr.34102) 1499 : cluster [DBG] pgmap v1136: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:00.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:03:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:03:58.442053+0000 mgr.smithi115.zzjgkn (mgr.34102) 1500 : cluster [DBG] pgmap v1137: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:03:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:03:58.442053+0000 mgr.smithi115.zzjgkn (mgr.34102) 1500 : cluster [DBG] pgmap v1137: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:02.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:00.442825+0000 mgr.smithi115.zzjgkn (mgr.34102) 1501 : cluster [DBG] pgmap v1138: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:00.442825+0000 mgr.smithi115.zzjgkn (mgr.34102) 1501 : cluster [DBG] pgmap v1138: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:03.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:02.443503+0000 mgr.smithi115.zzjgkn (mgr.34102) 1502 : cluster [DBG] pgmap v1139: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:02.443503+0000 mgr.smithi115.zzjgkn (mgr.34102) 1502 : cluster [DBG] pgmap v1139: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:04.444109+0000 mgr.smithi115.zzjgkn (mgr.34102) 1503 : cluster [DBG] pgmap v1140: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:04.444109+0000 mgr.smithi115.zzjgkn (mgr.34102) 1503 : cluster [DBG] pgmap v1140: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:08.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:06.444815+0000 mgr.smithi115.zzjgkn (mgr.34102) 1504 : cluster [DBG] pgmap v1141: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:08.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:06.444815+0000 mgr.smithi115.zzjgkn (mgr.34102) 1504 : cluster [DBG] pgmap v1141: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:10.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:08.445314+0000 mgr.smithi115.zzjgkn (mgr.34102) 1505 : cluster [DBG] pgmap v1142: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:08.445314+0000 mgr.smithi115.zzjgkn (mgr.34102) 1505 : cluster [DBG] pgmap v1142: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:11.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:09.860070+0000 mon.smithi115 (mon.0) 1515 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-02-23T02:04:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:09.860331+0000 mon.smithi115 (mon.0) 1516 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T02:04:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:09.860597+0000 mon.smithi115 (mon.0) 1517 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T02:04:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:09.860824+0000 mon.smithi115 (mon.0) 1518 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T02:04:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:09.860070+0000 mon.smithi115 (mon.0) 1515 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-02-23T02:04:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:09.860331+0000 mon.smithi115 (mon.0) 1516 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T02:04:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:09.860597+0000 mon.smithi115 (mon.0) 1517 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T02:04:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:09.860824+0000 mon.smithi115 (mon.0) 1518 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T02:04:11.884 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:10.445994+0000 mgr.smithi115.zzjgkn (mgr.34102) 1506 : cluster [DBG] pgmap v1143: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:10.445994+0000 mgr.smithi115.zzjgkn (mgr.34102) 1506 : cluster [DBG] pgmap v1143: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:12.446504+0000 mgr.smithi115.zzjgkn (mgr.34102) 1507 : cluster [DBG] pgmap v1144: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:12.446504+0000 mgr.smithi115.zzjgkn (mgr.34102) 1507 : cluster [DBG] pgmap v1144: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:16.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:14.447017+0000 mgr.smithi115.zzjgkn (mgr.34102) 1508 : cluster [DBG] pgmap v1145: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:14.447017+0000 mgr.smithi115.zzjgkn (mgr.34102) 1508 : cluster [DBG] pgmap v1145: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:18.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:16.447703+0000 mgr.smithi115.zzjgkn (mgr.34102) 1509 : cluster [DBG] pgmap v1146: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:18.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:16.447703+0000 mgr.smithi115.zzjgkn (mgr.34102) 1509 : cluster [DBG] pgmap v1146: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:20.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:18.448142+0000 mgr.smithi115.zzjgkn (mgr.34102) 1510 : cluster [DBG] pgmap v1147: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:18.448142+0000 mgr.smithi115.zzjgkn (mgr.34102) 1510 : cluster [DBG] pgmap v1147: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:21.386 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:04:21.933 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:04:21.933 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (53m) 4m ago 58m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:04:21.933 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (26m) 4m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:04:21.934 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (26m) 4m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:04:21.934 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (55m) 4m ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:04:21.934 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (108m) 4m ago 108m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:04:21.934 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (108m) 4m ago 108m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:04:21.934 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (53m) 4m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:04:21.934 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (42m) 4m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:04:21.934 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (37m) 4m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:04:21.934 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (32m) 4m ago 2h 132M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:04:21.934 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (58m) 4m ago 58m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:04:21.934 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (58m) 4m ago 58m 90.7M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:04:21.934 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 100m - - 2024-02-23T02:04:21.935 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 98m - - 2024-02-23T02:04:21.935 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (21m) 4m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:04:21.935 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (16m) 4m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:04:21.935 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (10m) 4m ago 2h 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:04:21.935 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (4m) 4m ago 2h 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:04:21.935 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (118m) 4m ago 118m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T02:04:21.935 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (118m) 4m ago 118m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:04:21.935 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (118m) 4m ago 118m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:04:21.935 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (118m) 4m ago 118m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:04:21.935 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (58m) 4m ago 58m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:04:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:20.448973+0000 mgr.smithi115.zzjgkn (mgr.34102) 1511 : cluster [DBG] pgmap v1148: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:20.448973+0000 mgr.smithi115.zzjgkn (mgr.34102) 1511 : cluster [DBG] pgmap v1148: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:22.256 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:04:22.256 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:04:22.256 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:04:22.256 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:04:22.256 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:04:22.256 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:04:22.256 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:04:22.256 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:04:22.257 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:04:22.257 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T02:04:22.257 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:04:22.257 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:04:22.257 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:04:22.257 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:04:22.257 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:04:22.257 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T02:04:22.257 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:04:22.257 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:04:22.257 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:04:22.530 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:04:22.530 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:04:22.531 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:04:22.531 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:04:22.531 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:04:22.531 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:04:22.531 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:04:22.531 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:04:22.531 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:04:22.531 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "10/23 daemons upgraded", 2024-02-23T02:04:22.531 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:04:22.531 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:04:22.531 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:04:23.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:21.374009+0000 mgr.smithi115.zzjgkn (mgr.34102) 1512 : audit [DBG] from='client.35544 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:21.652662+0000 mgr.smithi115.zzjgkn (mgr.34102) 1513 : audit [DBG] from='client.35548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:21.922399+0000 mon.smithi115 (mon.0) 1519 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:04:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:21.922776+0000 mon.smithi115 (mon.0) 1520 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:21.923048+0000 mon.smithi115 (mon.0) 1521 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:21.923299+0000 mon.smithi115 (mon.0) 1522 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:21.923540+0000 mon.smithi115 (mon.0) 1523 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:21.925434+0000 mon.smithi115 (mon.0) 1524 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:04:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:21.925703+0000 mon.smithi115 (mon.0) 1525 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:21.925953+0000 mon.smithi115 (mon.0) 1526 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:21.926195+0000 mon.smithi115 (mon.0) 1527 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:21.926429+0000 mon.smithi115 (mon.0) 1528 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:22.254832+0000 mon.smithi115 (mon.0) 1529 : audit [DBG] from='client.? 172.21.15.115:0/1848075414' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:04:23.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:21.374009+0000 mgr.smithi115.zzjgkn (mgr.34102) 1512 : audit [DBG] from='client.35544 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:23.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:21.652662+0000 mgr.smithi115.zzjgkn (mgr.34102) 1513 : audit [DBG] from='client.35548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:23.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:21.922399+0000 mon.smithi115 (mon.0) 1519 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:04:23.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:21.922776+0000 mon.smithi115 (mon.0) 1520 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:21.923048+0000 mon.smithi115 (mon.0) 1521 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:21.923299+0000 mon.smithi115 (mon.0) 1522 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:21.923540+0000 mon.smithi115 (mon.0) 1523 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:21.925434+0000 mon.smithi115 (mon.0) 1524 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:04:23.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:21.925703+0000 mon.smithi115 (mon.0) 1525 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:21.925953+0000 mon.smithi115 (mon.0) 1526 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:21.926195+0000 mon.smithi115 (mon.0) 1527 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:21.926429+0000 mon.smithi115 (mon.0) 1528 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:23.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:22.254832+0000 mon.smithi115 (mon.0) 1529 : audit [DBG] from='client.? 172.21.15.115:0/1848075414' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:04:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:21.920612+0000 mgr.smithi115.zzjgkn (mgr.34102) 1514 : audit [DBG] from='client.35552 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:22.449432+0000 mgr.smithi115.zzjgkn (mgr.34102) 1515 : cluster [DBG] pgmap v1149: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:22.529221+0000 mgr.smithi115.zzjgkn (mgr.34102) 1516 : audit [DBG] from='client.35560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:21.920612+0000 mgr.smithi115.zzjgkn (mgr.34102) 1514 : audit [DBG] from='client.35552 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:22.449432+0000 mgr.smithi115.zzjgkn (mgr.34102) 1515 : cluster [DBG] pgmap v1149: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:22.529221+0000 mgr.smithi115.zzjgkn (mgr.34102) 1516 : audit [DBG] from='client.35560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:26.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:24.450085+0000 mgr.smithi115.zzjgkn (mgr.34102) 1517 : cluster [DBG] pgmap v1150: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:24.450085+0000 mgr.smithi115.zzjgkn (mgr.34102) 1517 : cluster [DBG] pgmap v1150: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:28.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:26.450937+0000 mgr.smithi115.zzjgkn (mgr.34102) 1518 : cluster [DBG] pgmap v1151: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:26.450937+0000 mgr.smithi115.zzjgkn (mgr.34102) 1518 : cluster [DBG] pgmap v1151: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:30.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:28.451413+0000 mgr.smithi115.zzjgkn (mgr.34102) 1519 : cluster [DBG] pgmap v1152: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:28.451413+0000 mgr.smithi115.zzjgkn (mgr.34102) 1519 : cluster [DBG] pgmap v1152: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:30.452325+0000 mgr.smithi115.zzjgkn (mgr.34102) 1520 : cluster [DBG] pgmap v1153: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:30.452325+0000 mgr.smithi115.zzjgkn (mgr.34102) 1520 : cluster [DBG] pgmap v1153: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:33.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:32.453006+0000 mgr.smithi115.zzjgkn (mgr.34102) 1521 : cluster [DBG] pgmap v1154: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:32.453006+0000 mgr.smithi115.zzjgkn (mgr.34102) 1521 : cluster [DBG] pgmap v1154: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:34.453625+0000 mgr.smithi115.zzjgkn (mgr.34102) 1522 : cluster [DBG] pgmap v1155: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:36.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:34.453625+0000 mgr.smithi115.zzjgkn (mgr.34102) 1522 : cluster [DBG] pgmap v1155: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:38.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:36.454442+0000 mgr.smithi115.zzjgkn (mgr.34102) 1523 : cluster [DBG] pgmap v1156: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:36.454442+0000 mgr.smithi115.zzjgkn (mgr.34102) 1523 : cluster [DBG] pgmap v1156: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:40.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:38.455082+0000 mgr.smithi115.zzjgkn (mgr.34102) 1524 : cluster [DBG] pgmap v1157: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:38.455082+0000 mgr.smithi115.zzjgkn (mgr.34102) 1524 : cluster [DBG] pgmap v1157: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:40.455839+0000 mgr.smithi115.zzjgkn (mgr.34102) 1525 : cluster [DBG] pgmap v1158: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:40.455839+0000 mgr.smithi115.zzjgkn (mgr.34102) 1525 : cluster [DBG] pgmap v1158: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:42.456515+0000 mgr.smithi115.zzjgkn (mgr.34102) 1526 : cluster [DBG] pgmap v1159: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:42.456515+0000 mgr.smithi115.zzjgkn (mgr.34102) 1526 : cluster [DBG] pgmap v1159: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:46.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:44.457112+0000 mgr.smithi115.zzjgkn (mgr.34102) 1527 : cluster [DBG] pgmap v1160: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:44.457112+0000 mgr.smithi115.zzjgkn (mgr.34102) 1527 : cluster [DBG] pgmap v1160: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:48.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:46.457761+0000 mgr.smithi115.zzjgkn (mgr.34102) 1528 : cluster [DBG] pgmap v1161: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:46.457761+0000 mgr.smithi115.zzjgkn (mgr.34102) 1528 : cluster [DBG] pgmap v1161: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:48.458230+0000 mgr.smithi115.zzjgkn (mgr.34102) 1529 : cluster [DBG] pgmap v1162: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:49.444375+0000 mon.smithi115 (mon.0) 1530 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:04:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:49.447103+0000 mon.smithi115 (mon.0) 1531 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:04:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:49.448904+0000 mon.smithi115 (mon.0) 1532 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:04:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:49.450625+0000 mon.smithi115 (mon.0) 1533 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:04:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:49.452348+0000 mon.smithi115 (mon.0) 1534 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-23T02:04:49.951 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:48.458230+0000 mgr.smithi115.zzjgkn (mgr.34102) 1529 : cluster [DBG] pgmap v1162: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:49.952 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:49.444375+0000 mon.smithi115 (mon.0) 1530 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:04:49.952 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:49.447103+0000 mon.smithi115 (mon.0) 1531 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:04:49.952 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:49.448904+0000 mon.smithi115 (mon.0) 1532 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:04:49.952 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:49.450625+0000 mon.smithi115 (mon.0) 1533 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:04:49.952 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:49.452348+0000 mon.smithi115 (mon.0) 1534 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-23T02:04:50.961 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:04:49.442016+0000 mgr.smithi115.zzjgkn (mgr.34102) 1530 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:04:50.962 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:04:50.962 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:04:50.962 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:04:50.962 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:04:50.962 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:04:50.962 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:04:50.962 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:04:50.962 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:04:50.962 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:04:50.962 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:04:50.962 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:04:50.963 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:04:50.964 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:04:50.964 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:04:50.964 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:04:50.964 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:04:50.964 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:04:50.964 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:04:50.964 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:04:50.964 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:04:50.964 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:04:50.964 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:04:50.964 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:04:50.965 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:04:50.965 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:04:50.965 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:04:50.965 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:04:50.965 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:04:50.965 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:04:50.965 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:04:50.965 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:04:50.965 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:04:50.965 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:04:50.966 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:04:50.966 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:04:50.966 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:04:50.966 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:04:50.966 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:49.452526+0000 mgr.smithi115.zzjgkn (mgr.34102) 1531 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-23T02:04:50.966 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:04:49.453700+0000 mgr.smithi115.zzjgkn (mgr.34102) 1532 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-23T02:04:51.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:04:49.442016+0000 mgr.smithi115.zzjgkn (mgr.34102) 1530 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:04:51.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:04:51.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:04:51.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:04:51.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:04:51.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:04:51.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:04:51.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:04:51.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:04:51.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:04:51.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:04:51.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:04:51.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:04:51.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:04:51.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:04:51.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:04:51.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:04:51.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:04:51.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:04:51.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:04:51.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:04:51.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:04:51.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:04:51.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:04:51.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:04:51.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:04:51.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:04:51.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:04:51.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:04:51.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:04:51.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:04:51.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:04:51.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:04:51.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:04:51.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:04:51.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:04:51.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:04:51.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:04:51.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:04:51.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:04:51.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:04:51.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:04:51.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:04:51.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:04:51.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:04:51.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:04:51.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:04:51.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:04:51.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:04:51.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:04:51.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:04:51.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:04:51.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:49.452526+0000 mgr.smithi115.zzjgkn (mgr.34102) 1531 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-23T02:04:51.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:04:49.453700+0000 mgr.smithi115.zzjgkn (mgr.34102) 1532 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-23T02:04:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:50.459014+0000 mgr.smithi115.zzjgkn (mgr.34102) 1533 : cluster [DBG] pgmap v1163: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:50.985077+0000 mon.smithi115 (mon.0) 1535 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:04:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:50.985921+0000 mon.smithi115 (mon.0) 1536 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-23T02:04:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:50.986585+0000 mon.smithi115 (mon.0) 1537 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:04:51.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:50.988287+0000 mon.smithi115 (mon.0) 1538 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-23T02:04:52.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:50.459014+0000 mgr.smithi115.zzjgkn (mgr.34102) 1533 : cluster [DBG] pgmap v1163: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:52.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:50.985077+0000 mon.smithi115 (mon.0) 1535 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:04:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:50.985921+0000 mon.smithi115 (mon.0) 1536 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-23T02:04:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:50.986585+0000 mon.smithi115 (mon.0) 1537 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:04:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:50.988287+0000 mon.smithi115 (mon.0) 1538 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-23T02:04:52.827 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:04:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:04:50.979861+0000 mgr.smithi115.zzjgkn (mgr.34102) 1534 : cephadm [INF] Upgrade: Updating osd.4 2024-02-23T02:04:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:04:50.987866+0000 mgr.smithi115.zzjgkn (mgr.34102) 1535 : cephadm [INF] Deploying daemon osd.4 on smithi131 2024-02-23T02:04:53.028 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:04:50.979861+0000 mgr.smithi115.zzjgkn (mgr.34102) 1534 : cephadm [INF] Upgrade: Updating osd.4 2024-02-23T02:04:53.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:04:50.987866+0000 mgr.smithi115.zzjgkn (mgr.34102) 1535 : cephadm [INF] Deploying daemon osd.4 on smithi131 2024-02-23T02:04:53.371 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:04:53.372 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (53m) 5m ago 59m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:04:53.372 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (27m) 5m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:04:53.372 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (27m) 5m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:04:53.372 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (56m) 5m ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:04:53.372 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (109m) 5m ago 109m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:04:53.372 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (109m) 5m ago 109m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:04:53.372 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (53m) 5m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:04:53.372 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (43m) 5m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:04:53.372 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (37m) 5m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:04:53.372 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (32m) 5m ago 2h 132M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:04:53.372 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (59m) 5m ago 59m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:04:53.372 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (59m) 5m ago 59m 90.7M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:04:53.373 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 101m - - 2024-02-23T02:04:53.373 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 99m - - 2024-02-23T02:04:53.373 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (21m) 5m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:04:53.373 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (16m) 5m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:04:53.373 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (11m) 5m ago 2h 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:04:53.373 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (5m) 5m ago 2h 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:04:53.373 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (119m) 5m ago 119m 450M 4096M 15.2.13 2cf504fded39 5627696ab8be 2024-02-23T02:04:53.373 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (119m) 5m ago 119m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:04:53.373 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (118m) 5m ago 118m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:04:53.373 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (118m) 5m ago 118m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:04:53.373 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (59m) 5m ago 59m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:04:53.696 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:04:53.696 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-23T02:04:53.697 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:04:53.698 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:04:53.698 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:04:53.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:52.459550+0000 mgr.smithi115.zzjgkn (mgr.34102) 1536 : cluster [DBG] pgmap v1164: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.361143+0000 mon.smithi115 (mon.0) 1539 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:04:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.361500+0000 mon.smithi115 (mon.0) 1540 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.361774+0000 mon.smithi115 (mon.0) 1541 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.362013+0000 mon.smithi115 (mon.0) 1542 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.362250+0000 mon.smithi115 (mon.0) 1543 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.364078+0000 mon.smithi115 (mon.0) 1544 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:04:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.364339+0000 mon.smithi115 (mon.0) 1545 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.364576+0000 mon.smithi115 (mon.0) 1546 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.364817+0000 mon.smithi115 (mon.0) 1547 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.365047+0000 mon.smithi115 (mon.0) 1548 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:53.969 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:04:53.969 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:04:53.969 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:04:53.969 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:04:53.969 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:04:53.969 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:04:53.969 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:04:53.969 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:04:53.969 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:04:53.969 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "10/23 daemons upgraded", 2024-02-23T02:04:53.969 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:04:53.969 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:04:53.969 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:04:54.029 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:53 smithi131 systemd[1]: Stopping Ceph osd.4 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:04:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:52.459550+0000 mgr.smithi115.zzjgkn (mgr.34102) 1536 : cluster [DBG] pgmap v1164: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.361143+0000 mon.smithi115 (mon.0) 1539 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:04:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.361500+0000 mon.smithi115 (mon.0) 1540 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.361774+0000 mon.smithi115 (mon.0) 1541 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.362013+0000 mon.smithi115 (mon.0) 1542 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.362250+0000 mon.smithi115 (mon.0) 1543 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.364078+0000 mon.smithi115 (mon.0) 1544 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:04:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.364339+0000 mon.smithi115 (mon.0) 1545 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.364576+0000 mon.smithi115 (mon.0) 1546 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.364817+0000 mon.smithi115 (mon.0) 1547 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:54.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.365047+0000 mon.smithi115 (mon.0) 1548 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:04:54.670 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:54 smithi131 bash[64180]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.4 2024-02-23T02:04:54.670 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:54 smithi131 bash[64236]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.4 2024-02-23T02:04:55.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:52.814952+0000 mgr.smithi115.zzjgkn (mgr.34102) 1537 : audit [DBG] from='client.35564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:55.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.089670+0000 mgr.smithi115.zzjgkn (mgr.34102) 1538 : audit [DBG] from='client.35568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:55.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.359374+0000 mgr.smithi115.zzjgkn (mgr.34102) 1539 : audit [DBG] from='client.35572 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:55.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.695646+0000 mon.smithi115 (mon.0) 1549 : audit [DBG] from='client.? 172.21.15.115:0/2452922448' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:04:55.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.252169+0000 mon.smithi115 (mon.0) 1550 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-23T02:04:55.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.252212+0000 mon.smithi115 (mon.0) 1551 : cluster [INF] osd.4 failed (root=default,host=smithi131) (connection refused reported by osd.6) 2024-02-23T02:04:55.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.252287+0000 mon.smithi115 (mon.0) 1552 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-23T02:04:55.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.252351+0000 mon.smithi115 (mon.0) 1553 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-23T02:04:55.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.252602+0000 mon.smithi115 (mon.0) 1554 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.252758+0000 mon.smithi115 (mon.0) 1555 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.252840+0000 mon.smithi115 (mon.0) 1556 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.252969+0000 mon.smithi115 (mon.0) 1557 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.253014+0000 mon.smithi115 (mon.0) 1558 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.253109+0000 mon.smithi115 (mon.0) 1559 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.253178+0000 mon.smithi115 (mon.0) 1560 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.253245+0000 mon.smithi115 (mon.0) 1561 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.253309+0000 mon.smithi115 (mon.0) 1562 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.253386+0000 mon.smithi115 (mon.0) 1563 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.253452+0000 mon.smithi115 (mon.0) 1564 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.592187+0000 mon.smithi115 (mon.0) 1565 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.605881+0000 mon.smithi115 (mon.0) 1566 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.605941+0000 mon.smithi115 (mon.0) 1567 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.653064+0000 mon.smithi115 (mon.0) 1568 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-23T02:04:55.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.653128+0000 mon.smithi115 (mon.0) 1569 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-23T02:04:55.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.653252+0000 mon.smithi115 (mon.0) 1570 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-23T02:04:55.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.653338+0000 mon.smithi115 (mon.0) 1571 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-23T02:04:55.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.653451+0000 mon.smithi115 (mon.0) 1572 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-23T02:04:55.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.653549+0000 mon.smithi115 (mon.0) 1573 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-23T02:04:55.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.653632+0000 mon.smithi115 (mon.0) 1574 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-23T02:04:55.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.653710+0000 mon.smithi115 (mon.0) 1575 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-23T02:04:55.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.653787+0000 mon.smithi115 (mon.0) 1576 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-23T02:04:55.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.653859+0000 mon.smithi115 (mon.0) 1577 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-23T02:04:55.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.653929+0000 mon.smithi115 (mon.0) 1578 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-23T02:04:55.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.654014+0000 mon.smithi115 (mon.0) 1579 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-23T02:04:55.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.654091+0000 mon.smithi115 (mon.0) 1580 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-23T02:04:55.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.654160+0000 mon.smithi115 (mon.0) 1581 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-23T02:04:55.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:52.814952+0000 mgr.smithi115.zzjgkn (mgr.34102) 1537 : audit [DBG] from='client.35564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:55.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.089670+0000 mgr.smithi115.zzjgkn (mgr.34102) 1538 : audit [DBG] from='client.35568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:55.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.359374+0000 mgr.smithi115.zzjgkn (mgr.34102) 1539 : audit [DBG] from='client.35572 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:55.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.695646+0000 mon.smithi115 (mon.0) 1549 : audit [DBG] from='client.? 172.21.15.115:0/2452922448' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:04:55.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.252169+0000 mon.smithi115 (mon.0) 1550 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-23T02:04:55.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.252212+0000 mon.smithi115 (mon.0) 1551 : cluster [INF] osd.4 failed (root=default,host=smithi131) (connection refused reported by osd.6) 2024-02-23T02:04:55.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.252287+0000 mon.smithi115 (mon.0) 1552 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-23T02:04:55.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.252351+0000 mon.smithi115 (mon.0) 1553 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-23T02:04:55.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.252602+0000 mon.smithi115 (mon.0) 1554 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-23T02:04:55.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.252758+0000 mon.smithi115 (mon.0) 1555 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-23T02:04:55.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.252840+0000 mon.smithi115 (mon.0) 1556 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-23T02:04:55.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.252969+0000 mon.smithi115 (mon.0) 1557 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-23T02:04:55.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.253014+0000 mon.smithi115 (mon.0) 1558 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-23T02:04:55.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.253109+0000 mon.smithi115 (mon.0) 1559 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-23T02:04:55.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.253178+0000 mon.smithi115 (mon.0) 1560 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-23T02:04:55.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.253245+0000 mon.smithi115 (mon.0) 1561 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-23T02:04:55.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.253309+0000 mon.smithi115 (mon.0) 1562 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-23T02:04:55.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.253386+0000 mon.smithi115 (mon.0) 1563 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-23T02:04:55.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.253452+0000 mon.smithi115 (mon.0) 1564 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-23T02:04:55.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.592187+0000 mon.smithi115 (mon.0) 1565 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-23T02:04:55.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.605881+0000 mon.smithi115 (mon.0) 1566 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-23T02:04:55.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.605941+0000 mon.smithi115 (mon.0) 1567 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-23T02:04:55.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.653064+0000 mon.smithi115 (mon.0) 1568 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-23T02:04:55.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.653128+0000 mon.smithi115 (mon.0) 1569 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-23T02:04:55.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.653252+0000 mon.smithi115 (mon.0) 1570 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-23T02:04:55.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.653338+0000 mon.smithi115 (mon.0) 1571 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-23T02:04:55.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.653451+0000 mon.smithi115 (mon.0) 1572 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-23T02:04:55.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.653549+0000 mon.smithi115 (mon.0) 1573 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-23T02:04:55.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.653632+0000 mon.smithi115 (mon.0) 1574 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-23T02:04:55.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.653710+0000 mon.smithi115 (mon.0) 1575 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-23T02:04:55.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.653787+0000 mon.smithi115 (mon.0) 1576 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-23T02:04:55.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.653859+0000 mon.smithi115 (mon.0) 1577 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-23T02:04:55.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.653929+0000 mon.smithi115 (mon.0) 1578 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-23T02:04:55.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.654014+0000 mon.smithi115 (mon.0) 1579 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-23T02:04:55.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.654091+0000 mon.smithi115 (mon.0) 1580 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-23T02:04:55.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.654160+0000 mon.smithi115 (mon.0) 1581 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-23T02:04:55.706 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:53.967647+0000 mgr.smithi115.zzjgkn (mgr.34102) 1540 : audit [DBG] from='client.35580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:55.706 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.460004+0000 mgr.smithi115.zzjgkn (mgr.34102) 1541 : cluster [DBG] pgmap v1165: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:55.706 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.664349+0000 mon.smithi115 (mon.0) 1582 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T02:04:55.706 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:54.675327+0000 mon.smithi115 (mon.0) 1583 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-02-23T02:04:55.706 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:54.926316+0000 mon.smithi115 (mon.0) 1584 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:04:56.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:53.967647+0000 mgr.smithi115.zzjgkn (mgr.34102) 1540 : audit [DBG] from='client.35580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:04:56.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.460004+0000 mgr.smithi115.zzjgkn (mgr.34102) 1541 : cluster [DBG] pgmap v1165: 129 pgs: 129 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-02-23T02:04:56.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.664349+0000 mon.smithi115 (mon.0) 1582 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T02:04:56.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:54.675327+0000 mon.smithi115 (mon.0) 1583 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-02-23T02:04:56.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:54.926316+0000 mon.smithi115 (mon.0) 1584 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:04:56.700 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:56 smithi131 systemd[1]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.4.service: Succeeded. 2024-02-23T02:04:56.701 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:56 smithi131 systemd[1]: Stopped Ceph osd.4 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T02:04:56.701 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:56 smithi131 systemd[1]: Starting Ceph osd.4 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:04:57.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:55.673296+0000 mon.smithi115 (mon.0) 1585 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-02-23T02:04:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:55.673296+0000 mon.smithi115 (mon.0) 1585 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-02-23T02:04:57.702 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:57 smithi131 bash[64495]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-23T02:04:57.703 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:57 smithi131 bash[64495]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-23T02:04:57.703 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:57 smithi131 bash[64495]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-02-23T02:04:57.703 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:57 smithi131 bash[64495]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-02-23T02:04:57.703 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:57 smithi131 bash[64495]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-02-23T02:04:57.703 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:57 smithi131 bash[64495]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-23T02:04:57.703 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:57 smithi131 bash[64495]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-23T02:04:57.703 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:57 smithi131 bash[64495]: --> ceph-volume lvm activate successful for osd ID: 4 2024-02-23T02:04:58.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:56.460763+0000 mgr.smithi115.zzjgkn (mgr.34102) 1542 : cluster [DBG] pgmap v1168: 129 pgs: 2 active+undersized+degraded, 36 peering, 4 stale+active+clean, 6 active+undersized, 81 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 2/402 objects degraded (0.498%) 2024-02-23T02:04:58.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:56.693062+0000 mon.smithi115 (mon.0) 1586 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs inactive, 36 pgs peering (PG_AVAILABILITY) 2024-02-23T02:04:58.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:56.693117+0000 mon.smithi115 (mon.0) 1587 : cluster [WRN] Health check failed: Degraded data redundancy: 2/402 objects degraded (0.498%), 2 pgs degraded (PG_DEGRADED) 2024-02-23T02:04:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:56.460763+0000 mgr.smithi115.zzjgkn (mgr.34102) 1542 : cluster [DBG] pgmap v1168: 129 pgs: 2 active+undersized+degraded, 36 peering, 4 stale+active+clean, 6 active+undersized, 81 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 2/402 objects degraded (0.498%) 2024-02-23T02:04:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:56.693062+0000 mon.smithi115 (mon.0) 1586 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs inactive, 36 pgs peering (PG_AVAILABILITY) 2024-02-23T02:04:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:56.693117+0000 mon.smithi115 (mon.0) 1587 : cluster [WRN] Health check failed: Degraded data redundancy: 2/402 objects degraded (0.498%), 2 pgs degraded (PG_DEGRADED) 2024-02-23T02:04:59.029 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:04:58.561+0000 7ff81197a700 1 -- 172.21.15.131:0/1212372333 <== mon.1 v2:172.21.15.131:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557993d98680 con 0x557993d61400 2024-02-23T02:04:59.029 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:58 smithi131 bash[64745]: e807833704bccd9f1e166bf76fbec3614ab413d8e8d336782eace42c1119b8d0 2024-02-23T02:04:59.029 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:58 smithi131 systemd[1]: Started Ceph osd.4 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T02:04:59.341 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:04:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:04:59.077+0000 7ff819408380 -1 Falling back to public interface 2024-02-23T02:05:00.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:04:58.461570+0000 mgr.smithi115.zzjgkn (mgr.34102) 1543 : cluster [DBG] pgmap v1169: 129 pgs: 4 active+undersized+degraded, 36 peering, 2 stale+active+clean, 7 active+undersized, 80 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 4/402 objects degraded (0.995%) 2024-02-23T02:05:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:58.694270+0000 mon.smithi115 (mon.0) 1588 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:58.695238+0000 mon.smithi115 (mon.0) 1589 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:05:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:04:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:04:58.697211+0000 mon.smithi115 (mon.0) 1590 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:05:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:04:58.461570+0000 mgr.smithi115.zzjgkn (mgr.34102) 1543 : cluster [DBG] pgmap v1169: 129 pgs: 4 active+undersized+degraded, 36 peering, 2 stale+active+clean, 7 active+undersized, 80 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 4/402 objects degraded (0.995%) 2024-02-23T02:05:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:58.694270+0000 mon.smithi115 (mon.0) 1588 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:58.695238+0000 mon.smithi115 (mon.0) 1589 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:05:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:04:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:04:58.697211+0000 mon.smithi115 (mon.0) 1590 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:05:01.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:00.462386+0000 mgr.smithi115.zzjgkn (mgr.34102) 1544 : cluster [DBG] pgmap v1170: 129 pgs: 17 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 43/402 objects degraded (10.697%) 2024-02-23T02:05:01.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:00.694084+0000 mon.smithi115 (mon.0) 1591 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 36 pgs peering) 2024-02-23T02:05:01.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:00.462386+0000 mgr.smithi115.zzjgkn (mgr.34102) 1544 : cluster [DBG] pgmap v1170: 129 pgs: 17 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 43/402 objects degraded (10.697%) 2024-02-23T02:05:01.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:00.694084+0000 mon.smithi115 (mon.0) 1591 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 36 pgs peering) 2024-02-23T02:05:02.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:02.302282+0000 mon.smithi115 (mon.0) 1592 : cluster [WRN] Health check update: Degraded data redundancy: 43/402 objects degraded (10.697%), 17 pgs degraded (PG_DEGRADED) 2024-02-23T02:05:02.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:02.302282+0000 mon.smithi115 (mon.0) 1592 : cluster [WRN] Health check update: Degraded data redundancy: 43/402 objects degraded (10.697%), 17 pgs degraded (PG_DEGRADED) 2024-02-23T02:05:03.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:02.463171+0000 mgr.smithi115.zzjgkn (mgr.34102) 1545 : cluster [DBG] pgmap v1171: 129 pgs: 17 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 43/402 objects degraded (10.697%) 2024-02-23T02:05:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:02.463171+0000 mgr.smithi115.zzjgkn (mgr.34102) 1545 : cluster [DBG] pgmap v1171: 129 pgs: 17 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 43/402 objects degraded (10.697%) 2024-02-23T02:05:05.279 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:05:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:05:04.794+0000 7ff819408380 -1 osd.4 86 log_to_monitors {default=true} 2024-02-23T02:05:05.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:04.285116+0000 mon.smithi115 (mon.0) 1593 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:05.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:04.463849+0000 mgr.smithi115.zzjgkn (mgr.34102) 1546 : cluster [DBG] pgmap v1172: 129 pgs: 17 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 43/402 objects degraded (10.697%) 2024-02-23T02:05:05.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:04.605021+0000 mon.smithi115 (mon.0) 1594 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:05:05.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:04.605803+0000 mon.smithi115 (mon.0) 1595 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:05:05.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:05:04.606413+0000 mgr.smithi115.zzjgkn (mgr.34102) 1547 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:05:05.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:04.606991+0000 mgr.smithi115.zzjgkn (mgr.34102) 1548 : cluster [DBG] pgmap v1173: 129 pgs: 17 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 43/402 objects degraded (10.697%) 2024-02-23T02:05:05.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:04.607229+0000 mgr.smithi115.zzjgkn (mgr.34102) 1549 : cluster [DBG] pgmap v1174: 129 pgs: 17 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 43/402 objects degraded (10.697%) 2024-02-23T02:05:05.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:04.611223+0000 mon.smithi115 (mon.0) 1596 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:05.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:04.613958+0000 mon.smithi115 (mon.0) 1597 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:05:05.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:04.620151+0000 mon.smithi115 (mon.0) 1598 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:05.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:05:04.621754+0000 mgr.smithi115.zzjgkn (mgr.34102) 1550 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:05:05.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:05:04.621893+0000 mgr.smithi115.zzjgkn (mgr.34102) 1551 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:05:05.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:04.799825+0000 mon.smithi131 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.131:6800/3786394167,v1:172.21.15.131:6801/3786394167]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-23T02:05:05.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:04.800209+0000 mon.smithi115 (mon.0) 1599 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-23T02:05:05.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:04.285116+0000 mon.smithi115 (mon.0) 1593 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:04.463849+0000 mgr.smithi115.zzjgkn (mgr.34102) 1546 : cluster [DBG] pgmap v1172: 129 pgs: 17 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 43/402 objects degraded (10.697%) 2024-02-23T02:05:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:04.605021+0000 mon.smithi115 (mon.0) 1594 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:05:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:04.605803+0000 mon.smithi115 (mon.0) 1595 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:05:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:05:04.606413+0000 mgr.smithi115.zzjgkn (mgr.34102) 1547 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:05:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:04.606991+0000 mgr.smithi115.zzjgkn (mgr.34102) 1548 : cluster [DBG] pgmap v1173: 129 pgs: 17 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 43/402 objects degraded (10.697%) 2024-02-23T02:05:05.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:04.607229+0000 mgr.smithi115.zzjgkn (mgr.34102) 1549 : cluster [DBG] pgmap v1174: 129 pgs: 17 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 43/402 objects degraded (10.697%) 2024-02-23T02:05:05.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:04.611223+0000 mon.smithi115 (mon.0) 1596 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:05.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:04.613958+0000 mon.smithi115 (mon.0) 1597 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:05:05.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:04.620151+0000 mon.smithi115 (mon.0) 1598 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:05.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:05:04.621754+0000 mgr.smithi115.zzjgkn (mgr.34102) 1550 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:05:05.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:05:04.621893+0000 mgr.smithi115.zzjgkn (mgr.34102) 1551 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:05:05.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:04.799825+0000 mon.smithi131 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.131:6800/3786394167,v1:172.21.15.131:6801/3786394167]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-23T02:05:05.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:04.800209+0000 mon.smithi115 (mon.0) 1599 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-23T02:05:06.029 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:05:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:05:05.638+0000 7ff8090ec700 -1 osd.4 86 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-23T02:05:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:05.622372+0000 mon.smithi115 (mon.0) 1600 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-23T02:05:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:05.622421+0000 mon.smithi115 (mon.0) 1601 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-23T02:05:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:05.625092+0000 mon.smithi131 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.131:6800/3786394167,v1:172.21.15.131:6801/3786394167]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:05:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:05.625535+0000 mon.smithi115 (mon.0) 1602 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:05:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:05.928259+0000 mon.smithi115 (mon.0) 1603 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:07.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:05.622372+0000 mon.smithi115 (mon.0) 1600 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-23T02:05:07.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:05.622421+0000 mon.smithi115 (mon.0) 1601 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-23T02:05:07.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:05.625092+0000 mon.smithi131 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.131:6800/3786394167,v1:172.21.15.131:6801/3786394167]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:05:07.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:05.625535+0000 mon.smithi115 (mon.0) 1602 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:05:07.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:05.928259+0000 mon.smithi115 (mon.0) 1603 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:08.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:06.607829+0000 mgr.smithi115.zzjgkn (mgr.34102) 1552 : cluster [DBG] pgmap v1176: 129 pgs: 17 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 43/402 objects degraded (10.697%) 2024-02-23T02:05:08.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:06.620638+0000 mon.smithi115 (mon.0) 1604 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T02:05:08.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:06.624478+0000 mon.smithi115 (mon.0) 1605 : cluster [INF] osd.4 [v2:172.21.15.131:6800/3786394167,v1:172.21.15.131:6801/3786394167] boot 2024-02-23T02:05:08.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:06.624508+0000 mon.smithi115 (mon.0) 1606 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-02-23T02:05:08.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:06.625081+0000 mon.smithi115 (mon.0) 1607 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T02:05:08.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:07.626309+0000 mon.smithi115 (mon.0) 1608 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-02-23T02:05:08.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:06.607829+0000 mgr.smithi115.zzjgkn (mgr.34102) 1552 : cluster [DBG] pgmap v1176: 129 pgs: 17 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 43/402 objects degraded (10.697%) 2024-02-23T02:05:08.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:06.620638+0000 mon.smithi115 (mon.0) 1604 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T02:05:08.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:06.624478+0000 mon.smithi115 (mon.0) 1605 : cluster [INF] osd.4 [v2:172.21.15.131:6800/3786394167,v1:172.21.15.131:6801/3786394167] boot 2024-02-23T02:05:08.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:06.624508+0000 mon.smithi115 (mon.0) 1606 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-02-23T02:05:08.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:06.625081+0000 mon.smithi115 (mon.0) 1607 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T02:05:08.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:07.626309+0000 mon.smithi115 (mon.0) 1608 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-02-23T02:05:09.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:08.634947+0000 mon.smithi115 (mon.0) 1609 : cluster [WRN] Health check update: Degraded data redundancy: 42/402 objects degraded (10.448%), 16 pgs degraded (PG_DEGRADED) 2024-02-23T02:05:09.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:08.634947+0000 mon.smithi115 (mon.0) 1609 : cluster [WRN] Health check update: Degraded data redundancy: 42/402 objects degraded (10.448%), 16 pgs degraded (PG_DEGRADED) 2024-02-23T02:05:10.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:08.608338+0000 mgr.smithi115.zzjgkn (mgr.34102) 1553 : cluster [DBG] pgmap v1179: 129 pgs: 1 peering, 16 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 42/402 objects degraded (10.448%) 2024-02-23T02:05:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:08.608338+0000 mgr.smithi115.zzjgkn (mgr.34102) 1553 : cluster [DBG] pgmap v1179: 129 pgs: 1 peering, 16 active+undersized+degraded, 39 active+undersized, 73 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 42/402 objects degraded (10.448%) 2024-02-23T02:05:11.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:09.929107+0000 mon.smithi115 (mon.0) 1610 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:10.609100+0000 mgr.smithi115.zzjgkn (mgr.34102) 1554 : cluster [DBG] pgmap v1180: 129 pgs: 1 peering, 6 active+undersized+degraded, 15 active+undersized, 107 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 8/402 objects degraded (1.990%) 2024-02-23T02:05:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:09.929107+0000 mon.smithi115 (mon.0) 1610 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:10.609100+0000 mgr.smithi115.zzjgkn (mgr.34102) 1554 : cluster [DBG] pgmap v1180: 129 pgs: 1 peering, 6 active+undersized+degraded, 15 active+undersized, 107 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 8/402 objects degraded (1.990%) 2024-02-23T02:05:13.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:12.660595+0000 mon.smithi115 (mon.0) 1611 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/402 objects degraded (1.990%), 6 pgs degraded) 2024-02-23T02:05:13.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:12.660595+0000 mon.smithi115 (mon.0) 1611 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/402 objects degraded (1.990%), 6 pgs degraded) 2024-02-23T02:05:14.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:12.609751+0000 mgr.smithi115.zzjgkn (mgr.34102) 1555 : cluster [DBG] pgmap v1181: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:12.609751+0000 mgr.smithi115.zzjgkn (mgr.34102) 1555 : cluster [DBG] pgmap v1181: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:16.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:14.610317+0000 mgr.smithi115.zzjgkn (mgr.34102) 1556 : cluster [DBG] pgmap v1182: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:14.610317+0000 mgr.smithi115.zzjgkn (mgr.34102) 1556 : cluster [DBG] pgmap v1182: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:16.610973+0000 mgr.smithi115.zzjgkn (mgr.34102) 1557 : cluster [DBG] pgmap v1183: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:16.610973+0000 mgr.smithi115.zzjgkn (mgr.34102) 1557 : cluster [DBG] pgmap v1183: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:20.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:18.611679+0000 mgr.smithi115.zzjgkn (mgr.34102) 1558 : cluster [DBG] pgmap v1184: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:18.611679+0000 mgr.smithi115.zzjgkn (mgr.34102) 1558 : cluster [DBG] pgmap v1184: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:20.612350+0000 mgr.smithi115.zzjgkn (mgr.34102) 1559 : cluster [DBG] pgmap v1185: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:22.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:20.941758+0000 mon.smithi115 (mon.0) 1612 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:20.612350+0000 mgr.smithi115.zzjgkn (mgr.34102) 1559 : cluster [DBG] pgmap v1185: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:20.941758+0000 mon.smithi115 (mon.0) 1612 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:24.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:22.613088+0000 mgr.smithi115.zzjgkn (mgr.34102) 1560 : cluster [DBG] pgmap v1186: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:22.613088+0000 mgr.smithi115.zzjgkn (mgr.34102) 1560 : cluster [DBG] pgmap v1186: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:24.272 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:05:24.814 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:05:24.814 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (54m) 20s ago 60m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:05:24.815 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (27m) 5m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:05:24.815 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (27m) 20s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:05:24.815 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (56m) 20s ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:05:24.815 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (109m) 5m ago 109m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:05:24.815 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (109m) 20s ago 109m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:05:24.815 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (54m) 5m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:05:24.815 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (43m) 20s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:05:24.815 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (38m) 5m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:05:24.815 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (33m) 20s ago 2h 118M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:05:24.815 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (59m) 5m ago 59m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:05:24.815 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (59m) 20s ago 59m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:05:24.816 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 101m - - 2024-02-23T02:05:24.816 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 20s ago 99m - - 2024-02-23T02:05:24.816 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (22m) 5m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:05:24.816 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (17m) 5m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:05:24.816 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (11m) 5m ago 2h 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:05:24.816 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (5m) 5m ago 2h 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:05:24.816 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (26s) 20s ago 119m 13.0M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:05:24.816 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (119m) 20s ago 119m 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:05:24.816 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (119m) 20s ago 119m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:05:24.816 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (119m) 20s ago 119m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:05:24.816 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (59m) 20s ago 59m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:05:25.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.260136+0000 mgr.smithi115.zzjgkn (mgr.34102) 1561 : audit [DBG] from='client.35586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:25.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.532212+0000 mgr.smithi115.zzjgkn (mgr.34102) 1562 : audit [DBG] from='client.35590 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:25.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:24.613504+0000 mgr.smithi115.zzjgkn (mgr.34102) 1563 : cluster [DBG] pgmap v1187: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:25.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.260136+0000 mgr.smithi115.zzjgkn (mgr.34102) 1561 : audit [DBG] from='client.35586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:25.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.532212+0000 mgr.smithi115.zzjgkn (mgr.34102) 1562 : audit [DBG] from='client.35590 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:25.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:24.613504+0000 mgr.smithi115.zzjgkn (mgr.34102) 1563 : cluster [DBG] pgmap v1187: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:25.140 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:05:25.140 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:05:25.140 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:05:25.140 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 9 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:05:25.141 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:05:25.418 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:05:25.418 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:05:25.418 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:05:25.418 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:05:25.418 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:05:25.418 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:05:25.418 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:05:25.418 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:05:25.418 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:05:25.418 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "11/23 daemons upgraded", 2024-02-23T02:05:25.418 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:05:25.418 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:05:25.419 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:05:26.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.801371+0000 mgr.smithi115.zzjgkn (mgr.34102) 1564 : audit [DBG] from='client.35594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.803141+0000 mon.smithi115 (mon.0) 1613 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:05:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.803473+0000 mon.smithi115 (mon.0) 1614 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.803777+0000 mon.smithi115 (mon.0) 1615 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.804073+0000 mon.smithi115 (mon.0) 1616 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.804338+0000 mon.smithi115 (mon.0) 1617 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.806277+0000 mon.smithi115 (mon.0) 1618 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:05:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.806612+0000 mon.smithi115 (mon.0) 1619 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.806896+0000 mon.smithi115 (mon.0) 1620 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.807157+0000 mon.smithi115 (mon.0) 1621 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.807412+0000 mon.smithi115 (mon.0) 1622 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:24.926556+0000 mon.smithi115 (mon.0) 1623 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:25.139469+0000 mon.smithi115 (mon.0) 1624 : audit [DBG] from='client.? 172.21.15.115:0/226983797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:05:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:25.416667+0000 mgr.smithi115.zzjgkn (mgr.34102) 1565 : audit [DBG] from='client.35602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.801371+0000 mgr.smithi115.zzjgkn (mgr.34102) 1564 : audit [DBG] from='client.35594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.803141+0000 mon.smithi115 (mon.0) 1613 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:05:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.803473+0000 mon.smithi115 (mon.0) 1614 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.803777+0000 mon.smithi115 (mon.0) 1615 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.804073+0000 mon.smithi115 (mon.0) 1616 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.804338+0000 mon.smithi115 (mon.0) 1617 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.806277+0000 mon.smithi115 (mon.0) 1618 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:05:26.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.806612+0000 mon.smithi115 (mon.0) 1619 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.806896+0000 mon.smithi115 (mon.0) 1620 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.807157+0000 mon.smithi115 (mon.0) 1621 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.807412+0000 mon.smithi115 (mon.0) 1622 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:26.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:24.926556+0000 mon.smithi115 (mon.0) 1623 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:05:26.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:25.139469+0000 mon.smithi115 (mon.0) 1624 : audit [DBG] from='client.? 172.21.15.115:0/226983797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:05:26.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:25.416667+0000 mgr.smithi115.zzjgkn (mgr.34102) 1565 : audit [DBG] from='client.35602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:26.614250+0000 mgr.smithi115.zzjgkn (mgr.34102) 1566 : cluster [DBG] pgmap v1188: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:26.614250+0000 mgr.smithi115.zzjgkn (mgr.34102) 1566 : cluster [DBG] pgmap v1188: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:30.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:28.614703+0000 mgr.smithi115.zzjgkn (mgr.34102) 1567 : cluster [DBG] pgmap v1189: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:28.614703+0000 mgr.smithi115.zzjgkn (mgr.34102) 1567 : cluster [DBG] pgmap v1189: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:32.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:30.615280+0000 mgr.smithi115.zzjgkn (mgr.34102) 1568 : cluster [DBG] pgmap v1190: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:30.615280+0000 mgr.smithi115.zzjgkn (mgr.34102) 1568 : cluster [DBG] pgmap v1190: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:33.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:32.615888+0000 mgr.smithi115.zzjgkn (mgr.34102) 1569 : cluster [DBG] pgmap v1191: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:32.615888+0000 mgr.smithi115.zzjgkn (mgr.34102) 1569 : cluster [DBG] pgmap v1191: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:36.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:34.616474+0000 mgr.smithi115.zzjgkn (mgr.34102) 1570 : cluster [DBG] pgmap v1192: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:34.616474+0000 mgr.smithi115.zzjgkn (mgr.34102) 1570 : cluster [DBG] pgmap v1192: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:38.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:36.617179+0000 mgr.smithi115.zzjgkn (mgr.34102) 1571 : cluster [DBG] pgmap v1193: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:36.617179+0000 mgr.smithi115.zzjgkn (mgr.34102) 1571 : cluster [DBG] pgmap v1193: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:40.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:38.617630+0000 mgr.smithi115.zzjgkn (mgr.34102) 1572 : cluster [DBG] pgmap v1194: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:38.617630+0000 mgr.smithi115.zzjgkn (mgr.34102) 1572 : cluster [DBG] pgmap v1194: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:42.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:40.618314+0000 mgr.smithi115.zzjgkn (mgr.34102) 1573 : cluster [DBG] pgmap v1195: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:40.618314+0000 mgr.smithi115.zzjgkn (mgr.34102) 1573 : cluster [DBG] pgmap v1195: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:44.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:42.619040+0000 mgr.smithi115.zzjgkn (mgr.34102) 1574 : cluster [DBG] pgmap v1196: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:42.619040+0000 mgr.smithi115.zzjgkn (mgr.34102) 1574 : cluster [DBG] pgmap v1196: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:46.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:44.619569+0000 mgr.smithi115.zzjgkn (mgr.34102) 1575 : cluster [DBG] pgmap v1197: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:44.619569+0000 mgr.smithi115.zzjgkn (mgr.34102) 1575 : cluster [DBG] pgmap v1197: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:46.620435+0000 mgr.smithi115.zzjgkn (mgr.34102) 1576 : cluster [DBG] pgmap v1198: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:46.620435+0000 mgr.smithi115.zzjgkn (mgr.34102) 1576 : cluster [DBG] pgmap v1198: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:50.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:48.620969+0000 mgr.smithi115.zzjgkn (mgr.34102) 1577 : cluster [DBG] pgmap v1199: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:48.620969+0000 mgr.smithi115.zzjgkn (mgr.34102) 1577 : cluster [DBG] pgmap v1199: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:50.621538+0000 mgr.smithi115.zzjgkn (mgr.34102) 1578 : cluster [DBG] pgmap v1200: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:50.621538+0000 mgr.smithi115.zzjgkn (mgr.34102) 1578 : cluster [DBG] pgmap v1200: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:54.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:52.622037+0000 mgr.smithi115.zzjgkn (mgr.34102) 1579 : cluster [DBG] pgmap v1201: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:54.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:52.622037+0000 mgr.smithi115.zzjgkn (mgr.34102) 1579 : cluster [DBG] pgmap v1201: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:55.725 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:05:56.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:54.622549+0000 mgr.smithi115.zzjgkn (mgr.34102) 1580 : cluster [DBG] pgmap v1202: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:56.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:54.622549+0000 mgr.smithi115.zzjgkn (mgr.34102) 1580 : cluster [DBG] pgmap v1202: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:56.272 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:05:56.272 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (54m) 51s ago 60m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (28m) 6m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (28m) 51s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (57m) 51s ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (110m) 6m ago 110m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (110m) 51s ago 110m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (54m) 6m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (44m) 51s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (38m) 6m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (33m) 51s ago 2h 118M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (60m) 6m ago 60m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (60m) 51s ago 60m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 6m ago 102m - - 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 51s ago 100m - - 2024-02-23T02:05:56.273 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (22m) 6m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:05:56.274 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (17m) 6m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:05:56.274 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (12m) 6m ago 2h 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:05:56.274 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (6m) 6m ago 2h 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:05:56.274 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (58s) 51s ago 2h 13.0M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:05:56.274 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (2h) 51s ago 2h 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:05:56.274 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (119m) 51s ago 119m 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:05:56.274 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (119m) 51s ago 119m 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:05:56.274 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (60m) 51s ago 60m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:05:56.596 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:05:56.596 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:05:56.596 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:05:56.596 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:05:56.596 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 9 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:05:56.597 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:05:56.874 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:05:56.874 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:05:56.874 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:05:56.874 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:05:56.874 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:05:56.874 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:05:56.874 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:05:56.874 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:05:56.874 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:05:56.875 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "11/23 daemons upgraded", 2024-02-23T02:05:56.875 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:05:56.875 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:05:56.875 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:05:57.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:55.712841+0000 mgr.smithi115.zzjgkn (mgr.34102) 1581 : audit [DBG] from='client.35606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:56.261432+0000 mon.smithi115 (mon.0) 1625 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:05:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:56.261775+0000 mon.smithi115 (mon.0) 1626 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:56.262076+0000 mon.smithi115 (mon.0) 1627 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:56.262334+0000 mon.smithi115 (mon.0) 1628 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:56.262624+0000 mon.smithi115 (mon.0) 1629 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:56.264555+0000 mon.smithi115 (mon.0) 1630 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:05:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:56.264889+0000 mon.smithi115 (mon.0) 1631 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:56.265184+0000 mon.smithi115 (mon.0) 1632 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:56.265472+0000 mon.smithi115 (mon.0) 1633 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:56.265738+0000 mon.smithi115 (mon.0) 1634 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:56.595384+0000 mon.smithi115 (mon.0) 1635 : audit [DBG] from='client.? 172.21.15.115:0/2279843819' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:05:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:55.712841+0000 mgr.smithi115.zzjgkn (mgr.34102) 1581 : audit [DBG] from='client.35606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:56.261432+0000 mon.smithi115 (mon.0) 1625 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:05:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:56.261775+0000 mon.smithi115 (mon.0) 1626 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:56.262076+0000 mon.smithi115 (mon.0) 1627 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:56.262334+0000 mon.smithi115 (mon.0) 1628 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:56.262624+0000 mon.smithi115 (mon.0) 1629 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:56.264555+0000 mon.smithi115 (mon.0) 1630 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:05:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:56.264889+0000 mon.smithi115 (mon.0) 1631 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:56.265184+0000 mon.smithi115 (mon.0) 1632 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:56.265472+0000 mon.smithi115 (mon.0) 1633 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:56.265738+0000 mon.smithi115 (mon.0) 1634 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:05:57.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:56.595384+0000 mon.smithi115 (mon.0) 1635 : audit [DBG] from='client.? 172.21.15.115:0/2279843819' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:05:58.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:55.989950+0000 mgr.smithi115.zzjgkn (mgr.34102) 1582 : audit [DBG] from='client.35610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:58.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:56.259723+0000 mgr.smithi115.zzjgkn (mgr.34102) 1583 : audit [DBG] from='client.35614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:58.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:56.623124+0000 mgr.smithi115.zzjgkn (mgr.34102) 1584 : cluster [DBG] pgmap v1203: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:55.989950+0000 mgr.smithi115.zzjgkn (mgr.34102) 1582 : audit [DBG] from='client.35610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:56.259723+0000 mgr.smithi115.zzjgkn (mgr.34102) 1583 : audit [DBG] from='client.35614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:56.623124+0000 mgr.smithi115.zzjgkn (mgr.34102) 1584 : cluster [DBG] pgmap v1203: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:05:59.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:05:56.872840+0000 mgr.smithi115.zzjgkn (mgr.34102) 1585 : audit [DBG] from='client.35622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:05:59.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:05:56.872840+0000 mgr.smithi115.zzjgkn (mgr.34102) 1585 : audit [DBG] from='client.35622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:06:00.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:05:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:05:58.623699+0000 mgr.smithi115.zzjgkn (mgr.34102) 1586 : cluster [DBG] pgmap v1204: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:05:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:05:58.623699+0000 mgr.smithi115.zzjgkn (mgr.34102) 1586 : cluster [DBG] pgmap v1204: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:02.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:00.624331+0000 mgr.smithi115.zzjgkn (mgr.34102) 1587 : cluster [DBG] pgmap v1205: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:00.624331+0000 mgr.smithi115.zzjgkn (mgr.34102) 1587 : cluster [DBG] pgmap v1205: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:04.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:02.625133+0000 mgr.smithi115.zzjgkn (mgr.34102) 1588 : cluster [DBG] pgmap v1206: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:02.625133+0000 mgr.smithi115.zzjgkn (mgr.34102) 1588 : cluster [DBG] pgmap v1206: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:05.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:04.625858+0000 mgr.smithi115.zzjgkn (mgr.34102) 1589 : cluster [DBG] pgmap v1207: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:05.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:04.625858+0000 mgr.smithi115.zzjgkn (mgr.34102) 1589 : cluster [DBG] pgmap v1207: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:08.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:06.626510+0000 mgr.smithi115.zzjgkn (mgr.34102) 1590 : cluster [DBG] pgmap v1208: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:08.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:06.626510+0000 mgr.smithi115.zzjgkn (mgr.34102) 1590 : cluster [DBG] pgmap v1208: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:10.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:08.627025+0000 mgr.smithi115.zzjgkn (mgr.34102) 1591 : cluster [DBG] pgmap v1209: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:08.627025+0000 mgr.smithi115.zzjgkn (mgr.34102) 1591 : cluster [DBG] pgmap v1209: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:11.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:09.865646+0000 mon.smithi115 (mon.0) 1636 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-23T02:06:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:09.865991+0000 mon.smithi115 (mon.0) 1637 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T02:06:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:09.866281+0000 mon.smithi115 (mon.0) 1638 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:06:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:09.866569+0000 mon.smithi115 (mon.0) 1639 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:06:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:09.865646+0000 mon.smithi115 (mon.0) 1636 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-23T02:06:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:09.865991+0000 mon.smithi115 (mon.0) 1637 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T02:06:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:09.866281+0000 mon.smithi115 (mon.0) 1638 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:06:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:09.866569+0000 mon.smithi115 (mon.0) 1639 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:06:12.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:10.627907+0000 mgr.smithi115.zzjgkn (mgr.34102) 1592 : cluster [DBG] pgmap v1210: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:10.627907+0000 mgr.smithi115.zzjgkn (mgr.34102) 1592 : cluster [DBG] pgmap v1210: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:14.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:12.628587+0000 mgr.smithi115.zzjgkn (mgr.34102) 1593 : cluster [DBG] pgmap v1211: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:12.628587+0000 mgr.smithi115.zzjgkn (mgr.34102) 1593 : cluster [DBG] pgmap v1211: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:16.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:14.629129+0000 mgr.smithi115.zzjgkn (mgr.34102) 1594 : cluster [DBG] pgmap v1212: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:14.629129+0000 mgr.smithi115.zzjgkn (mgr.34102) 1594 : cluster [DBG] pgmap v1212: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:18.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:16.629776+0000 mgr.smithi115.zzjgkn (mgr.34102) 1595 : cluster [DBG] pgmap v1213: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:16.629776+0000 mgr.smithi115.zzjgkn (mgr.34102) 1595 : cluster [DBG] pgmap v1213: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:20.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:18.630266+0000 mgr.smithi115.zzjgkn (mgr.34102) 1596 : cluster [DBG] pgmap v1214: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:18.630266+0000 mgr.smithi115.zzjgkn (mgr.34102) 1596 : cluster [DBG] pgmap v1214: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:20.630979+0000 mgr.smithi115.zzjgkn (mgr.34102) 1597 : cluster [DBG] pgmap v1215: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:20.630979+0000 mgr.smithi115.zzjgkn (mgr.34102) 1597 : cluster [DBG] pgmap v1215: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:24.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:22.631702+0000 mgr.smithi115.zzjgkn (mgr.34102) 1598 : cluster [DBG] pgmap v1216: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:22.631702+0000 mgr.smithi115.zzjgkn (mgr.34102) 1598 : cluster [DBG] pgmap v1216: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:24.632163+0000 mgr.smithi115.zzjgkn (mgr.34102) 1599 : cluster [DBG] pgmap v1217: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:24.632163+0000 mgr.smithi115.zzjgkn (mgr.34102) 1599 : cluster [DBG] pgmap v1217: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:27.169 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:06:27.714 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:06:27.714 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (55m) 83s ago 61m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:06:27.714 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (28m) 6m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:06:27.714 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (28m) 83s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (57m) 83s ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (111m) 6m ago 111m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (110m) 83s ago 110m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (55m) 6m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (44m) 83s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (39m) 6m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (34m) 83s ago 2h 118M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (60m) 6m ago 60m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (60m) 83s ago 60m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 6m ago 102m - - 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 83s ago 100m - - 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (23m) 6m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (18m) 6m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (12m) 6m ago 2h 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:06:27.715 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (6m) 6m ago 2h 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:06:27.716 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (89s) 83s ago 2h 13.0M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:06:27.716 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (2h) 83s ago 2h 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:06:27.716 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 83s ago 2h 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:06:27.716 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 83s ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:06:27.716 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (60m) 83s ago 60m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:06:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:26.632978+0000 mgr.smithi115.zzjgkn (mgr.34102) 1600 : cluster [DBG] pgmap v1218: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:27.703096+0000 mon.smithi115 (mon.0) 1640 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:06:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:27.703482+0000 mon.smithi115 (mon.0) 1641 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:27.703792+0000 mon.smithi115 (mon.0) 1642 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:27.704072+0000 mon.smithi115 (mon.0) 1643 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:27.704375+0000 mon.smithi115 (mon.0) 1644 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:27.706320+0000 mon.smithi115 (mon.0) 1645 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:06:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:27.706652+0000 mon.smithi115 (mon.0) 1646 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:27.706939+0000 mon.smithi115 (mon.0) 1647 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:27.707237+0000 mon.smithi115 (mon.0) 1648 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:27.707516+0000 mon.smithi115 (mon.0) 1649 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:26.632978+0000 mgr.smithi115.zzjgkn (mgr.34102) 1600 : cluster [DBG] pgmap v1218: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:27.703096+0000 mon.smithi115 (mon.0) 1640 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:06:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:27.703482+0000 mon.smithi115 (mon.0) 1641 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:27.703792+0000 mon.smithi115 (mon.0) 1642 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:27.704072+0000 mon.smithi115 (mon.0) 1643 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:27.704375+0000 mon.smithi115 (mon.0) 1644 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:27.706320+0000 mon.smithi115 (mon.0) 1645 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:06:28.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:27.706652+0000 mon.smithi115 (mon.0) 1646 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:27.706939+0000 mon.smithi115 (mon.0) 1647 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:27.707237+0000 mon.smithi115 (mon.0) 1648 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:27.707516+0000 mon.smithi115 (mon.0) 1649 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:06:28.044 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:06:28.044 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:06:28.044 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:06:28.044 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:06:28.044 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:06:28.044 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:06:28.044 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:06:28.044 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:06:28.045 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:06:28.045 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T02:06:28.045 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:06:28.045 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:06:28.045 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:06:28.045 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:06:28.045 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:06:28.045 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T02:06:28.045 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 9 2024-02-23T02:06:28.045 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:06:28.045 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:06:28.319 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:06:28.319 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:06:28.320 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:06:28.320 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:06:28.320 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:06:28.320 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:06:28.320 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:06:28.320 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:06:28.320 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:06:28.320 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "11/23 daemons upgraded", 2024-02-23T02:06:28.320 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:06:28.320 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:06:28.320 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:06:29.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:27.157676+0000 mgr.smithi115.zzjgkn (mgr.34102) 1601 : audit [DBG] from='client.35626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:06:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:27.430813+0000 mgr.smithi115.zzjgkn (mgr.34102) 1602 : audit [DBG] from='client.35630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:06:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:27.701354+0000 mgr.smithi115.zzjgkn (mgr.34102) 1603 : audit [DBG] from='client.35634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:06:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:28.043433+0000 mon.smithi115 (mon.0) 1650 : audit [DBG] from='client.? 172.21.15.115:0/2007246447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:06:29.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:27.157676+0000 mgr.smithi115.zzjgkn (mgr.34102) 1601 : audit [DBG] from='client.35626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:06:29.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:27.430813+0000 mgr.smithi115.zzjgkn (mgr.34102) 1602 : audit [DBG] from='client.35630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:06:29.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:27.701354+0000 mgr.smithi115.zzjgkn (mgr.34102) 1603 : audit [DBG] from='client.35634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:06:29.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:28.043433+0000 mon.smithi115 (mon.0) 1650 : audit [DBG] from='client.? 172.21.15.115:0/2007246447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:06:30.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:28.318280+0000 mgr.smithi115.zzjgkn (mgr.34102) 1604 : audit [DBG] from='client.35642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:06:30.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:28.633704+0000 mgr.smithi115.zzjgkn (mgr.34102) 1605 : cluster [DBG] pgmap v1219: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:28.318280+0000 mgr.smithi115.zzjgkn (mgr.34102) 1604 : audit [DBG] from='client.35642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:06:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:28.633704+0000 mgr.smithi115.zzjgkn (mgr.34102) 1605 : cluster [DBG] pgmap v1219: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:32.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:30.634496+0000 mgr.smithi115.zzjgkn (mgr.34102) 1606 : cluster [DBG] pgmap v1220: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:30.634496+0000 mgr.smithi115.zzjgkn (mgr.34102) 1606 : cluster [DBG] pgmap v1220: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:34.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:32.635051+0000 mgr.smithi115.zzjgkn (mgr.34102) 1607 : cluster [DBG] pgmap v1221: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:32.635051+0000 mgr.smithi115.zzjgkn (mgr.34102) 1607 : cluster [DBG] pgmap v1221: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:36.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:34.635686+0000 mgr.smithi115.zzjgkn (mgr.34102) 1608 : cluster [DBG] pgmap v1222: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:34.635686+0000 mgr.smithi115.zzjgkn (mgr.34102) 1608 : cluster [DBG] pgmap v1222: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:38.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:36.636505+0000 mgr.smithi115.zzjgkn (mgr.34102) 1609 : cluster [DBG] pgmap v1223: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:36.636505+0000 mgr.smithi115.zzjgkn (mgr.34102) 1609 : cluster [DBG] pgmap v1223: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:39.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:38.637074+0000 mgr.smithi115.zzjgkn (mgr.34102) 1610 : cluster [DBG] pgmap v1224: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:39.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:38.637074+0000 mgr.smithi115.zzjgkn (mgr.34102) 1610 : cluster [DBG] pgmap v1224: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:42.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:40.637782+0000 mgr.smithi115.zzjgkn (mgr.34102) 1611 : cluster [DBG] pgmap v1225: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:40.637782+0000 mgr.smithi115.zzjgkn (mgr.34102) 1611 : cluster [DBG] pgmap v1225: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:44.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:42.638320+0000 mgr.smithi115.zzjgkn (mgr.34102) 1612 : cluster [DBG] pgmap v1226: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:42.638320+0000 mgr.smithi115.zzjgkn (mgr.34102) 1612 : cluster [DBG] pgmap v1226: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:46.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:44.638917+0000 mgr.smithi115.zzjgkn (mgr.34102) 1613 : cluster [DBG] pgmap v1227: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:44.638917+0000 mgr.smithi115.zzjgkn (mgr.34102) 1613 : cluster [DBG] pgmap v1227: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:48.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:46.639715+0000 mgr.smithi115.zzjgkn (mgr.34102) 1614 : cluster [DBG] pgmap v1228: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:46.639715+0000 mgr.smithi115.zzjgkn (mgr.34102) 1614 : cluster [DBG] pgmap v1228: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:50.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:48.640201+0000 mgr.smithi115.zzjgkn (mgr.34102) 1615 : cluster [DBG] pgmap v1229: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:48.640201+0000 mgr.smithi115.zzjgkn (mgr.34102) 1615 : cluster [DBG] pgmap v1229: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:52.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:50.640792+0000 mgr.smithi115.zzjgkn (mgr.34102) 1616 : cluster [DBG] pgmap v1230: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:50.640792+0000 mgr.smithi115.zzjgkn (mgr.34102) 1616 : cluster [DBG] pgmap v1230: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:54.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:52.641320+0000 mgr.smithi115.zzjgkn (mgr.34102) 1617 : cluster [DBG] pgmap v1231: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:54.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:52.641320+0000 mgr.smithi115.zzjgkn (mgr.34102) 1617 : cluster [DBG] pgmap v1231: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:56.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:54.642048+0000 mgr.smithi115.zzjgkn (mgr.34102) 1618 : cluster [DBG] pgmap v1232: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:56.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:54.642048+0000 mgr.smithi115.zzjgkn (mgr.34102) 1618 : cluster [DBG] pgmap v1232: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:58.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:56.642702+0000 mgr.smithi115.zzjgkn (mgr.34102) 1619 : cluster [DBG] pgmap v1233: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:56.642702+0000 mgr.smithi115.zzjgkn (mgr.34102) 1619 : cluster [DBG] pgmap v1233: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:06:58.615 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:06:59.159 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:06:59.159 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (55m) 114s ago 61m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:06:59.159 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (29m) 7m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:06:59.159 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (29m) 114s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:06:59.159 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (58m) 114s ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:06:59.159 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (111m) 7m ago 111m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:06:59.159 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (111m) 114s ago 111m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (55m) 7m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (45m) 114s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (40m) 7m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (34m) 114s ago 2h 118M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (61m) 7m ago 61m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (61m) 114s ago 61m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 7m ago 103m - - 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 114s ago 101m - - 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (23m) 7m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (18m) 7m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (13m) 7m ago 2h 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (7m) 7m ago 2h 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (2m) 114s ago 2h 13.0M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (2h) 114s ago 2h 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:06:59.160 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 114s ago 2h 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:06:59.161 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 114s ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:06:59.161 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (61m) 114s ago 61m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:06:59.484 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:06:59.484 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:06:59.484 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:06:59.484 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:06:59.484 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:06:59.484 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:06:59.484 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:06:59.484 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:06:59.484 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:06:59.485 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T02:06:59.485 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:06:59.485 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:06:59.485 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:06:59.485 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:06:59.485 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:06:59.485 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T02:06:59.485 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 9 2024-02-23T02:06:59.485 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:06:59.485 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:06:59.763 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:06:59.763 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:06:59.763 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:06:59.763 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:06:59.763 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:06:59.763 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:06:59.763 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:06:59.764 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:06:59.764 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:06:59.764 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "11/23 daemons upgraded", 2024-02-23T02:06:59.764 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:06:59.764 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:06:59.764 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:07:00.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:58.603232+0000 mgr.smithi115.zzjgkn (mgr.34102) 1620 : audit [DBG] from='client.35646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:06:58.643158+0000 mgr.smithi115.zzjgkn (mgr.34102) 1621 : cluster [DBG] pgmap v1234: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:59.148386+0000 mon.smithi115 (mon.0) 1651 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:07:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:59.148733+0000 mon.smithi115 (mon.0) 1652 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:59.148996+0000 mon.smithi115 (mon.0) 1653 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:59.149228+0000 mon.smithi115 (mon.0) 1654 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:59.149453+0000 mon.smithi115 (mon.0) 1655 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:59.151329+0000 mon.smithi115 (mon.0) 1656 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:07:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:59.151595+0000 mon.smithi115 (mon.0) 1657 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:59.151846+0000 mon.smithi115 (mon.0) 1658 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:59.152077+0000 mon.smithi115 (mon.0) 1659 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:59.152302+0000 mon.smithi115 (mon.0) 1660 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:06:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:59.483101+0000 mon.smithi115 (mon.0) 1661 : audit [DBG] from='client.? 172.21.15.115:0/261626223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:07:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:58.603232+0000 mgr.smithi115.zzjgkn (mgr.34102) 1620 : audit [DBG] from='client.35646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:06:58.643158+0000 mgr.smithi115.zzjgkn (mgr.34102) 1621 : cluster [DBG] pgmap v1234: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:59.148386+0000 mon.smithi115 (mon.0) 1651 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:07:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:59.148733+0000 mon.smithi115 (mon.0) 1652 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:59.148996+0000 mon.smithi115 (mon.0) 1653 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:59.149228+0000 mon.smithi115 (mon.0) 1654 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:59.149453+0000 mon.smithi115 (mon.0) 1655 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:59.151329+0000 mon.smithi115 (mon.0) 1656 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:07:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:59.151595+0000 mon.smithi115 (mon.0) 1657 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:59.151846+0000 mon.smithi115 (mon.0) 1658 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:59.152077+0000 mon.smithi115 (mon.0) 1659 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:59.152302+0000 mon.smithi115 (mon.0) 1660 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:06:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:59.483101+0000 mon.smithi115 (mon.0) 1661 : audit [DBG] from='client.? 172.21.15.115:0/261626223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:07:01.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:58.879010+0000 mgr.smithi115.zzjgkn (mgr.34102) 1622 : audit [DBG] from='client.35650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:01.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:59.146590+0000 mgr.smithi115.zzjgkn (mgr.34102) 1623 : audit [DBG] from='client.35654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:01.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:58.879010+0000 mgr.smithi115.zzjgkn (mgr.34102) 1622 : audit [DBG] from='client.35650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:01.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:59.146590+0000 mgr.smithi115.zzjgkn (mgr.34102) 1623 : audit [DBG] from='client.35654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:02.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:06:59.761738+0000 mgr.smithi115.zzjgkn (mgr.34102) 1624 : audit [DBG] from='client.35662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:02.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:00.643697+0000 mgr.smithi115.zzjgkn (mgr.34102) 1625 : cluster [DBG] pgmap v1235: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:06:59.761738+0000 mgr.smithi115.zzjgkn (mgr.34102) 1624 : audit [DBG] from='client.35662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:00.643697+0000 mgr.smithi115.zzjgkn (mgr.34102) 1625 : cluster [DBG] pgmap v1235: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:04.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:02.644163+0000 mgr.smithi115.zzjgkn (mgr.34102) 1626 : cluster [DBG] pgmap v1236: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:02.644163+0000 mgr.smithi115.zzjgkn (mgr.34102) 1626 : cluster [DBG] pgmap v1236: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:06.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:04.644846+0000 mgr.smithi115.zzjgkn (mgr.34102) 1627 : cluster [DBG] pgmap v1237: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:04.644846+0000 mgr.smithi115.zzjgkn (mgr.34102) 1627 : cluster [DBG] pgmap v1237: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:08.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:06.645604+0000 mgr.smithi115.zzjgkn (mgr.34102) 1628 : cluster [DBG] pgmap v1238: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:08.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:06.645604+0000 mgr.smithi115.zzjgkn (mgr.34102) 1628 : cluster [DBG] pgmap v1238: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:09.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:08.646166+0000 mgr.smithi115.zzjgkn (mgr.34102) 1629 : cluster [DBG] pgmap v1239: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:09.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:08.646166+0000 mgr.smithi115.zzjgkn (mgr.34102) 1629 : cluster [DBG] pgmap v1239: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:09.869558+0000 mon.smithi115 (mon.0) 1662 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T02:07:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:09.869878+0000 mon.smithi115 (mon.0) 1663 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:07:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:09.870142+0000 mon.smithi115 (mon.0) 1664 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-02-23T02:07:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:09.870391+0000 mon.smithi115 (mon.0) 1665 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:07:10.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:09.869558+0000 mon.smithi115 (mon.0) 1662 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T02:07:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:09.869878+0000 mon.smithi115 (mon.0) 1663 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:07:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:09.870142+0000 mon.smithi115 (mon.0) 1664 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-02-23T02:07:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:09.870391+0000 mon.smithi115 (mon.0) 1665 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:07:11.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:10.646952+0000 mgr.smithi115.zzjgkn (mgr.34102) 1630 : cluster [DBG] pgmap v1240: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:10.646952+0000 mgr.smithi115.zzjgkn (mgr.34102) 1630 : cluster [DBG] pgmap v1240: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:14.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:12.647693+0000 mgr.smithi115.zzjgkn (mgr.34102) 1631 : cluster [DBG] pgmap v1241: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:12.647693+0000 mgr.smithi115.zzjgkn (mgr.34102) 1631 : cluster [DBG] pgmap v1241: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:16.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:14.648306+0000 mgr.smithi115.zzjgkn (mgr.34102) 1632 : cluster [DBG] pgmap v1242: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:14.648306+0000 mgr.smithi115.zzjgkn (mgr.34102) 1632 : cluster [DBG] pgmap v1242: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:16.648964+0000 mgr.smithi115.zzjgkn (mgr.34102) 1633 : cluster [DBG] pgmap v1243: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:16.648964+0000 mgr.smithi115.zzjgkn (mgr.34102) 1633 : cluster [DBG] pgmap v1243: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:20.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:18.649431+0000 mgr.smithi115.zzjgkn (mgr.34102) 1634 : cluster [DBG] pgmap v1244: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:18.649431+0000 mgr.smithi115.zzjgkn (mgr.34102) 1634 : cluster [DBG] pgmap v1244: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:20.650200+0000 mgr.smithi115.zzjgkn (mgr.34102) 1635 : cluster [DBG] pgmap v1245: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:20.650200+0000 mgr.smithi115.zzjgkn (mgr.34102) 1635 : cluster [DBG] pgmap v1245: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:24.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:22.650882+0000 mgr.smithi115.zzjgkn (mgr.34102) 1636 : cluster [DBG] pgmap v1246: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:22.650882+0000 mgr.smithi115.zzjgkn (mgr.34102) 1636 : cluster [DBG] pgmap v1246: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:26.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:24.651410+0000 mgr.smithi115.zzjgkn (mgr.34102) 1637 : cluster [DBG] pgmap v1247: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:24.651410+0000 mgr.smithi115.zzjgkn (mgr.34102) 1637 : cluster [DBG] pgmap v1247: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:26.652052+0000 mgr.smithi115.zzjgkn (mgr.34102) 1638 : cluster [DBG] pgmap v1248: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:26.652052+0000 mgr.smithi115.zzjgkn (mgr.34102) 1638 : cluster [DBG] pgmap v1248: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:30.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:28.652596+0000 mgr.smithi115.zzjgkn (mgr.34102) 1639 : cluster [DBG] pgmap v1249: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:28.652596+0000 mgr.smithi115.zzjgkn (mgr.34102) 1639 : cluster [DBG] pgmap v1249: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:30.063 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:07:30.610 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:07:30.610 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (56m) 2m ago 62m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:07:30.610 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (29m) 7m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:07:30.610 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (29m) 2m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:07:30.610 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (59m) 2m ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:07:30.610 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (112m) 7m ago 112m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (112m) 2m ago 112m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (56m) 7m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (45m) 2m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (40m) 7m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (35m) 2m ago 2h 118M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (61m) 7m ago 61m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (61m) 2m ago 61m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 7m ago 103m - - 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 101m - - 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (24m) 7m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (19m) 7m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (13m) 7m ago 2h 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (7m) 7m ago 2h 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:07:30.611 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (2m) 2m ago 2h 13.0M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:07:30.612 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (2h) 2m ago 2h 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:07:30.612 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 2m ago 2h 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:07:30.612 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 2m ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:07:30.612 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (61m) 2m ago 61m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:07:30.934 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:07:30.934 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:07:30.934 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:07:30.934 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:07:30.934 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:07:30.934 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:07:30.934 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:07:30.934 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:07:30.935 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:07:30.935 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T02:07:30.935 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:07:30.935 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:07:30.935 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:07:30.935 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:07:30.935 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:07:30.935 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T02:07:30.935 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 9 2024-02-23T02:07:30.935 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:07:30.935 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:07:31.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.599156+0000 mon.smithi115 (mon.0) 1666 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:07:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.599576+0000 mon.smithi115 (mon.0) 1667 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.599865+0000 mon.smithi115 (mon.0) 1668 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.600149+0000 mon.smithi115 (mon.0) 1669 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.600396+0000 mon.smithi115 (mon.0) 1670 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.602329+0000 mon.smithi115 (mon.0) 1671 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:07:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.602609+0000 mon.smithi115 (mon.0) 1672 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.602906+0000 mon.smithi115 (mon.0) 1673 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.603158+0000 mon.smithi115 (mon.0) 1674 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.603413+0000 mon.smithi115 (mon.0) 1675 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.599156+0000 mon.smithi115 (mon.0) 1666 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:07:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.599576+0000 mon.smithi115 (mon.0) 1667 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.599865+0000 mon.smithi115 (mon.0) 1668 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.600149+0000 mon.smithi115 (mon.0) 1669 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.600396+0000 mon.smithi115 (mon.0) 1670 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.602329+0000 mon.smithi115 (mon.0) 1671 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:07:31.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.602609+0000 mon.smithi115 (mon.0) 1672 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.602906+0000 mon.smithi115 (mon.0) 1673 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.603158+0000 mon.smithi115 (mon.0) 1674 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.603413+0000 mon.smithi115 (mon.0) 1675 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:07:31.209 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:07:31.210 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:07:31.210 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:07:31.210 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:07:31.210 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:07:31.210 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:07:31.210 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:07:31.210 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:07:31.210 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:07:31.210 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "11/23 daemons upgraded", 2024-02-23T02:07:31.210 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:07:31.211 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:07:31.211 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:07:32.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.051846+0000 mgr.smithi115.zzjgkn (mgr.34102) 1640 : audit [DBG] from='client.35666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:32.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.328014+0000 mgr.smithi115.zzjgkn (mgr.34102) 1641 : audit [DBG] from='client.35670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.597390+0000 mgr.smithi115.zzjgkn (mgr.34102) 1642 : audit [DBG] from='client.35674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:30.653138+0000 mgr.smithi115.zzjgkn (mgr.34102) 1643 : cluster [DBG] pgmap v1250: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:30.933223+0000 mon.smithi115 (mon.0) 1676 : audit [DBG] from='client.? 172.21.15.115:0/1044329128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:07:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.051846+0000 mgr.smithi115.zzjgkn (mgr.34102) 1640 : audit [DBG] from='client.35666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.328014+0000 mgr.smithi115.zzjgkn (mgr.34102) 1641 : audit [DBG] from='client.35670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.597390+0000 mgr.smithi115.zzjgkn (mgr.34102) 1642 : audit [DBG] from='client.35674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:30.653138+0000 mgr.smithi115.zzjgkn (mgr.34102) 1643 : cluster [DBG] pgmap v1250: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:30.933223+0000 mon.smithi115 (mon.0) 1676 : audit [DBG] from='client.? 172.21.15.115:0/1044329128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:07:33.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:07:31.208601+0000 mgr.smithi115.zzjgkn (mgr.34102) 1644 : audit [DBG] from='client.35682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:33.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:07:31.208601+0000 mgr.smithi115.zzjgkn (mgr.34102) 1644 : audit [DBG] from='client.35682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:07:34.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:32.653700+0000 mgr.smithi115.zzjgkn (mgr.34102) 1645 : cluster [DBG] pgmap v1251: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:32.653700+0000 mgr.smithi115.zzjgkn (mgr.34102) 1645 : cluster [DBG] pgmap v1251: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:36.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:07:33.949527+0000 mgr.smithi115.zzjgkn (mgr.34102) 1646 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:07:36.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:07:36.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:07:36.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:07:36.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:07:36.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:07:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:07:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:07:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:07:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:07:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:07:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:07:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:07:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:07:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:07:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:07:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:07:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:07:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:07:36.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:07:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:07:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:07:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:07:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:07:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:07:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:07:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:07:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:07:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:07:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:07:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:07:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:07:36.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:07:36.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:07:36.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:07:36.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:07:36.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:07:36.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:07:36.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:07:36.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:07:33.950785+0000 mgr.smithi115.zzjgkn (mgr.34102) 1647 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:07:36.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:07:33.950975+0000 mgr.smithi115.zzjgkn (mgr.34102) 1648 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:07:36.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:34.654115+0000 mgr.smithi115.zzjgkn (mgr.34102) 1649 : cluster [DBG] pgmap v1252: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:36.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:07:33.949527+0000 mgr.smithi115.zzjgkn (mgr.34102) 1646 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:07:36.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:07:36.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:07:36.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:07:36.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:07:36.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:07:36.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:07:36.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:07:36.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:07:36.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:07:36.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:07:36.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:07:36.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:07:36.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:07:36.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:07:36.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:07:36.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:07:36.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:07:36.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:07:36.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:07:36.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:07:36.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:07:36.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:07:36.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:07:36.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:07:36.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:07:36.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:07:36.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:07:36.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:07:36.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:07:36.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:07:36.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:07:36.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:07:36.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:07:36.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:07:36.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:07:36.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:07:36.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:07:36.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:07:36.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:07:36.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:07:36.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:07:36.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:07:36.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:07:36.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:07:36.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:07:36.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:07:36.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:07:36.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:07:36.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:07:36.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:07:36.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:07:36.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:07:33.950785+0000 mgr.smithi115.zzjgkn (mgr.34102) 1647 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:07:36.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:07:33.950975+0000 mgr.smithi115.zzjgkn (mgr.34102) 1648 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:07:36.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:34.654115+0000 mgr.smithi115.zzjgkn (mgr.34102) 1649 : cluster [DBG] pgmap v1252: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:37.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:36.654797+0000 mgr.smithi115.zzjgkn (mgr.34102) 1650 : cluster [DBG] pgmap v1253: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:37.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:36.654797+0000 mgr.smithi115.zzjgkn (mgr.34102) 1650 : cluster [DBG] pgmap v1253: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:40.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:38.655303+0000 mgr.smithi115.zzjgkn (mgr.34102) 1651 : cluster [DBG] pgmap v1254: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:38.655303+0000 mgr.smithi115.zzjgkn (mgr.34102) 1651 : cluster [DBG] pgmap v1254: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:42.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:40.655909+0000 mgr.smithi115.zzjgkn (mgr.34102) 1652 : cluster [DBG] pgmap v1255: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:40.655909+0000 mgr.smithi115.zzjgkn (mgr.34102) 1652 : cluster [DBG] pgmap v1255: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:44.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:42.656429+0000 mgr.smithi115.zzjgkn (mgr.34102) 1653 : cluster [DBG] pgmap v1256: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:42.656429+0000 mgr.smithi115.zzjgkn (mgr.34102) 1653 : cluster [DBG] pgmap v1256: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:46.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:44.657012+0000 mgr.smithi115.zzjgkn (mgr.34102) 1654 : cluster [DBG] pgmap v1257: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:44.657012+0000 mgr.smithi115.zzjgkn (mgr.34102) 1654 : cluster [DBG] pgmap v1257: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:48.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:46.657761+0000 mgr.smithi115.zzjgkn (mgr.34102) 1655 : cluster [DBG] pgmap v1258: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:46.657761+0000 mgr.smithi115.zzjgkn (mgr.34102) 1655 : cluster [DBG] pgmap v1258: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:50.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:48.658405+0000 mgr.smithi115.zzjgkn (mgr.34102) 1656 : cluster [DBG] pgmap v1259: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:48.658405+0000 mgr.smithi115.zzjgkn (mgr.34102) 1656 : cluster [DBG] pgmap v1259: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:52.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:50.659038+0000 mgr.smithi115.zzjgkn (mgr.34102) 1657 : cluster [DBG] pgmap v1260: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:50.659038+0000 mgr.smithi115.zzjgkn (mgr.34102) 1657 : cluster [DBG] pgmap v1260: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:54.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:52.659544+0000 mgr.smithi115.zzjgkn (mgr.34102) 1658 : cluster [DBG] pgmap v1261: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:54.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:52.659544+0000 mgr.smithi115.zzjgkn (mgr.34102) 1658 : cluster [DBG] pgmap v1261: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:56.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:54.660057+0000 mgr.smithi115.zzjgkn (mgr.34102) 1659 : cluster [DBG] pgmap v1262: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:56.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:54.660057+0000 mgr.smithi115.zzjgkn (mgr.34102) 1659 : cluster [DBG] pgmap v1262: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:58.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:56.660902+0000 mgr.smithi115.zzjgkn (mgr.34102) 1660 : cluster [DBG] pgmap v1263: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:07:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:56.660902+0000 mgr.smithi115.zzjgkn (mgr.34102) 1660 : cluster [DBG] pgmap v1263: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:00.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:07:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:07:58.661477+0000 mgr.smithi115.zzjgkn (mgr.34102) 1661 : cluster [DBG] pgmap v1264: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:07:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:07:58.661477+0000 mgr.smithi115.zzjgkn (mgr.34102) 1661 : cluster [DBG] pgmap v1264: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:01.512 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:08:02.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:00.662105+0000 mgr.smithi115.zzjgkn (mgr.34102) 1662 : cluster [DBG] pgmap v1265: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:00.662105+0000 mgr.smithi115.zzjgkn (mgr.34102) 1662 : cluster [DBG] pgmap v1265: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:02.057 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:08:02.057 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (57m) 2m ago 62m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:08:02.057 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (30m) 8m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:08:02.057 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (30m) 2m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:08:02.057 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (59m) 2m ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:08:02.057 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (112m) 8m ago 112m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:08:02.057 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (112m) 2m ago 112m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:08:02.057 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (56m) 8m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:08:02.057 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (46m) 2m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:08:02.057 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (41m) 8m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (35m) 2m ago 2h 118M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (62m) 8m ago 62m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (62m) 2m ago 62m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 8m ago 104m - - 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 102m - - 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (24m) 8m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (19m) 8m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (14m) 8m ago 2h 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (8m) 8m ago 2h 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (3m) 2m ago 2h 13.0M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (2h) 2m ago 2h 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 2m ago 2h 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 2m ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:08:02.058 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (62m) 2m ago 62m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:08:02.384 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:08:02.384 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:08:02.384 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:08:02.384 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:08:02.384 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 9 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:08:02.385 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:08:02.660 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:08:02.660 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:08:02.660 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:08:02.661 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:08:02.661 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:08:02.661 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:08:02.661 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:08:02.661 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:08:02.661 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:08:02.661 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "11/23 daemons upgraded", 2024-02-23T02:08:02.661 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:08:02.661 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:08:02.662 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:08:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:01.499743+0000 mgr.smithi115.zzjgkn (mgr.34102) 1663 : audit [DBG] from='client.35686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:02.046505+0000 mon.smithi115 (mon.0) 1677 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:08:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:02.046850+0000 mon.smithi115 (mon.0) 1678 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:02.047114+0000 mon.smithi115 (mon.0) 1679 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:02.047354+0000 mon.smithi115 (mon.0) 1680 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:02.047593+0000 mon.smithi115 (mon.0) 1681 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:02.049413+0000 mon.smithi115 (mon.0) 1682 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:08:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:02.049668+0000 mon.smithi115 (mon.0) 1683 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:02.049913+0000 mon.smithi115 (mon.0) 1684 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:02.050151+0000 mon.smithi115 (mon.0) 1685 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:02.050385+0000 mon.smithi115 (mon.0) 1686 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:02.383291+0000 mon.smithi115 (mon.0) 1687 : audit [DBG] from='client.? 172.21.15.115:0/1123528261' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:08:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:01.499743+0000 mgr.smithi115.zzjgkn (mgr.34102) 1663 : audit [DBG] from='client.35686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:02.046505+0000 mon.smithi115 (mon.0) 1677 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:08:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:02.046850+0000 mon.smithi115 (mon.0) 1678 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:02.047114+0000 mon.smithi115 (mon.0) 1679 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:02.047354+0000 mon.smithi115 (mon.0) 1680 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:02.047593+0000 mon.smithi115 (mon.0) 1681 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:02.049413+0000 mon.smithi115 (mon.0) 1682 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:08:03.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:02.049668+0000 mon.smithi115 (mon.0) 1683 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:02.049913+0000 mon.smithi115 (mon.0) 1684 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:02.050151+0000 mon.smithi115 (mon.0) 1685 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:02.050385+0000 mon.smithi115 (mon.0) 1686 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:03.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:02.383291+0000 mon.smithi115 (mon.0) 1687 : audit [DBG] from='client.? 172.21.15.115:0/1123528261' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:08:04.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:01.777353+0000 mgr.smithi115.zzjgkn (mgr.34102) 1664 : audit [DBG] from='client.35690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:04.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:02.044736+0000 mgr.smithi115.zzjgkn (mgr.34102) 1665 : audit [DBG] from='client.35694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:04.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:02.659019+0000 mgr.smithi115.zzjgkn (mgr.34102) 1666 : audit [DBG] from='client.35702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:04.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:02.662500+0000 mgr.smithi115.zzjgkn (mgr.34102) 1667 : cluster [DBG] pgmap v1266: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:01.777353+0000 mgr.smithi115.zzjgkn (mgr.34102) 1664 : audit [DBG] from='client.35690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:02.044736+0000 mgr.smithi115.zzjgkn (mgr.34102) 1665 : audit [DBG] from='client.35694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:02.659019+0000 mgr.smithi115.zzjgkn (mgr.34102) 1666 : audit [DBG] from='client.35702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:02.662500+0000 mgr.smithi115.zzjgkn (mgr.34102) 1667 : cluster [DBG] pgmap v1266: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:05.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:04.663092+0000 mgr.smithi115.zzjgkn (mgr.34102) 1668 : cluster [DBG] pgmap v1267: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:05.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:04.663092+0000 mgr.smithi115.zzjgkn (mgr.34102) 1668 : cluster [DBG] pgmap v1267: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:08.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:06.663833+0000 mgr.smithi115.zzjgkn (mgr.34102) 1669 : cluster [DBG] pgmap v1268: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:08.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:06.663833+0000 mgr.smithi115.zzjgkn (mgr.34102) 1669 : cluster [DBG] pgmap v1268: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:10.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:08.664285+0000 mgr.smithi115.zzjgkn (mgr.34102) 1670 : cluster [DBG] pgmap v1269: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:08.664285+0000 mgr.smithi115.zzjgkn (mgr.34102) 1670 : cluster [DBG] pgmap v1269: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:09.873586+0000 mon.smithi115 (mon.0) 1688 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-02-23T02:08:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:09.873916+0000 mon.smithi115 (mon.0) 1689 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T02:08:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:09.874216+0000 mon.smithi115 (mon.0) 1690 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-02-23T02:08:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:09.874435+0000 mon.smithi115 (mon.0) 1691 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:08:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:09.873586+0000 mon.smithi115 (mon.0) 1688 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-02-23T02:08:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:09.873916+0000 mon.smithi115 (mon.0) 1689 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T02:08:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:09.874216+0000 mon.smithi115 (mon.0) 1690 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-02-23T02:08:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:09.874435+0000 mon.smithi115 (mon.0) 1691 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:08:12.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:10.664914+0000 mgr.smithi115.zzjgkn (mgr.34102) 1671 : cluster [DBG] pgmap v1270: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:10.664914+0000 mgr.smithi115.zzjgkn (mgr.34102) 1671 : cluster [DBG] pgmap v1270: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:14.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:12.665484+0000 mgr.smithi115.zzjgkn (mgr.34102) 1672 : cluster [DBG] pgmap v1271: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:12.665484+0000 mgr.smithi115.zzjgkn (mgr.34102) 1672 : cluster [DBG] pgmap v1271: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:16.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:14.665973+0000 mgr.smithi115.zzjgkn (mgr.34102) 1673 : cluster [DBG] pgmap v1272: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:14.665973+0000 mgr.smithi115.zzjgkn (mgr.34102) 1673 : cluster [DBG] pgmap v1272: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:18.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:16.666692+0000 mgr.smithi115.zzjgkn (mgr.34102) 1674 : cluster [DBG] pgmap v1273: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:16.666692+0000 mgr.smithi115.zzjgkn (mgr.34102) 1674 : cluster [DBG] pgmap v1273: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:18.667251+0000 mgr.smithi115.zzjgkn (mgr.34102) 1675 : cluster [DBG] pgmap v1274: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:18.667251+0000 mgr.smithi115.zzjgkn (mgr.34102) 1675 : cluster [DBG] pgmap v1274: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:20.667854+0000 mgr.smithi115.zzjgkn (mgr.34102) 1676 : cluster [DBG] pgmap v1275: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:20.667854+0000 mgr.smithi115.zzjgkn (mgr.34102) 1676 : cluster [DBG] pgmap v1275: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:24.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:22.668333+0000 mgr.smithi115.zzjgkn (mgr.34102) 1677 : cluster [DBG] pgmap v1276: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:22.668333+0000 mgr.smithi115.zzjgkn (mgr.34102) 1677 : cluster [DBG] pgmap v1276: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:26.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:24.668808+0000 mgr.smithi115.zzjgkn (mgr.34102) 1678 : cluster [DBG] pgmap v1277: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:24.668808+0000 mgr.smithi115.zzjgkn (mgr.34102) 1678 : cluster [DBG] pgmap v1277: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:28.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:26.669377+0000 mgr.smithi115.zzjgkn (mgr.34102) 1679 : cluster [DBG] pgmap v1278: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:26.669377+0000 mgr.smithi115.zzjgkn (mgr.34102) 1679 : cluster [DBG] pgmap v1278: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:30.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:28.669958+0000 mgr.smithi115.zzjgkn (mgr.34102) 1680 : cluster [DBG] pgmap v1279: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:28.669958+0000 mgr.smithi115.zzjgkn (mgr.34102) 1680 : cluster [DBG] pgmap v1279: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:31.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:30.670596+0000 mgr.smithi115.zzjgkn (mgr.34102) 1681 : cluster [DBG] pgmap v1280: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:30.670596+0000 mgr.smithi115.zzjgkn (mgr.34102) 1681 : cluster [DBG] pgmap v1280: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:32.958 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:08:33.504 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:08:33.504 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (57m) 3m ago 63m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:08:33.504 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (30m) 8m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:08:33.504 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (30m) 3m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:08:33.504 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (60m) 3m ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:08:33.505 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (113m) 8m ago 113m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:08:33.505 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (113m) 3m ago 113m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:08:33.505 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (57m) 8m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:08:33.505 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (46m) 3m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:08:33.505 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (41m) 8m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:08:33.505 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (36m) 3m ago 2h 118M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:08:33.505 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (62m) 8m ago 62m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:08:33.505 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (62m) 3m ago 62m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:08:33.505 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 8m ago 104m - - 2024-02-23T02:08:33.505 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 102m - - 2024-02-23T02:08:33.505 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (25m) 8m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:08:33.506 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (20m) 8m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:08:33.506 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (15m) 8m ago 2h 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:08:33.506 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (8m) 8m ago 2h 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:08:33.506 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (3m) 3m ago 2h 13.0M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:08:33.506 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (2h) 3m ago 2h 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:08:33.506 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 3m ago 2h 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:08:33.506 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 3m ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:08:33.506 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (63m) 3m ago 63m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:08:33.832 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:08:33.832 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:08:33.832 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:08:33.832 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:08:33.832 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:08:33.832 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:08:33.832 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:08:33.832 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:08:33.832 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:08:33.832 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T02:08:33.832 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:08:33.832 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:08:33.832 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:08:33.833 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:08:33.833 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:08:33.833 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T02:08:33.833 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 9 2024-02-23T02:08:33.833 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:08:33.833 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:08:34.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:32.671103+0000 mgr.smithi115.zzjgkn (mgr.34102) 1682 : cluster [DBG] pgmap v1281: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:34.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:33.492774+0000 mon.smithi115 (mon.0) 1692 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:08:34.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:33.493170+0000 mon.smithi115 (mon.0) 1693 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:33.493524+0000 mon.smithi115 (mon.0) 1694 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:33.493854+0000 mon.smithi115 (mon.0) 1695 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:33.494169+0000 mon.smithi115 (mon.0) 1696 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:33.496158+0000 mon.smithi115 (mon.0) 1697 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:08:34.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:33.496471+0000 mon.smithi115 (mon.0) 1698 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:33.496781+0000 mon.smithi115 (mon.0) 1699 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:33.497126+0000 mon.smithi115 (mon.0) 1700 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:33.497419+0000 mon.smithi115 (mon.0) 1701 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:32.671103+0000 mgr.smithi115.zzjgkn (mgr.34102) 1682 : cluster [DBG] pgmap v1281: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:33.492774+0000 mon.smithi115 (mon.0) 1692 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:08:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:33.493170+0000 mon.smithi115 (mon.0) 1693 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:33.493524+0000 mon.smithi115 (mon.0) 1694 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:33.493854+0000 mon.smithi115 (mon.0) 1695 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:33.494169+0000 mon.smithi115 (mon.0) 1696 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:33.496158+0000 mon.smithi115 (mon.0) 1697 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:08:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:33.496471+0000 mon.smithi115 (mon.0) 1698 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:33.496781+0000 mon.smithi115 (mon.0) 1699 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:33.497126+0000 mon.smithi115 (mon.0) 1700 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:33.497419+0000 mon.smithi115 (mon.0) 1701 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:08:34.106 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:08:34.106 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:08:34.106 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:08:34.106 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:08:34.106 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:08:34.106 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:08:34.106 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:08:34.106 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:08:34.107 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:08:34.107 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "11/23 daemons upgraded", 2024-02-23T02:08:34.107 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:08:34.107 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:08:34.107 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:08:35.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:32.946499+0000 mgr.smithi115.zzjgkn (mgr.34102) 1683 : audit [DBG] from='client.35706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:35.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:33.220366+0000 mgr.smithi115.zzjgkn (mgr.34102) 1684 : audit [DBG] from='client.35710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:35.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:33.490958+0000 mgr.smithi115.zzjgkn (mgr.34102) 1685 : audit [DBG] from='client.35714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:35.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:33.830880+0000 mon.smithi115 (mon.0) 1702 : audit [DBG] from='client.? 172.21.15.115:0/1609372590' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:08:35.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:32.946499+0000 mgr.smithi115.zzjgkn (mgr.34102) 1683 : audit [DBG] from='client.35706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:35.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:33.220366+0000 mgr.smithi115.zzjgkn (mgr.34102) 1684 : audit [DBG] from='client.35710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:35.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:33.490958+0000 mgr.smithi115.zzjgkn (mgr.34102) 1685 : audit [DBG] from='client.35714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:35.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:33.830880+0000 mon.smithi115 (mon.0) 1702 : audit [DBG] from='client.? 172.21.15.115:0/1609372590' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:08:36.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:08:34.104967+0000 mgr.smithi115.zzjgkn (mgr.34102) 1686 : audit [DBG] from='client.35722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:36.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:34.671519+0000 mgr.smithi115.zzjgkn (mgr.34102) 1687 : cluster [DBG] pgmap v1282: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:08:34.104967+0000 mgr.smithi115.zzjgkn (mgr.34102) 1686 : audit [DBG] from='client.35722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:08:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:34.671519+0000 mgr.smithi115.zzjgkn (mgr.34102) 1687 : cluster [DBG] pgmap v1282: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:38.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:36.672357+0000 mgr.smithi115.zzjgkn (mgr.34102) 1688 : cluster [DBG] pgmap v1283: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:36.672357+0000 mgr.smithi115.zzjgkn (mgr.34102) 1688 : cluster [DBG] pgmap v1283: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:40.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:38.672884+0000 mgr.smithi115.zzjgkn (mgr.34102) 1689 : cluster [DBG] pgmap v1284: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:38.672884+0000 mgr.smithi115.zzjgkn (mgr.34102) 1689 : cluster [DBG] pgmap v1284: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:42.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:40.673702+0000 mgr.smithi115.zzjgkn (mgr.34102) 1690 : cluster [DBG] pgmap v1285: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:40.673702+0000 mgr.smithi115.zzjgkn (mgr.34102) 1690 : cluster [DBG] pgmap v1285: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:44.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:42.674281+0000 mgr.smithi115.zzjgkn (mgr.34102) 1691 : cluster [DBG] pgmap v1286: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:42.674281+0000 mgr.smithi115.zzjgkn (mgr.34102) 1691 : cluster [DBG] pgmap v1286: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:46.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:44.674973+0000 mgr.smithi115.zzjgkn (mgr.34102) 1692 : cluster [DBG] pgmap v1287: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:44.674973+0000 mgr.smithi115.zzjgkn (mgr.34102) 1692 : cluster [DBG] pgmap v1287: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:48.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:46.675599+0000 mgr.smithi115.zzjgkn (mgr.34102) 1693 : cluster [DBG] pgmap v1288: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:46.675599+0000 mgr.smithi115.zzjgkn (mgr.34102) 1693 : cluster [DBG] pgmap v1288: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:48.676127+0000 mgr.smithi115.zzjgkn (mgr.34102) 1694 : cluster [DBG] pgmap v1289: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:48.676127+0000 mgr.smithi115.zzjgkn (mgr.34102) 1694 : cluster [DBG] pgmap v1289: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:52.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:50.676851+0000 mgr.smithi115.zzjgkn (mgr.34102) 1695 : cluster [DBG] pgmap v1290: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:50.676851+0000 mgr.smithi115.zzjgkn (mgr.34102) 1695 : cluster [DBG] pgmap v1290: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:54.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:52.677484+0000 mgr.smithi115.zzjgkn (mgr.34102) 1696 : cluster [DBG] pgmap v1291: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:54.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:52.677484+0000 mgr.smithi115.zzjgkn (mgr.34102) 1696 : cluster [DBG] pgmap v1291: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:55.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:54.678123+0000 mgr.smithi115.zzjgkn (mgr.34102) 1697 : cluster [DBG] pgmap v1292: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:55.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:54.678123+0000 mgr.smithi115.zzjgkn (mgr.34102) 1697 : cluster [DBG] pgmap v1292: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:58.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:56.678900+0000 mgr.smithi115.zzjgkn (mgr.34102) 1698 : cluster [DBG] pgmap v1293: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:08:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:56.678900+0000 mgr.smithi115.zzjgkn (mgr.34102) 1698 : cluster [DBG] pgmap v1293: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:08:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:08:58.679518+0000 mgr.smithi115.zzjgkn (mgr.34102) 1699 : cluster [DBG] pgmap v1294: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:08:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:08:58.679518+0000 mgr.smithi115.zzjgkn (mgr.34102) 1699 : cluster [DBG] pgmap v1294: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:02.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:00.680082+0000 mgr.smithi115.zzjgkn (mgr.34102) 1700 : cluster [DBG] pgmap v1295: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:00.680082+0000 mgr.smithi115.zzjgkn (mgr.34102) 1700 : cluster [DBG] pgmap v1295: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:04.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:02.680575+0000 mgr.smithi115.zzjgkn (mgr.34102) 1701 : cluster [DBG] pgmap v1296: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:02.680575+0000 mgr.smithi115.zzjgkn (mgr.34102) 1701 : cluster [DBG] pgmap v1296: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:04.405 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:09:04.947 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:09:04.947 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (58m) 4m ago 63m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:09:04.947 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (31m) 9m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:09:04.947 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (31m) 4m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:09:04.947 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (60m) 4m ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:09:04.947 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (113m) 9m ago 113m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:09:04.948 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (113m) 4m ago 113m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:09:04.952 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (57m) 9m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:09:04.952 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (47m) 4m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:09:04.952 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (42m) 9m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:09:04.952 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (36m) 4m ago 2h 118M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:09:04.952 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (63m) 9m ago 63m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:09:04.952 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (63m) 4m ago 63m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:09:04.952 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 9m ago 105m - - 2024-02-23T02:09:04.952 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 103m - - 2024-02-23T02:09:04.953 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (26m) 9m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:09:04.953 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (20m) 9m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:09:04.953 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (15m) 9m ago 2h 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:09:04.953 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (9m) 9m ago 2h 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:09:04.953 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (4m) 4m ago 2h 13.0M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:09:04.953 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (2h) 4m ago 2h 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:09:04.953 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 4m ago 2h 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:09:04.954 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 4m ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:09:04.954 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (63m) 4m ago 63m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:09:05.269 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:09:05.269 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:09:05.269 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 9 2024-02-23T02:09:05.270 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:09:05.271 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:09:05.548 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:09:05.549 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:09:05.549 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:09:05.549 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:09:05.549 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:09:05.549 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:09:05.549 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:09:05.549 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:09:05.549 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:09:05.550 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "11/23 daemons upgraded", 2024-02-23T02:09:05.550 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:09:05.550 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:09:05.550 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:09:06.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:04.393242+0000 mgr.smithi115.zzjgkn (mgr.34102) 1702 : audit [DBG] from='client.35726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:04.667490+0000 mgr.smithi115.zzjgkn (mgr.34102) 1703 : audit [DBG] from='client.35730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:04.680943+0000 mgr.smithi115.zzjgkn (mgr.34102) 1704 : cluster [DBG] pgmap v1297: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:04.935603+0000 mon.smithi115 (mon.0) 1703 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:09:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:04.935978+0000 mon.smithi115 (mon.0) 1704 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:04.936289+0000 mon.smithi115 (mon.0) 1705 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:04.936590+0000 mon.smithi115 (mon.0) 1706 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:04.936879+0000 mon.smithi115 (mon.0) 1707 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:04.938786+0000 mon.smithi115 (mon.0) 1708 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:09:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:04.939080+0000 mon.smithi115 (mon.0) 1709 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:04.939332+0000 mon.smithi115 (mon.0) 1710 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:04.939577+0000 mon.smithi115 (mon.0) 1711 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:04.939857+0000 mon.smithi115 (mon.0) 1712 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:05.268218+0000 mon.smithi115 (mon.0) 1713 : audit [DBG] from='client.? 172.21.15.115:0/551235553' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:09:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:04.393242+0000 mgr.smithi115.zzjgkn (mgr.34102) 1702 : audit [DBG] from='client.35726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:04.667490+0000 mgr.smithi115.zzjgkn (mgr.34102) 1703 : audit [DBG] from='client.35730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:04.680943+0000 mgr.smithi115.zzjgkn (mgr.34102) 1704 : cluster [DBG] pgmap v1297: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:04.935603+0000 mon.smithi115 (mon.0) 1703 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:09:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:04.935978+0000 mon.smithi115 (mon.0) 1704 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:04.936289+0000 mon.smithi115 (mon.0) 1705 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:04.936590+0000 mon.smithi115 (mon.0) 1706 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:04.936879+0000 mon.smithi115 (mon.0) 1707 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:04.938786+0000 mon.smithi115 (mon.0) 1708 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:09:06.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:04.939080+0000 mon.smithi115 (mon.0) 1709 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:04.939332+0000 mon.smithi115 (mon.0) 1710 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:04.939577+0000 mon.smithi115 (mon.0) 1711 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:04.939857+0000 mon.smithi115 (mon.0) 1712 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:06.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:05.268218+0000 mon.smithi115 (mon.0) 1713 : audit [DBG] from='client.? 172.21.15.115:0/551235553' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:09:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:04.933835+0000 mgr.smithi115.zzjgkn (mgr.34102) 1705 : audit [DBG] from='client.35734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:05.547508+0000 mgr.smithi115.zzjgkn (mgr.34102) 1706 : audit [DBG] from='client.35742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:07.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:04.933835+0000 mgr.smithi115.zzjgkn (mgr.34102) 1705 : audit [DBG] from='client.35734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:07.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:05.547508+0000 mgr.smithi115.zzjgkn (mgr.34102) 1706 : audit [DBG] from='client.35742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:08.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:06.681585+0000 mgr.smithi115.zzjgkn (mgr.34102) 1707 : cluster [DBG] pgmap v1298: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:08.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:06.681585+0000 mgr.smithi115.zzjgkn (mgr.34102) 1707 : cluster [DBG] pgmap v1298: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:10.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:08.682177+0000 mgr.smithi115.zzjgkn (mgr.34102) 1708 : cluster [DBG] pgmap v1299: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:08.682177+0000 mgr.smithi115.zzjgkn (mgr.34102) 1708 : cluster [DBG] pgmap v1299: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:11.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:09.877346+0000 mon.smithi115 (mon.0) 1714 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-02-23T02:09:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:09.877644+0000 mon.smithi115 (mon.0) 1715 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T02:09:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:09.877850+0000 mon.smithi115 (mon.0) 1716 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T02:09:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:09.878059+0000 mon.smithi115 (mon.0) 1717 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:09:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:09.877346+0000 mon.smithi115 (mon.0) 1714 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-02-23T02:09:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:09.877644+0000 mon.smithi115 (mon.0) 1715 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T02:09:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:09.877850+0000 mon.smithi115 (mon.0) 1716 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T02:09:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:09.878059+0000 mon.smithi115 (mon.0) 1717 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:09:12.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:10.682862+0000 mgr.smithi115.zzjgkn (mgr.34102) 1709 : cluster [DBG] pgmap v1300: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:10.682862+0000 mgr.smithi115.zzjgkn (mgr.34102) 1709 : cluster [DBG] pgmap v1300: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:14.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:12.683457+0000 mgr.smithi115.zzjgkn (mgr.34102) 1710 : cluster [DBG] pgmap v1301: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:12.683457+0000 mgr.smithi115.zzjgkn (mgr.34102) 1710 : cluster [DBG] pgmap v1301: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:15.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:14.684062+0000 mgr.smithi115.zzjgkn (mgr.34102) 1711 : cluster [DBG] pgmap v1302: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:15.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:14.684062+0000 mgr.smithi115.zzjgkn (mgr.34102) 1711 : cluster [DBG] pgmap v1302: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:18.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:16.684863+0000 mgr.smithi115.zzjgkn (mgr.34102) 1712 : cluster [DBG] pgmap v1303: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:16.684863+0000 mgr.smithi115.zzjgkn (mgr.34102) 1712 : cluster [DBG] pgmap v1303: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:20.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:18.685434+0000 mgr.smithi115.zzjgkn (mgr.34102) 1713 : cluster [DBG] pgmap v1304: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:18.685434+0000 mgr.smithi115.zzjgkn (mgr.34102) 1713 : cluster [DBG] pgmap v1304: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:20.686213+0000 mgr.smithi115.zzjgkn (mgr.34102) 1714 : cluster [DBG] pgmap v1305: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:20.686213+0000 mgr.smithi115.zzjgkn (mgr.34102) 1714 : cluster [DBG] pgmap v1305: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:22.686881+0000 mgr.smithi115.zzjgkn (mgr.34102) 1715 : cluster [DBG] pgmap v1306: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:22.686881+0000 mgr.smithi115.zzjgkn (mgr.34102) 1715 : cluster [DBG] pgmap v1306: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:26.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:24.687307+0000 mgr.smithi115.zzjgkn (mgr.34102) 1716 : cluster [DBG] pgmap v1307: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:24.687307+0000 mgr.smithi115.zzjgkn (mgr.34102) 1716 : cluster [DBG] pgmap v1307: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:28.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:26.688197+0000 mgr.smithi115.zzjgkn (mgr.34102) 1717 : cluster [DBG] pgmap v1308: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:26.688197+0000 mgr.smithi115.zzjgkn (mgr.34102) 1717 : cluster [DBG] pgmap v1308: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:30.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:28.688862+0000 mgr.smithi115.zzjgkn (mgr.34102) 1718 : cluster [DBG] pgmap v1309: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:28.688862+0000 mgr.smithi115.zzjgkn (mgr.34102) 1718 : cluster [DBG] pgmap v1309: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:32.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:30.689726+0000 mgr.smithi115.zzjgkn (mgr.34102) 1719 : cluster [DBG] pgmap v1310: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:30.689726+0000 mgr.smithi115.zzjgkn (mgr.34102) 1719 : cluster [DBG] pgmap v1310: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:34.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:32.690320+0000 mgr.smithi115.zzjgkn (mgr.34102) 1720 : cluster [DBG] pgmap v1311: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:32.690320+0000 mgr.smithi115.zzjgkn (mgr.34102) 1720 : cluster [DBG] pgmap v1311: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:35.854 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:09:36.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:34.690897+0000 mgr.smithi115.zzjgkn (mgr.34102) 1721 : cluster [DBG] pgmap v1312: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:34.690897+0000 mgr.smithi115.zzjgkn (mgr.34102) 1721 : cluster [DBG] pgmap v1312: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:36.396 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:09:36.396 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (58m) 4m ago 64m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:09:36.396 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (31m) 9m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:09:36.396 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (31m) 4m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:09:36.396 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (61m) 4m ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (114m) 9m ago 114m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (114m) 4m ago 114m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (58m) 9m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (47m) 4m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (42m) 9m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (37m) 4m ago 2h 118M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (64m) 9m ago 64m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (63m) 4m ago 63m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 9m ago 105m - - 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 103m - - 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (26m) 9m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (21m) 9m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (16m) 9m ago 2h 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (9m) 9m ago 2h 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:09:36.397 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (4m) 4m ago 2h 13.0M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:09:36.398 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (2h) 4m ago 2h 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:09:36.398 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 4m ago 2h 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:09:36.398 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 4m ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:09:36.398 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (64m) 4m ago 64m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:09:36.721 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:09:36.722 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T02:09:36.723 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 9 2024-02-23T02:09:36.723 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:09:36.723 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:09:37.000 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:09:37.000 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:09:37.000 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:09:37.000 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:09:37.000 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:09:37.000 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:09:37.001 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:09:37.001 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:09:37.001 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:09:37.001 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "11/23 daemons upgraded", 2024-02-23T02:09:37.001 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:09:37.001 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:09:37.001 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:09:37.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.385517+0000 mon.smithi115 (mon.0) 1718 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:09:37.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.385888+0000 mon.smithi115 (mon.0) 1719 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.386173+0000 mon.smithi115 (mon.0) 1720 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.386420+0000 mon.smithi115 (mon.0) 1721 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.386667+0000 mon.smithi115 (mon.0) 1722 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.388585+0000 mon.smithi115 (mon.0) 1723 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:09:37.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.388866+0000 mon.smithi115 (mon.0) 1724 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.389120+0000 mon.smithi115 (mon.0) 1725 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.389400+0000 mon.smithi115 (mon.0) 1726 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.389683+0000 mon.smithi115 (mon.0) 1727 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.720645+0000 mon.smithi115 (mon.0) 1728 : audit [DBG] from='client.? 172.21.15.115:0/2421020590' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:09:37.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.385517+0000 mon.smithi115 (mon.0) 1718 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:09:37.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.385888+0000 mon.smithi115 (mon.0) 1719 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.386173+0000 mon.smithi115 (mon.0) 1720 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.386420+0000 mon.smithi115 (mon.0) 1721 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.386667+0000 mon.smithi115 (mon.0) 1722 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.388585+0000 mon.smithi115 (mon.0) 1723 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:09:37.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.388866+0000 mon.smithi115 (mon.0) 1724 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.389120+0000 mon.smithi115 (mon.0) 1725 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.389400+0000 mon.smithi115 (mon.0) 1726 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.389683+0000 mon.smithi115 (mon.0) 1727 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:09:37.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.720645+0000 mon.smithi115 (mon.0) 1728 : audit [DBG] from='client.? 172.21.15.115:0/2421020590' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:09:38.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:35.842032+0000 mgr.smithi115.zzjgkn (mgr.34102) 1722 : audit [DBG] from='client.35746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:38.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.116712+0000 mgr.smithi115.zzjgkn (mgr.34102) 1723 : audit [DBG] from='client.35750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:38.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.383779+0000 mgr.smithi115.zzjgkn (mgr.34102) 1724 : audit [DBG] from='client.35754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:38.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:36.691643+0000 mgr.smithi115.zzjgkn (mgr.34102) 1725 : cluster [DBG] pgmap v1313: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:35.842032+0000 mgr.smithi115.zzjgkn (mgr.34102) 1722 : audit [DBG] from='client.35746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.116712+0000 mgr.smithi115.zzjgkn (mgr.34102) 1723 : audit [DBG] from='client.35750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.383779+0000 mgr.smithi115.zzjgkn (mgr.34102) 1724 : audit [DBG] from='client.35754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:36.691643+0000 mgr.smithi115.zzjgkn (mgr.34102) 1725 : cluster [DBG] pgmap v1313: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:39.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:09:36.999030+0000 mgr.smithi115.zzjgkn (mgr.34102) 1726 : audit [DBG] from='client.35762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:39.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:09:36.999030+0000 mgr.smithi115.zzjgkn (mgr.34102) 1726 : audit [DBG] from='client.35762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:09:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:38.692152+0000 mgr.smithi115.zzjgkn (mgr.34102) 1727 : cluster [DBG] pgmap v1314: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:40.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:38.692152+0000 mgr.smithi115.zzjgkn (mgr.34102) 1727 : cluster [DBG] pgmap v1314: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:41.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:40.693005+0000 mgr.smithi115.zzjgkn (mgr.34102) 1728 : cluster [DBG] pgmap v1315: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:41.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:40.693005+0000 mgr.smithi115.zzjgkn (mgr.34102) 1728 : cluster [DBG] pgmap v1315: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:44.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:42.693546+0000 mgr.smithi115.zzjgkn (mgr.34102) 1729 : cluster [DBG] pgmap v1316: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:42.693546+0000 mgr.smithi115.zzjgkn (mgr.34102) 1729 : cluster [DBG] pgmap v1316: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:44.694044+0000 mgr.smithi115.zzjgkn (mgr.34102) 1730 : cluster [DBG] pgmap v1317: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:44.694044+0000 mgr.smithi115.zzjgkn (mgr.34102) 1730 : cluster [DBG] pgmap v1317: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:48.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:46.694903+0000 mgr.smithi115.zzjgkn (mgr.34102) 1731 : cluster [DBG] pgmap v1318: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:46.694903+0000 mgr.smithi115.zzjgkn (mgr.34102) 1731 : cluster [DBG] pgmap v1318: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:50.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:48.695474+0000 mgr.smithi115.zzjgkn (mgr.34102) 1732 : cluster [DBG] pgmap v1319: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:48.695474+0000 mgr.smithi115.zzjgkn (mgr.34102) 1732 : cluster [DBG] pgmap v1319: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:52.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:50.696360+0000 mgr.smithi115.zzjgkn (mgr.34102) 1733 : cluster [DBG] pgmap v1320: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:50.696360+0000 mgr.smithi115.zzjgkn (mgr.34102) 1733 : cluster [DBG] pgmap v1320: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:53.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:52.697080+0000 mgr.smithi115.zzjgkn (mgr.34102) 1734 : cluster [DBG] pgmap v1321: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:52.697080+0000 mgr.smithi115.zzjgkn (mgr.34102) 1734 : cluster [DBG] pgmap v1321: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:56.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:54.697594+0000 mgr.smithi115.zzjgkn (mgr.34102) 1735 : cluster [DBG] pgmap v1322: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:56.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:54.697594+0000 mgr.smithi115.zzjgkn (mgr.34102) 1735 : cluster [DBG] pgmap v1322: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:58.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:56.698175+0000 mgr.smithi115.zzjgkn (mgr.34102) 1736 : cluster [DBG] pgmap v1323: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:58.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:57.372173+0000 mon.smithi115 (mon.0) 1729 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-02-23T02:09:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:56.698175+0000 mgr.smithi115.zzjgkn (mgr.34102) 1736 : cluster [DBG] pgmap v1323: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:09:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:57.372173+0000 mon.smithi115 (mon.0) 1729 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-02-23T02:10:00.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:09:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:09:58.698706+0000 mgr.smithi115.zzjgkn (mgr.34102) 1737 : cluster [DBG] pgmap v1325: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:10:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:09:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:09:58.698706+0000 mgr.smithi115.zzjgkn (mgr.34102) 1737 : cluster [DBG] pgmap v1325: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:10:01.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:00.000150+0000 mon.smithi115 (mon.0) 1730 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T02:10:01.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:00.000150+0000 mon.smithi115 (mon.0) 1730 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T02:10:02.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:00.699297+0000 mgr.smithi115.zzjgkn (mgr.34102) 1738 : cluster [DBG] pgmap v1326: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:10:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:00.699297+0000 mgr.smithi115.zzjgkn (mgr.34102) 1738 : cluster [DBG] pgmap v1326: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:10:03.432 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:02.374985+0000 mon.smithi115 (mon.0) 1731 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-02-23T02:10:03.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:02.699859+0000 mgr.smithi115.zzjgkn (mgr.34102) 1739 : cluster [DBG] pgmap v1328: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:10:03.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:03.160691+0000 mon.smithi115 (mon.0) 1732 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:10:03.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:03.163640+0000 mon.smithi115 (mon.0) 1733 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:10:03.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:03.165083+0000 mon.smithi115 (mon.0) 1734 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:10:03.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:03.166371+0000 mon.smithi115 (mon.0) 1735 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:10:03.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:03.167791+0000 mon.smithi115 (mon.0) 1736 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-23T02:10:03.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:02.374985+0000 mon.smithi115 (mon.0) 1731 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-02-23T02:10:03.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:02.699859+0000 mgr.smithi115.zzjgkn (mgr.34102) 1739 : cluster [DBG] pgmap v1328: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:10:03.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:03.160691+0000 mon.smithi115 (mon.0) 1732 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:10:03.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:03.163640+0000 mon.smithi115 (mon.0) 1733 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:10:03.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:03.165083+0000 mon.smithi115 (mon.0) 1734 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:10:03.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:03.166371+0000 mon.smithi115 (mon.0) 1735 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:10:03.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:03.167791+0000 mon.smithi115 (mon.0) 1736 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-23T02:10:04.773 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:10:03.158317+0000 mgr.smithi115.zzjgkn (mgr.34102) 1740 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:10:04.773 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:10:04.773 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:10:04.773 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:10:04.773 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:10:04.773 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:10:04.773 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:10:04.773 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:10:04.774 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:10:04.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:10:04.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:10:04.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:10:04.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:10:04.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:10:04.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:10:04.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:10:04.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:10:04.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:10:04.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:10:04.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:10:04.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:10:04.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:10:04.776 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:10:04.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:10:04.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:10:04.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:03.167949+0000 mgr.smithi115.zzjgkn (mgr.34102) 1741 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-23T02:10:04.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:10:03.168824+0000 mgr.smithi115.zzjgkn (mgr.34102) 1742 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-23T02:10:04.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:10:03.158317+0000 mgr.smithi115.zzjgkn (mgr.34102) 1740 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:10:04.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:10:04.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:10:04.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:10:04.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:10:04.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:10:04.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:10:04.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:10:04.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:10:04.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:10:04.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:10:04.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:10:04.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:10:04.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:10:04.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:10:04.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:10:04.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:10:04.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:10:04.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:10:04.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:10:04.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:10:04.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:10:04.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:10:04.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:10:04.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:10:04.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:03.167949+0000 mgr.smithi115.zzjgkn (mgr.34102) 1741 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-23T02:10:04.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:10:03.168824+0000 mgr.smithi115.zzjgkn (mgr.34102) 1742 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-23T02:10:05.488 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:04.700287+0000 mgr.smithi115.zzjgkn (mgr.34102) 1743 : cluster [DBG] pgmap v1329: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:10:05.488 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:04.797079+0000 mon.smithi115 (mon.0) 1737 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:05.488 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:04.797849+0000 mon.smithi115 (mon.0) 1738 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-23T02:10:05.488 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:04.798550+0000 mon.smithi115 (mon.0) 1739 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:10:05.488 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:04.800491+0000 mon.smithi115 (mon.0) 1740 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-23T02:10:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:04.700287+0000 mgr.smithi115.zzjgkn (mgr.34102) 1743 : cluster [DBG] pgmap v1329: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:10:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:04.797079+0000 mon.smithi115 (mon.0) 1737 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:04.797849+0000 mon.smithi115 (mon.0) 1738 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-23T02:10:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:04.798550+0000 mon.smithi115 (mon.0) 1739 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:10:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:04.800491+0000 mon.smithi115 (mon.0) 1740 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-23T02:10:06.435 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:10:04.790379+0000 mgr.smithi115.zzjgkn (mgr.34102) 1744 : cephadm [INF] Upgrade: Updating osd.5 2024-02-23T02:10:06.435 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:10:04.799946+0000 mgr.smithi115.zzjgkn (mgr.34102) 1745 : cephadm [INF] Deploying daemon osd.5 on smithi131 2024-02-23T02:10:06.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:10:04.790379+0000 mgr.smithi115.zzjgkn (mgr.34102) 1744 : cephadm [INF] Upgrade: Updating osd.5 2024-02-23T02:10:06.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:10:04.799946+0000 mgr.smithi115.zzjgkn (mgr.34102) 1745 : cephadm [INF] Deploying daemon osd.5 on smithi131 2024-02-23T02:10:07.298 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:10:07.460 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:06.701228+0000 mgr.smithi115.zzjgkn (mgr.34102) 1746 : cluster [DBG] pgmap v1330: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:10:07.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:06.701228+0000 mgr.smithi115.zzjgkn (mgr.34102) 1746 : cluster [DBG] pgmap v1330: 129 pgs: 129 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:10:07.779 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:07 smithi131 systemd[1]: Stopping Ceph osd.5 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:10:07.842 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (59m) 5m ago 64m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (32m) 10m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (32m) 5m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (61m) 5m ago 2h 37.7M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (114m) 10m ago 114m 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (114m) 5m ago 114m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (58m) 10m ago 2h 447M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (48m) 5m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (43m) 10m ago 2h 234M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (37m) 5m ago 2h 118M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (64m) 10m ago 64m 98.0M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (64m) 5m ago 64m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 10m ago 106m - - 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 104m - - 2024-02-23T02:10:07.843 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (27m) 10m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:10:07.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (21m) 10m ago 2h 221M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:10:07.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (16m) 10m ago 2h 195M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:10:07.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (10m) 10m ago 2h 11.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:10:07.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (5m) 5m ago 2h 13.0M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:10:07.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (2h) 5m ago 2h 341M 4096M 15.2.13 2cf504fded39 223dcb46dd82 2024-02-23T02:10:07.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 5m ago 2h 316M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:10:07.844 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 5m ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:10:07.844 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (64m) 5m ago 64m 71.3M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:10:08.168 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:10:08.168 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:10:08.168 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:10:08.168 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:10:08.168 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:10:08.168 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:10:08.168 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:10:08.168 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:10:08.168 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:10:08.168 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5 2024-02-23T02:10:08.169 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:10:08.169 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:10:08.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:10:08.169 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:10:08.169 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:10:08.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-23T02:10:08.169 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 9 2024-02-23T02:10:08.169 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:10:08.169 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:10:08.456 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:10:08.456 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:10:08.456 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:10:08.457 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:10:08.457 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:10:08.457 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:10:08.457 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:10:08.457 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:10:08.457 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:10:08.457 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "11/23 daemons upgraded", 2024-02-23T02:10:08.457 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:10:08.457 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:10:08.457 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:10:08.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:07.285861+0000 mgr.smithi115.zzjgkn (mgr.34102) 1747 : audit [DBG] from='client.35766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:08.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:07.560487+0000 mgr.smithi115.zzjgkn (mgr.34102) 1748 : audit [DBG] from='client.35770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:08.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:07.832073+0000 mon.smithi115 (mon.0) 1741 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:10:08.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:07.832397+0000 mon.smithi115 (mon.0) 1742 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:07.832680+0000 mon.smithi115 (mon.0) 1743 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:07.832925+0000 mon.smithi115 (mon.0) 1744 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:07.833160+0000 mon.smithi115 (mon.0) 1745 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:07.835034+0000 mon.smithi115 (mon.0) 1746 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:10:08.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:07.835302+0000 mon.smithi115 (mon.0) 1747 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:07.835543+0000 mon.smithi115 (mon.0) 1748 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:07.835806+0000 mon.smithi115 (mon.0) 1749 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:07.836039+0000 mon.smithi115 (mon.0) 1750 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.096001+0000 mon.smithi115 (mon.0) 1751 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-23T02:10:08.531 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:08 smithi131 bash[66244]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.5 2024-02-23T02:10:08.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.096038+0000 mon.smithi115 (mon.0) 1752 : cluster [INF] osd.5 failed (root=default,host=smithi131) (connection refused reported by osd.0) 2024-02-23T02:10:08.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.096162+0000 mon.smithi115 (mon.0) 1753 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-23T02:10:08.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.096204+0000 mon.smithi115 (mon.0) 1754 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-23T02:10:08.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.096302+0000 mon.smithi115 (mon.0) 1755 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-23T02:10:08.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.096381+0000 mon.smithi115 (mon.0) 1756 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-23T02:10:08.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.096487+0000 mon.smithi115 (mon.0) 1757 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-23T02:10:08.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.096568+0000 mon.smithi115 (mon.0) 1758 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-23T02:10:08.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.096652+0000 mon.smithi115 (mon.0) 1759 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-23T02:10:08.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.096731+0000 mon.smithi115 (mon.0) 1760 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-23T02:10:08.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.096800+0000 mon.smithi115 (mon.0) 1761 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-23T02:10:08.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.096866+0000 mon.smithi115 (mon.0) 1762 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-23T02:10:08.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.096978+0000 mon.smithi115 (mon.0) 1763 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-23T02:10:08.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.097051+0000 mon.smithi115 (mon.0) 1764 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-23T02:10:08.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.097127+0000 mon.smithi115 (mon.0) 1765 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-23T02:10:08.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:08.166703+0000 mon.smithi131 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.115:0/2077817865' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:10:08.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.227932+0000 mon.smithi115 (mon.0) 1766 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-23T02:10:08.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.288809+0000 mon.smithi115 (mon.0) 1767 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-23T02:10:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:07.285861+0000 mgr.smithi115.zzjgkn (mgr.34102) 1747 : audit [DBG] from='client.35766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:07.560487+0000 mgr.smithi115.zzjgkn (mgr.34102) 1748 : audit [DBG] from='client.35770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:07.832073+0000 mon.smithi115 (mon.0) 1741 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:10:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:07.832397+0000 mon.smithi115 (mon.0) 1742 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:07.832680+0000 mon.smithi115 (mon.0) 1743 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:07.832925+0000 mon.smithi115 (mon.0) 1744 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:07.833160+0000 mon.smithi115 (mon.0) 1745 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:07.835034+0000 mon.smithi115 (mon.0) 1746 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:10:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:07.835302+0000 mon.smithi115 (mon.0) 1747 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:07.835543+0000 mon.smithi115 (mon.0) 1748 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:07.835806+0000 mon.smithi115 (mon.0) 1749 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:07.836039+0000 mon.smithi115 (mon.0) 1750 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.096001+0000 mon.smithi115 (mon.0) 1751 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.096038+0000 mon.smithi115 (mon.0) 1752 : cluster [INF] osd.5 failed (root=default,host=smithi131) (connection refused reported by osd.0) 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.096162+0000 mon.smithi115 (mon.0) 1753 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.096204+0000 mon.smithi115 (mon.0) 1754 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.096302+0000 mon.smithi115 (mon.0) 1755 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.096381+0000 mon.smithi115 (mon.0) 1756 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.096487+0000 mon.smithi115 (mon.0) 1757 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.096568+0000 mon.smithi115 (mon.0) 1758 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.096652+0000 mon.smithi115 (mon.0) 1759 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.096731+0000 mon.smithi115 (mon.0) 1760 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.096800+0000 mon.smithi115 (mon.0) 1761 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.096866+0000 mon.smithi115 (mon.0) 1762 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.096978+0000 mon.smithi115 (mon.0) 1763 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-23T02:10:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.097051+0000 mon.smithi115 (mon.0) 1764 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-23T02:10:08.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.097127+0000 mon.smithi115 (mon.0) 1765 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-23T02:10:08.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:08.166703+0000 mon.smithi131 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.115:0/2077817865' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:10:08.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.227932+0000 mon.smithi115 (mon.0) 1766 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-23T02:10:08.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.288809+0000 mon.smithi115 (mon.0) 1767 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-23T02:10:09.029 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:08 smithi131 bash[66301]: Error: no container with name or ID "ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.5" found: no such container 2024-02-23T02:10:09.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:07.830305+0000 mgr.smithi115.zzjgkn (mgr.34102) 1749 : audit [DBG] from='client.35774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:09.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.393520+0000 mon.smithi115 (mon.0) 1768 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T02:10:09.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.397557+0000 mon.smithi115 (mon.0) 1769 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-23T02:10:09.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:08.453989+0000 mgr.smithi115.zzjgkn (mgr.34102) 1750 : audit [DBG] from='client.35782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:09.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:08.701705+0000 mgr.smithi115.zzjgkn (mgr.34102) 1751 : cluster [DBG] pgmap v1332: 129 pgs: 9 peering, 14 stale+active+clean, 106 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:10:09.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:09.399828+0000 mon.smithi115 (mon.0) 1770 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-23T02:10:09.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:07.830305+0000 mgr.smithi115.zzjgkn (mgr.34102) 1749 : audit [DBG] from='client.35774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.393520+0000 mon.smithi115 (mon.0) 1768 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T02:10:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.397557+0000 mon.smithi115 (mon.0) 1769 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-23T02:10:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:08.453989+0000 mgr.smithi115.zzjgkn (mgr.34102) 1750 : audit [DBG] from='client.35782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:08.701705+0000 mgr.smithi115.zzjgkn (mgr.34102) 1751 : cluster [DBG] pgmap v1332: 129 pgs: 9 peering, 14 stale+active+clean, 106 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail 2024-02-23T02:10:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:09.399828+0000 mon.smithi115 (mon.0) 1770 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-23T02:10:10.529 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:10 smithi131 systemd[1]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.5.service: Succeeded. 2024-02-23T02:10:10.530 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:10 smithi131 systemd[1]: Stopped Ceph osd.5 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T02:10:10.530 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:10 smithi131 systemd[1]: Starting Ceph osd.5 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:10:10.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:09.409691+0000 mon.smithi115 (mon.0) 1771 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-02-23T02:10:10.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:09.933535+0000 mon.smithi115 (mon.0) 1772 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:10.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:09.409691+0000 mon.smithi115 (mon.0) 1771 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-02-23T02:10:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:09.933535+0000 mon.smithi115 (mon.0) 1772 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:11.436 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:11 smithi131 bash[66558]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-23T02:10:11.436 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:11 smithi131 bash[66558]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-23T02:10:11.436 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:11 smithi131 bash[66558]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-02-23T02:10:11.436 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:11 smithi131 bash[66558]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-02-23T02:10:11.437 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:11 smithi131 bash[66558]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-02-23T02:10:11.437 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:11 smithi131 bash[66558]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-23T02:10:11.437 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:11 smithi131 bash[66558]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-23T02:10:11.437 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:11 smithi131 bash[66558]: --> ceph-volume lvm activate successful for osd ID: 5 2024-02-23T02:10:11.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:10.702329+0000 mgr.smithi115.zzjgkn (mgr.34102) 1752 : cluster [DBG] pgmap v1334: 129 pgs: 8 active+undersized+degraded, 9 peering, 5 stale+active+clean, 16 active+undersized, 91 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 32/402 objects degraded (7.960%) 2024-02-23T02:10:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:10.702329+0000 mgr.smithi115.zzjgkn (mgr.34102) 1752 : cluster [DBG] pgmap v1334: 129 pgs: 8 active+undersized+degraded, 9 peering, 5 stale+active+clean, 16 active+undersized, 91 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 32/402 objects degraded (7.960%) 2024-02-23T02:10:12.439 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:10:12.274+0000 7f7358d6a700 1 -- 172.21.15.131:0/2024464418 <== mon.1 v2:172.21.15.131:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556eea0f4680 con 0x556eea0bd000 2024-02-23T02:10:12.440 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:12 smithi131 bash[66801]: c11c6d70bbcb05f457a6bef192e5c8d2f05e0d8f35e5a2dbf52413f4e96a3c8a 2024-02-23T02:10:12.440 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:12 smithi131 systemd[1]: Started Ceph osd.5 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T02:10:12.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:11.427735+0000 mon.smithi115 (mon.0) 1773 : cluster [WRN] Health check failed: Degraded data redundancy: 32/402 objects degraded (7.960%), 8 pgs degraded (PG_DEGRADED) 2024-02-23T02:10:12.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:12.405480+0000 mon.smithi115 (mon.0) 1774 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:12.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:12.406490+0000 mon.smithi115 (mon.0) 1775 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:10:12.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:11.427735+0000 mon.smithi115 (mon.0) 1773 : cluster [WRN] Health check failed: Degraded data redundancy: 32/402 objects degraded (7.960%), 8 pgs degraded (PG_DEGRADED) 2024-02-23T02:10:12.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:12.405480+0000 mon.smithi115 (mon.0) 1774 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:12.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:12.406490+0000 mon.smithi115 (mon.0) 1775 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:10:13.146 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:10:12.801+0000 7f73607f8380 -1 Falling back to public interface 2024-02-23T02:10:13.972 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:12.647947+0000 mon.smithi115 (mon.0) 1776 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:13.972 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:12.648882+0000 mon.smithi115 (mon.0) 1777 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:10:13.972 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:12.653048+0000 mon.smithi115 (mon.0) 1778 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:13.972 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:12.653795+0000 mon.smithi115 (mon.0) 1779 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:10:13.972 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:12.702892+0000 mgr.smithi115.zzjgkn (mgr.34102) 1753 : cluster [DBG] pgmap v1335: 129 pgs: 11 active+undersized+degraded, 9 peering, 24 active+undersized, 85 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 45/402 objects degraded (11.194%) 2024-02-23T02:10:14.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:12.647947+0000 mon.smithi115 (mon.0) 1776 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:14.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:12.648882+0000 mon.smithi115 (mon.0) 1777 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:10:14.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:12.653048+0000 mon.smithi115 (mon.0) 1778 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:14.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:12.653795+0000 mon.smithi115 (mon.0) 1779 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:10:14.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:12.702892+0000 mgr.smithi115.zzjgkn (mgr.34102) 1753 : cluster [DBG] pgmap v1335: 129 pgs: 11 active+undersized+degraded, 9 peering, 24 active+undersized, 85 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 45/402 objects degraded (11.194%) 2024-02-23T02:10:15.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:14.703568+0000 mgr.smithi115.zzjgkn (mgr.34102) 1754 : cluster [DBG] pgmap v1336: 129 pgs: 13 active+undersized+degraded, 31 active+undersized, 85 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 49/402 objects degraded (12.189%) 2024-02-23T02:10:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:14.754355+0000 mon.smithi115 (mon.0) 1780 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-02-23T02:10:15.066 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:14.703568+0000 mgr.smithi115.zzjgkn (mgr.34102) 1754 : cluster [DBG] pgmap v1336: 129 pgs: 13 active+undersized+degraded, 31 active+undersized, 85 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 49/402 objects degraded (12.189%) 2024-02-23T02:10:15.066 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:14.754355+0000 mon.smithi115 (mon.0) 1780 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-02-23T02:10:16.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:15.380799+0000 mon.smithi115 (mon.0) 1781 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:15.660967+0000 mon.smithi115 (mon.0) 1782 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:15.661330+0000 mon.smithi115 (mon.0) 1783 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:15.661604+0000 mon.smithi115 (mon.0) 1784 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:15.661886+0000 mon.smithi115 (mon.0) 1785 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:15.662146+0000 mon.smithi115 (mon.0) 1786 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:15.662394+0000 mon.smithi115 (mon.0) 1787 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:15.662651+0000 mon.smithi115 (mon.0) 1788 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:15.662905+0000 mon.smithi115 (mon.0) 1789 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:15.663162+0000 mon.smithi115 (mon.0) 1790 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:10:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:15.663401+0000 mon.smithi115 (mon.0) 1791 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:15.380799+0000 mon.smithi115 (mon.0) 1781 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:15.660967+0000 mon.smithi115 (mon.0) 1782 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:15.661330+0000 mon.smithi115 (mon.0) 1783 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:15.661604+0000 mon.smithi115 (mon.0) 1784 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:15.661886+0000 mon.smithi115 (mon.0) 1785 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:15.662146+0000 mon.smithi115 (mon.0) 1786 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:15.662394+0000 mon.smithi115 (mon.0) 1787 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:15.662651+0000 mon.smithi115 (mon.0) 1788 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:15.662905+0000 mon.smithi115 (mon.0) 1789 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:16.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:15.663162+0000 mon.smithi115 (mon.0) 1790 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:10:16.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:15.663401+0000 mon.smithi115 (mon.0) 1791 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:17.663 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:10:17.534+0000 7f73607f8380 -1 osd.5 93 log_to_monitors {default=true} 2024-02-23T02:10:17.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:16.704355+0000 mgr.smithi115.zzjgkn (mgr.34102) 1755 : cluster [DBG] pgmap v1337: 129 pgs: 13 active+undersized+degraded, 31 active+undersized, 85 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 49/402 objects degraded (12.189%) 2024-02-23T02:10:17.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:17.371021+0000 mon.smithi115 (mon.0) 1792 : cluster [WRN] Health check update: Degraded data redundancy: 49/402 objects degraded (12.189%), 13 pgs degraded (PG_DEGRADED) 2024-02-23T02:10:17.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:16.704355+0000 mgr.smithi115.zzjgkn (mgr.34102) 1755 : cluster [DBG] pgmap v1337: 129 pgs: 13 active+undersized+degraded, 31 active+undersized, 85 active+clean; 174 MiB data, 2.2 GiB used, 710 GiB / 715 GiB avail; 49/402 objects degraded (12.189%) 2024-02-23T02:10:17.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:17.371021+0000 mon.smithi115 (mon.0) 1792 : cluster [WRN] Health check update: Degraded data redundancy: 49/402 objects degraded (12.189%), 13 pgs degraded (PG_DEGRADED) 2024-02-23T02:10:18.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:17.538009+0000 mon.smithi131 (mon.1) 6 : audit [INF] from='osd.5 [v2:172.21.15.131:6808/2843396729,v1:172.21.15.131:6809/2843396729]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-23T02:10:18.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:17.538606+0000 mon.smithi115 (mon.0) 1793 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-23T02:10:18.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:18.087638+0000 mon.smithi115 (mon.0) 1794 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:18.088763+0000 mon.smithi115 (mon.0) 1795 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-02-23T02:10:18.779 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:10:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:10:18.407+0000 7f73514de700 -1 osd.5 93 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-23T02:10:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:17.538009+0000 mon.smithi131 (mon.1) 6 : audit [INF] from='osd.5 [v2:172.21.15.131:6808/2843396729,v1:172.21.15.131:6809/2843396729]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-23T02:10:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:17.538606+0000 mon.smithi115 (mon.0) 1793 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-23T02:10:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:18.087638+0000 mon.smithi115 (mon.0) 1794 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:18.088763+0000 mon.smithi115 (mon.0) 1795 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-02-23T02:10:19.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:18.390601+0000 mon.smithi115 (mon.0) 1796 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-23T02:10:19.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:18.390673+0000 mon.smithi115 (mon.0) 1797 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-02-23T02:10:19.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:18.392033+0000 mon.smithi131 (mon.1) 7 : audit [INF] from='osd.5 [v2:172.21.15.131:6808/2843396729,v1:172.21.15.131:6809/2843396729]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:10:19.644 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:18.395563+0000 mon.smithi115 (mon.0) 1798 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:10:19.644 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:18.704909+0000 mgr.smithi115.zzjgkn (mgr.34102) 1756 : cluster [DBG] pgmap v1339: 129 pgs: 13 active+undersized+degraded, 31 active+undersized, 85 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 49/402 objects degraded (12.189%) 2024-02-23T02:10:19.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:18.390601+0000 mon.smithi115 (mon.0) 1796 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-23T02:10:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:18.390673+0000 mon.smithi115 (mon.0) 1797 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-02-23T02:10:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:18.392033+0000 mon.smithi131 (mon.1) 7 : audit [INF] from='osd.5 [v2:172.21.15.131:6808/2843396729,v1:172.21.15.131:6809/2843396729]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:10:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:18.395563+0000 mon.smithi115 (mon.0) 1798 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:10:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:18.704909+0000 mgr.smithi115.zzjgkn (mgr.34102) 1756 : cluster [DBG] pgmap v1339: 129 pgs: 13 active+undersized+degraded, 31 active+undersized, 85 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 49/402 objects degraded (12.189%) 2024-02-23T02:10:20.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:19.393169+0000 mon.smithi115 (mon.0) 1799 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T02:10:20.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:19.404771+0000 mon.smithi115 (mon.0) 1800 : cluster [INF] osd.5 [v2:172.21.15.131:6808/2843396729,v1:172.21.15.131:6809/2843396729] boot 2024-02-23T02:10:20.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:19.404816+0000 mon.smithi115 (mon.0) 1801 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-02-23T02:10:20.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:19.406076+0000 mon.smithi115 (mon.0) 1802 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T02:10:20.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:19.393169+0000 mon.smithi115 (mon.0) 1799 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T02:10:20.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:19.404771+0000 mon.smithi115 (mon.0) 1800 : cluster [INF] osd.5 [v2:172.21.15.131:6808/2843396729,v1:172.21.15.131:6809/2843396729] boot 2024-02-23T02:10:20.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:19.404816+0000 mon.smithi115 (mon.0) 1801 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-02-23T02:10:20.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:19.406076+0000 mon.smithi115 (mon.0) 1802 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T02:10:21.517 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:20.404997+0000 mon.smithi115 (mon.0) 1803 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-02-23T02:10:21.517 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:20.705408+0000 mgr.smithi115.zzjgkn (mgr.34102) 1757 : cluster [DBG] pgmap v1342: 129 pgs: 13 peering, 7 active+undersized+degraded, 22 active+undersized, 87 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 23/402 objects degraded (5.721%) 2024-02-23T02:10:21.517 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:21.060957+0000 mon.smithi115 (mon.0) 1804 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:21.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:20.404997+0000 mon.smithi115 (mon.0) 1803 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-02-23T02:10:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:20.705408+0000 mgr.smithi115.zzjgkn (mgr.34102) 1757 : cluster [DBG] pgmap v1342: 129 pgs: 13 peering, 7 active+undersized+degraded, 22 active+undersized, 87 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 23/402 objects degraded (5.721%) 2024-02-23T02:10:21.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:21.060957+0000 mon.smithi115 (mon.0) 1804 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:21.536829+0000 mon.smithi115 (mon.0) 1805 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:10:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:21.757044+0000 mon.smithi115 (mon.0) 1806 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.038994+0000 mon.smithi115 (mon.0) 1807 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.039473+0000 mon.smithi115 (mon.0) 1808 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.039872+0000 mon.smithi115 (mon.0) 1809 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.040244+0000 mon.smithi115 (mon.0) 1810 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.040595+0000 mon.smithi115 (mon.0) 1811 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.040959+0000 mon.smithi115 (mon.0) 1812 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.041310+0000 mon.smithi115 (mon.0) 1813 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.041670+0000 mon.smithi115 (mon.0) 1814 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.042021+0000 mon.smithi115 (mon.0) 1815 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:10:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.042356+0000 mon.smithi115 (mon.0) 1816 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.042911+0000 mon.smithi115 (mon.0) 1817 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:10:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.043712+0000 mon.smithi115 (mon.0) 1818 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:10:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.049550+0000 mon.smithi115 (mon.0) 1819 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.052309+0000 mon.smithi115 (mon.0) 1820 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:10:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:22.058711+0000 mon.smithi115 (mon.0) 1821 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:22.372448+0000 mon.smithi115 (mon.0) 1822 : cluster [WRN] Health check update: Degraded data redundancy: 23/402 objects degraded (5.721%), 7 pgs degraded (PG_DEGRADED) 2024-02-23T02:10:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:21.536829+0000 mon.smithi115 (mon.0) 1805 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:10:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:21.757044+0000 mon.smithi115 (mon.0) 1806 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.038994+0000 mon.smithi115 (mon.0) 1807 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:22.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.039473+0000 mon.smithi115 (mon.0) 1808 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.039872+0000 mon.smithi115 (mon.0) 1809 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.040244+0000 mon.smithi115 (mon.0) 1810 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.040595+0000 mon.smithi115 (mon.0) 1811 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.040959+0000 mon.smithi115 (mon.0) 1812 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.041310+0000 mon.smithi115 (mon.0) 1813 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.041670+0000 mon.smithi115 (mon.0) 1814 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.042021+0000 mon.smithi115 (mon.0) 1815 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:10:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.042356+0000 mon.smithi115 (mon.0) 1816 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:10:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.042911+0000 mon.smithi115 (mon.0) 1817 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:10:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.043712+0000 mon.smithi115 (mon.0) 1818 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:10:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.049550+0000 mon.smithi115 (mon.0) 1819 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.052309+0000 mon.smithi115 (mon.0) 1820 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:10:22.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:22.058711+0000 mon.smithi115 (mon.0) 1821 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:22.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:22.372448+0000 mon.smithi115 (mon.0) 1822 : cluster [WRN] Health check update: Degraded data redundancy: 23/402 objects degraded (5.721%), 7 pgs degraded (PG_DEGRADED) 2024-02-23T02:10:24.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:10:22.044376+0000 mgr.smithi115.zzjgkn (mgr.34102) 1758 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:10:24.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:22.045090+0000 mgr.smithi115.zzjgkn (mgr.34102) 1759 : cluster [DBG] pgmap v1343: 129 pgs: 13 peering, 6 active+undersized+degraded, 21 active+undersized, 89 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 20/402 objects degraded (4.975%) 2024-02-23T02:10:24.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:22.045430+0000 mgr.smithi115.zzjgkn (mgr.34102) 1760 : cluster [DBG] pgmap v1344: 129 pgs: 13 peering, 6 active+undersized+degraded, 21 active+undersized, 89 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 20/402 objects degraded (4.975%) 2024-02-23T02:10:24.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:10:22.060324+0000 mgr.smithi115.zzjgkn (mgr.34102) 1761 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:10:24.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:10:22.060461+0000 mgr.smithi115.zzjgkn (mgr.34102) 1762 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:10:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:10:22.044376+0000 mgr.smithi115.zzjgkn (mgr.34102) 1758 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:10:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:22.045090+0000 mgr.smithi115.zzjgkn (mgr.34102) 1759 : cluster [DBG] pgmap v1343: 129 pgs: 13 peering, 6 active+undersized+degraded, 21 active+undersized, 89 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 20/402 objects degraded (4.975%) 2024-02-23T02:10:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:22.045430+0000 mgr.smithi115.zzjgkn (mgr.34102) 1760 : cluster [DBG] pgmap v1344: 129 pgs: 13 peering, 6 active+undersized+degraded, 21 active+undersized, 89 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 20/402 objects degraded (4.975%) 2024-02-23T02:10:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:10:22.060324+0000 mgr.smithi115.zzjgkn (mgr.34102) 1761 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:10:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:10:22.060461+0000 mgr.smithi115.zzjgkn (mgr.34102) 1762 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:10:25.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:24.046160+0000 mgr.smithi115.zzjgkn (mgr.34102) 1763 : cluster [DBG] pgmap v1345: 129 pgs: 13 peering, 116 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:25.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:24.758261+0000 mon.smithi115 (mon.0) 1823 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/402 objects degraded (4.975%), 6 pgs degraded) 2024-02-23T02:10:25.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:24.046160+0000 mgr.smithi115.zzjgkn (mgr.34102) 1763 : cluster [DBG] pgmap v1345: 129 pgs: 13 peering, 116 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:25.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:24.758261+0000 mon.smithi115 (mon.0) 1823 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/402 objects degraded (4.975%), 6 pgs degraded) 2024-02-23T02:10:26.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:24.933793+0000 mon.smithi115 (mon.0) 1824 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:24.933793+0000 mon.smithi115 (mon.0) 1824 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:27.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:26.046832+0000 mgr.smithi115.zzjgkn (mgr.34102) 1764 : cluster [DBG] pgmap v1346: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:27.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:26.046832+0000 mgr.smithi115.zzjgkn (mgr.34102) 1764 : cluster [DBG] pgmap v1346: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:29.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:28.047471+0000 mgr.smithi115.zzjgkn (mgr.34102) 1765 : cluster [DBG] pgmap v1347: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:29.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:28.047471+0000 mgr.smithi115.zzjgkn (mgr.34102) 1765 : cluster [DBG] pgmap v1347: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:31.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:30.048054+0000 mgr.smithi115.zzjgkn (mgr.34102) 1766 : cluster [DBG] pgmap v1348: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:31.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:31.073314+0000 mon.smithi115 (mon.0) 1825 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:31.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:30.048054+0000 mgr.smithi115.zzjgkn (mgr.34102) 1766 : cluster [DBG] pgmap v1348: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:31.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:31.073314+0000 mon.smithi115 (mon.0) 1825 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:10:33.436 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:32.048570+0000 mgr.smithi115.zzjgkn (mgr.34102) 1767 : cluster [DBG] pgmap v1349: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:33.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:32.048570+0000 mgr.smithi115.zzjgkn (mgr.34102) 1767 : cluster [DBG] pgmap v1349: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:35.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:34.049113+0000 mgr.smithi115.zzjgkn (mgr.34102) 1768 : cluster [DBG] pgmap v1350: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:35.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:34.049113+0000 mgr.smithi115.zzjgkn (mgr.34102) 1768 : cluster [DBG] pgmap v1350: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:37.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:36.049750+0000 mgr.smithi115.zzjgkn (mgr.34102) 1769 : cluster [DBG] pgmap v1351: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:37.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:36.049750+0000 mgr.smithi115.zzjgkn (mgr.34102) 1769 : cluster [DBG] pgmap v1351: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:38.755 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:10:39.296 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:10:39.296 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (59m) 21s ago 65m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:10:39.296 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (32m) 23s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:10:39.296 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (32m) 21s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (62m) 21s ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (115m) 23s ago 115m 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (115m) 21s ago 115m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (59m) 23s ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (48m) 21s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (43m) 23s ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (38m) 21s ago 2h 119M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (65m) 23s ago 65m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (64m) 21s ago 64m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 23s ago 107m - - 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 21s ago 104m - - 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (27m) 23s ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (22m) 23s ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (17m) 23s ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:10:39.297 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (10m) 23s ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:10:39.298 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (5m) 21s ago 2h 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:10:39.298 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (27s) 21s ago 2h 12.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:10:39.298 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 21s ago 2h 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:10:39.298 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 21s ago 2h 485M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:10:39.298 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (65m) 21s ago 65m 73.4M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:10:39.618 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:10:39.618 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:10:39.618 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:10:39.618 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:10:39.618 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:10:39.618 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:10:39.618 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:10:39.618 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:10:39.618 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:10:39.619 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T02:10:39.619 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:10:39.619 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:10:39.619 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:10:39.619 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:10:39.619 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:10:39.619 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:10:39.619 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 10 2024-02-23T02:10:39.619 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:10:39.619 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:10:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:38.050285+0000 mgr.smithi115.zzjgkn (mgr.34102) 1770 : cluster [DBG] pgmap v1352: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:38.743012+0000 mgr.smithi115.zzjgkn (mgr.34102) 1771 : audit [DBG] from='client.35786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.285771+0000 mon.smithi115 (mon.0) 1826 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:10:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.286125+0000 mon.smithi115 (mon.0) 1827 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.286390+0000 mon.smithi115 (mon.0) 1828 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.286637+0000 mon.smithi115 (mon.0) 1829 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.286876+0000 mon.smithi115 (mon.0) 1830 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.288718+0000 mon.smithi115 (mon.0) 1831 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:10:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.288984+0000 mon.smithi115 (mon.0) 1832 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.289236+0000 mon.smithi115 (mon.0) 1833 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.289473+0000 mon.smithi115 (mon.0) 1834 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.289714+0000 mon.smithi115 (mon.0) 1835 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:38.050285+0000 mgr.smithi115.zzjgkn (mgr.34102) 1770 : cluster [DBG] pgmap v1352: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:38.743012+0000 mgr.smithi115.zzjgkn (mgr.34102) 1771 : audit [DBG] from='client.35786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.285771+0000 mon.smithi115 (mon.0) 1826 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:10:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.286125+0000 mon.smithi115 (mon.0) 1827 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.286390+0000 mon.smithi115 (mon.0) 1828 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.286637+0000 mon.smithi115 (mon.0) 1829 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.286876+0000 mon.smithi115 (mon.0) 1830 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.288718+0000 mon.smithi115 (mon.0) 1831 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:10:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.288984+0000 mon.smithi115 (mon.0) 1832 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.289236+0000 mon.smithi115 (mon.0) 1833 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.289473+0000 mon.smithi115 (mon.0) 1834 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.289714+0000 mon.smithi115 (mon.0) 1835 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:10:39.895 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:10:39.895 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:10:39.895 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:10:39.895 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:10:39.895 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:10:39.895 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:10:39.895 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:10:39.895 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:10:39.895 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:10:39.895 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "12/23 daemons upgraded", 2024-02-23T02:10:39.895 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:10:39.895 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:10:39.895 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:10:40.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.017177+0000 mgr.smithi115.zzjgkn (mgr.34102) 1772 : audit [DBG] from='client.35790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:40.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.283987+0000 mgr.smithi115.zzjgkn (mgr.34102) 1773 : audit [DBG] from='client.35794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.616940+0000 mon.smithi115 (mon.0) 1836 : audit [DBG] from='client.? 172.21.15.115:0/1968473499' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:10:40.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.017177+0000 mgr.smithi115.zzjgkn (mgr.34102) 1772 : audit [DBG] from='client.35790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:40.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.283987+0000 mgr.smithi115.zzjgkn (mgr.34102) 1773 : audit [DBG] from='client.35794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:40.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.616940+0000 mon.smithi115 (mon.0) 1836 : audit [DBG] from='client.? 172.21.15.115:0/1968473499' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:10:41.654 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:10:39.893495+0000 mgr.smithi115.zzjgkn (mgr.34102) 1774 : audit [DBG] from='client.35802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:41.654 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:40.050858+0000 mgr.smithi115.zzjgkn (mgr.34102) 1775 : cluster [DBG] pgmap v1353: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:41.654 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:10:39.893495+0000 mgr.smithi115.zzjgkn (mgr.34102) 1774 : audit [DBG] from='client.35802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:10:41.655 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:40.050858+0000 mgr.smithi115.zzjgkn (mgr.34102) 1775 : cluster [DBG] pgmap v1353: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:42.051524+0000 mgr.smithi115.zzjgkn (mgr.34102) 1776 : cluster [DBG] pgmap v1354: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:42.051524+0000 mgr.smithi115.zzjgkn (mgr.34102) 1776 : cluster [DBG] pgmap v1354: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:45.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:44.052139+0000 mgr.smithi115.zzjgkn (mgr.34102) 1777 : cluster [DBG] pgmap v1355: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:44.052139+0000 mgr.smithi115.zzjgkn (mgr.34102) 1777 : cluster [DBG] pgmap v1355: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:47.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:46.052679+0000 mgr.smithi115.zzjgkn (mgr.34102) 1778 : cluster [DBG] pgmap v1356: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:46.052679+0000 mgr.smithi115.zzjgkn (mgr.34102) 1778 : cluster [DBG] pgmap v1356: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:49.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:48.053284+0000 mgr.smithi115.zzjgkn (mgr.34102) 1779 : cluster [DBG] pgmap v1357: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:49.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:48.053284+0000 mgr.smithi115.zzjgkn (mgr.34102) 1779 : cluster [DBG] pgmap v1357: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:51.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:50.053898+0000 mgr.smithi115.zzjgkn (mgr.34102) 1780 : cluster [DBG] pgmap v1358: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:50.053898+0000 mgr.smithi115.zzjgkn (mgr.34102) 1780 : cluster [DBG] pgmap v1358: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:53.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:52.054359+0000 mgr.smithi115.zzjgkn (mgr.34102) 1781 : cluster [DBG] pgmap v1359: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:52.054359+0000 mgr.smithi115.zzjgkn (mgr.34102) 1781 : cluster [DBG] pgmap v1359: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:55.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:54.054988+0000 mgr.smithi115.zzjgkn (mgr.34102) 1782 : cluster [DBG] pgmap v1360: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:54.054988+0000 mgr.smithi115.zzjgkn (mgr.34102) 1782 : cluster [DBG] pgmap v1360: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:57.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:56.055682+0000 mgr.smithi115.zzjgkn (mgr.34102) 1783 : cluster [DBG] pgmap v1361: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:56.055682+0000 mgr.smithi115.zzjgkn (mgr.34102) 1783 : cluster [DBG] pgmap v1361: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:59.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:10:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:10:58.056310+0000 mgr.smithi115.zzjgkn (mgr.34102) 1784 : cluster [DBG] pgmap v1362: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:10:59.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:10:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:10:58.056310+0000 mgr.smithi115.zzjgkn (mgr.34102) 1784 : cluster [DBG] pgmap v1362: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:01.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:00.057134+0000 mgr.smithi115.zzjgkn (mgr.34102) 1785 : cluster [DBG] pgmap v1363: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:00.057134+0000 mgr.smithi115.zzjgkn (mgr.34102) 1785 : cluster [DBG] pgmap v1363: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:03.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:02.057864+0000 mgr.smithi115.zzjgkn (mgr.34102) 1786 : cluster [DBG] pgmap v1364: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:02.057864+0000 mgr.smithi115.zzjgkn (mgr.34102) 1786 : cluster [DBG] pgmap v1364: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:05.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:04.058389+0000 mgr.smithi115.zzjgkn (mgr.34102) 1787 : cluster [DBG] pgmap v1365: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:04.058389+0000 mgr.smithi115.zzjgkn (mgr.34102) 1787 : cluster [DBG] pgmap v1365: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:07.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:06.059137+0000 mgr.smithi115.zzjgkn (mgr.34102) 1788 : cluster [DBG] pgmap v1366: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:06.059137+0000 mgr.smithi115.zzjgkn (mgr.34102) 1788 : cluster [DBG] pgmap v1366: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:09.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:08.059924+0000 mgr.smithi115.zzjgkn (mgr.34102) 1789 : cluster [DBG] pgmap v1367: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:09.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:08.059924+0000 mgr.smithi115.zzjgkn (mgr.34102) 1789 : cluster [DBG] pgmap v1367: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:10.197 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:11:10.749 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:11:10.749 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (60m) 52s ago 65m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:11:10.749 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (33m) 55s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:11:10.749 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (33m) 52s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:11:10.749 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (62m) 52s ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (115m) 55s ago 115m 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (115m) 52s ago 115m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (59m) 55s ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (49m) 52s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (44m) 55s ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (38m) 52s ago 2h 119M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (65m) 55s ago 65m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (65m) 52s ago 65m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 55s ago 107m - - 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 52s ago 105m - - 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (28m) 55s ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (22m) 55s ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (17m) 55s ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (11m) 55s ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:11:10.750 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (6m) 52s ago 2h 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:11:10.751 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (58s) 52s ago 2h 12.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:11:10.751 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 52s ago 2h 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:11:10.751 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 52s ago 2h 485M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:11:10.751 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (65m) 52s ago 65m 73.4M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:11:10.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:09.883069+0000 mon.smithi115 (mon.0) 1837 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-02-23T02:11:10.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:09.883384+0000 mon.smithi115 (mon.0) 1838 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T02:11:10.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:09.883629+0000 mon.smithi115 (mon.0) 1839 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:11:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:09.883854+0000 mon.smithi115 (mon.0) 1840 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T02:11:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:09.883069+0000 mon.smithi115 (mon.0) 1837 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-02-23T02:11:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:09.883384+0000 mon.smithi115 (mon.0) 1838 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T02:11:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:09.883629+0000 mon.smithi115 (mon.0) 1839 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:11:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:09.883854+0000 mon.smithi115 (mon.0) 1840 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T02:11:11.075 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:11:11.075 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:11:11.075 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:11:11.075 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:11:11.075 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:11:11.075 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:11:11.075 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:11:11.075 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:11:11.076 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:11:11.076 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T02:11:11.076 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:11:11.076 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:11:11.076 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:11:11.076 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:11:11.076 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:11:11.076 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:11:11.076 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 10 2024-02-23T02:11:11.076 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:11:11.076 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:11:11.350 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:11:11.350 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:11:11.350 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:11:11.350 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:11:11.351 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:11:11.351 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:11:11.351 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:11:11.351 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:11:11.351 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:11:11.351 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "12/23 daemons upgraded", 2024-02-23T02:11:11.351 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:11:11.351 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:11:11.351 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:11:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:10.060513+0000 mgr.smithi115.zzjgkn (mgr.34102) 1790 : cluster [DBG] pgmap v1368: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:10.185567+0000 mgr.smithi115.zzjgkn (mgr.34102) 1791 : audit [DBG] from='client.35806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:10.464127+0000 mgr.smithi115.zzjgkn (mgr.34102) 1792 : audit [DBG] from='client.35810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:10.736636+0000 mgr.smithi115.zzjgkn (mgr.34102) 1793 : audit [DBG] from='client.35814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:10.738418+0000 mon.smithi115 (mon.0) 1841 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:11:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:10.738755+0000 mon.smithi115 (mon.0) 1842 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:10.739050+0000 mon.smithi115 (mon.0) 1843 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:10.739318+0000 mon.smithi115 (mon.0) 1844 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:10.739584+0000 mon.smithi115 (mon.0) 1845 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:10.741472+0000 mon.smithi115 (mon.0) 1846 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:11:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:10.741777+0000 mon.smithi115 (mon.0) 1847 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:10.742049+0000 mon.smithi115 (mon.0) 1848 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:10.742304+0000 mon.smithi115 (mon.0) 1849 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:10.742562+0000 mon.smithi115 (mon.0) 1850 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:11.073975+0000 mon.smithi115 (mon.0) 1851 : audit [DBG] from='client.? 172.21.15.115:0/4150169898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:11:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:10.060513+0000 mgr.smithi115.zzjgkn (mgr.34102) 1790 : cluster [DBG] pgmap v1368: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:10.185567+0000 mgr.smithi115.zzjgkn (mgr.34102) 1791 : audit [DBG] from='client.35806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:10.464127+0000 mgr.smithi115.zzjgkn (mgr.34102) 1792 : audit [DBG] from='client.35810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:10.736636+0000 mgr.smithi115.zzjgkn (mgr.34102) 1793 : audit [DBG] from='client.35814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:10.738418+0000 mon.smithi115 (mon.0) 1841 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:11:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:10.738755+0000 mon.smithi115 (mon.0) 1842 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:10.739050+0000 mon.smithi115 (mon.0) 1843 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:10.739318+0000 mon.smithi115 (mon.0) 1844 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:10.739584+0000 mon.smithi115 (mon.0) 1845 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:10.741472+0000 mon.smithi115 (mon.0) 1846 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:11:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:10.741777+0000 mon.smithi115 (mon.0) 1847 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:10.742049+0000 mon.smithi115 (mon.0) 1848 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:10.742304+0000 mon.smithi115 (mon.0) 1849 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:10.742562+0000 mon.smithi115 (mon.0) 1850 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:11.073975+0000 mon.smithi115 (mon.0) 1851 : audit [DBG] from='client.? 172.21.15.115:0/4150169898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:11:12.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:11.349135+0000 mgr.smithi115.zzjgkn (mgr.34102) 1794 : audit [DBG] from='client.35822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:12.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:11.349135+0000 mgr.smithi115.zzjgkn (mgr.34102) 1794 : audit [DBG] from='client.35822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:13.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:12.061114+0000 mgr.smithi115.zzjgkn (mgr.34102) 1795 : cluster [DBG] pgmap v1369: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:12.061114+0000 mgr.smithi115.zzjgkn (mgr.34102) 1795 : cluster [DBG] pgmap v1369: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:15.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:14.061859+0000 mgr.smithi115.zzjgkn (mgr.34102) 1796 : cluster [DBG] pgmap v1370: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:14.061859+0000 mgr.smithi115.zzjgkn (mgr.34102) 1796 : cluster [DBG] pgmap v1370: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:17.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:16.062421+0000 mgr.smithi115.zzjgkn (mgr.34102) 1797 : cluster [DBG] pgmap v1371: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:16.062421+0000 mgr.smithi115.zzjgkn (mgr.34102) 1797 : cluster [DBG] pgmap v1371: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:19.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:18.063134+0000 mgr.smithi115.zzjgkn (mgr.34102) 1798 : cluster [DBG] pgmap v1372: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:19.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:18.063134+0000 mgr.smithi115.zzjgkn (mgr.34102) 1798 : cluster [DBG] pgmap v1372: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:21.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:20.063897+0000 mgr.smithi115.zzjgkn (mgr.34102) 1799 : cluster [DBG] pgmap v1373: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:21.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:20.063897+0000 mgr.smithi115.zzjgkn (mgr.34102) 1799 : cluster [DBG] pgmap v1373: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:22.064579+0000 mgr.smithi115.zzjgkn (mgr.34102) 1800 : cluster [DBG] pgmap v1374: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:22.064579+0000 mgr.smithi115.zzjgkn (mgr.34102) 1800 : cluster [DBG] pgmap v1374: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:25.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:24.065154+0000 mgr.smithi115.zzjgkn (mgr.34102) 1801 : cluster [DBG] pgmap v1375: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:24.065154+0000 mgr.smithi115.zzjgkn (mgr.34102) 1801 : cluster [DBG] pgmap v1375: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:27.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:26.066000+0000 mgr.smithi115.zzjgkn (mgr.34102) 1802 : cluster [DBG] pgmap v1376: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:26.066000+0000 mgr.smithi115.zzjgkn (mgr.34102) 1802 : cluster [DBG] pgmap v1376: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:28.066682+0000 mgr.smithi115.zzjgkn (mgr.34102) 1803 : cluster [DBG] pgmap v1377: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:29.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:28.066682+0000 mgr.smithi115.zzjgkn (mgr.34102) 1803 : cluster [DBG] pgmap v1377: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:31.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:30.067269+0000 mgr.smithi115.zzjgkn (mgr.34102) 1804 : cluster [DBG] pgmap v1378: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:30.067269+0000 mgr.smithi115.zzjgkn (mgr.34102) 1804 : cluster [DBG] pgmap v1378: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:33.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:32.067835+0000 mgr.smithi115.zzjgkn (mgr.34102) 1805 : cluster [DBG] pgmap v1379: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:32.067835+0000 mgr.smithi115.zzjgkn (mgr.34102) 1805 : cluster [DBG] pgmap v1379: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:35.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:34.068384+0000 mgr.smithi115.zzjgkn (mgr.34102) 1806 : cluster [DBG] pgmap v1380: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:34.068384+0000 mgr.smithi115.zzjgkn (mgr.34102) 1806 : cluster [DBG] pgmap v1380: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:37.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:36.069177+0000 mgr.smithi115.zzjgkn (mgr.34102) 1807 : cluster [DBG] pgmap v1381: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:36.069177+0000 mgr.smithi115.zzjgkn (mgr.34102) 1807 : cluster [DBG] pgmap v1381: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:39.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:38.069706+0000 mgr.smithi115.zzjgkn (mgr.34102) 1808 : cluster [DBG] pgmap v1382: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:39.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:38.069706+0000 mgr.smithi115.zzjgkn (mgr.34102) 1808 : cluster [DBG] pgmap v1382: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:41.651 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:11:41.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:40.070260+0000 mgr.smithi115.zzjgkn (mgr.34102) 1809 : cluster [DBG] pgmap v1383: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:40.070260+0000 mgr.smithi115.zzjgkn (mgr.34102) 1809 : cluster [DBG] pgmap v1383: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:42.197 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:11:42.198 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (60m) 84s ago 66m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:11:42.198 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (33m) 86s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:11:42.198 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (33m) 84s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:11:42.198 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (63m) 84s ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:11:42.198 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (116m) 86s ago 116m 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:11:42.198 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (116m) 84s ago 116m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:11:42.199 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (60m) 86s ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:11:42.199 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (49m) 84s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:11:42.199 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (44m) 86s ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:11:42.199 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (39m) 84s ago 2h 119M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:11:42.199 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (66m) 86s ago 66m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:11:42.199 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (66m) 84s ago 66m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:11:42.199 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 86s ago 108m - - 2024-02-23T02:11:42.199 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 84s ago 106m - - 2024-02-23T02:11:42.199 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (28m) 86s ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:11:42.199 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (23m) 86s ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:11:42.199 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (18m) 86s ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:11:42.200 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (11m) 86s ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:11:42.200 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (6m) 84s ago 2h 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:11:42.200 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (90s) 84s ago 2h 12.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:11:42.200 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 84s ago 2h 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:11:42.200 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 84s ago 2h 485M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:11:42.200 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (66m) 84s ago 66m 73.4M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:11:42.524 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:11:42.524 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:11:42.524 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:11:42.524 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:11:42.524 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:11:42.524 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:11:42.525 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:11:42.525 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:11:42.525 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:11:42.525 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T02:11:42.525 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:11:42.525 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:11:42.525 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:11:42.525 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:11:42.525 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:11:42.525 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:11:42.525 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 10 2024-02-23T02:11:42.525 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:11:42.525 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:11:42.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:41.639202+0000 mgr.smithi115.zzjgkn (mgr.34102) 1810 : audit [DBG] from='client.35826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:42.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:42.186753+0000 mon.smithi115 (mon.0) 1852 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:11:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:42.187077+0000 mon.smithi115 (mon.0) 1853 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:42.187357+0000 mon.smithi115 (mon.0) 1854 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:42.187620+0000 mon.smithi115 (mon.0) 1855 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:42.187872+0000 mon.smithi115 (mon.0) 1856 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:42.189683+0000 mon.smithi115 (mon.0) 1857 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:11:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:42.189939+0000 mon.smithi115 (mon.0) 1858 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:42.190193+0000 mon.smithi115 (mon.0) 1859 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:42.190437+0000 mon.smithi115 (mon.0) 1860 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:42.190688+0000 mon.smithi115 (mon.0) 1861 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:41.639202+0000 mgr.smithi115.zzjgkn (mgr.34102) 1810 : audit [DBG] from='client.35826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:42.186753+0000 mon.smithi115 (mon.0) 1852 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:11:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:42.187077+0000 mon.smithi115 (mon.0) 1853 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:42.187357+0000 mon.smithi115 (mon.0) 1854 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:42.187620+0000 mon.smithi115 (mon.0) 1855 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:42.187872+0000 mon.smithi115 (mon.0) 1856 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:42.189683+0000 mon.smithi115 (mon.0) 1857 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:11:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:42.189939+0000 mon.smithi115 (mon.0) 1858 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:42.190193+0000 mon.smithi115 (mon.0) 1859 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:42.190437+0000 mon.smithi115 (mon.0) 1860 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:42.190688+0000 mon.smithi115 (mon.0) 1861 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:11:42.799 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:11:42.799 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:11:42.799 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:11:42.799 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:11:42.800 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:11:42.800 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:11:42.800 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:11:42.800 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:11:42.800 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:11:42.800 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "12/23 daemons upgraded", 2024-02-23T02:11:42.800 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:11:42.800 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:11:42.800 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:11:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:41.916148+0000 mgr.smithi115.zzjgkn (mgr.34102) 1811 : audit [DBG] from='client.35830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:42.070749+0000 mgr.smithi115.zzjgkn (mgr.34102) 1812 : cluster [DBG] pgmap v1384: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:42.184968+0000 mgr.smithi115.zzjgkn (mgr.34102) 1813 : audit [DBG] from='client.35834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:42.523265+0000 mon.smithi115 (mon.0) 1862 : audit [DBG] from='client.? 172.21.15.115:0/3337476396' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:11:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:41.916148+0000 mgr.smithi115.zzjgkn (mgr.34102) 1811 : audit [DBG] from='client.35830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:42.070749+0000 mgr.smithi115.zzjgkn (mgr.34102) 1812 : cluster [DBG] pgmap v1384: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:42.184968+0000 mgr.smithi115.zzjgkn (mgr.34102) 1813 : audit [DBG] from='client.35834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:42.523265+0000 mon.smithi115 (mon.0) 1862 : audit [DBG] from='client.? 172.21.15.115:0/3337476396' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:11:45.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:11:42.798475+0000 mgr.smithi115.zzjgkn (mgr.34102) 1814 : audit [DBG] from='client.35842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:45.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:11:42.798475+0000 mgr.smithi115.zzjgkn (mgr.34102) 1814 : audit [DBG] from='client.35842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:11:46.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:44.071279+0000 mgr.smithi115.zzjgkn (mgr.34102) 1815 : cluster [DBG] pgmap v1385: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:44.071279+0000 mgr.smithi115.zzjgkn (mgr.34102) 1815 : cluster [DBG] pgmap v1385: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:48.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:46.071915+0000 mgr.smithi115.zzjgkn (mgr.34102) 1816 : cluster [DBG] pgmap v1386: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:46.071915+0000 mgr.smithi115.zzjgkn (mgr.34102) 1816 : cluster [DBG] pgmap v1386: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:48.072436+0000 mgr.smithi115.zzjgkn (mgr.34102) 1817 : cluster [DBG] pgmap v1387: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:48.072436+0000 mgr.smithi115.zzjgkn (mgr.34102) 1817 : cluster [DBG] pgmap v1387: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:52.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:50.073003+0000 mgr.smithi115.zzjgkn (mgr.34102) 1818 : cluster [DBG] pgmap v1388: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:50.073003+0000 mgr.smithi115.zzjgkn (mgr.34102) 1818 : cluster [DBG] pgmap v1388: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:53.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:52.073663+0000 mgr.smithi115.zzjgkn (mgr.34102) 1819 : cluster [DBG] pgmap v1389: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:54.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:52.073663+0000 mgr.smithi115.zzjgkn (mgr.34102) 1819 : cluster [DBG] pgmap v1389: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:56.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:54.074308+0000 mgr.smithi115.zzjgkn (mgr.34102) 1820 : cluster [DBG] pgmap v1390: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:56.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:54.074308+0000 mgr.smithi115.zzjgkn (mgr.34102) 1820 : cluster [DBG] pgmap v1390: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:58.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:56.075117+0000 mgr.smithi115.zzjgkn (mgr.34102) 1821 : cluster [DBG] pgmap v1391: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:11:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:56.075117+0000 mgr.smithi115.zzjgkn (mgr.34102) 1821 : cluster [DBG] pgmap v1391: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:00.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:11:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:11:58.075893+0000 mgr.smithi115.zzjgkn (mgr.34102) 1822 : cluster [DBG] pgmap v1392: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:11:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:11:58.075893+0000 mgr.smithi115.zzjgkn (mgr.34102) 1822 : cluster [DBG] pgmap v1392: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:02.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:00.076566+0000 mgr.smithi115.zzjgkn (mgr.34102) 1823 : cluster [DBG] pgmap v1393: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:00.076566+0000 mgr.smithi115.zzjgkn (mgr.34102) 1823 : cluster [DBG] pgmap v1393: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:03.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:02.077145+0000 mgr.smithi115.zzjgkn (mgr.34102) 1824 : cluster [DBG] pgmap v1394: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:02.077145+0000 mgr.smithi115.zzjgkn (mgr.34102) 1824 : cluster [DBG] pgmap v1394: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:06.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:04.077757+0000 mgr.smithi115.zzjgkn (mgr.34102) 1825 : cluster [DBG] pgmap v1395: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:04.077757+0000 mgr.smithi115.zzjgkn (mgr.34102) 1825 : cluster [DBG] pgmap v1395: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:08.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:06.078549+0000 mgr.smithi115.zzjgkn (mgr.34102) 1826 : cluster [DBG] pgmap v1396: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:08.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:06.078549+0000 mgr.smithi115.zzjgkn (mgr.34102) 1826 : cluster [DBG] pgmap v1396: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:10.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:08.079202+0000 mgr.smithi115.zzjgkn (mgr.34102) 1827 : cluster [DBG] pgmap v1397: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:08.079202+0000 mgr.smithi115.zzjgkn (mgr.34102) 1827 : cluster [DBG] pgmap v1397: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:11.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:09.887246+0000 mon.smithi115 (mon.0) 1863 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-02-23T02:12:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:09.887549+0000 mon.smithi115 (mon.0) 1864 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-02-23T02:12:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:09.887833+0000 mon.smithi115 (mon.0) 1865 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:12:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:09.888101+0000 mon.smithi115 (mon.0) 1866 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:12:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:09.887246+0000 mon.smithi115 (mon.0) 1863 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-02-23T02:12:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:09.887549+0000 mon.smithi115 (mon.0) 1864 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-02-23T02:12:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:09.887833+0000 mon.smithi115 (mon.0) 1865 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:12:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:09.888101+0000 mon.smithi115 (mon.0) 1866 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:12:12.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:10.079761+0000 mgr.smithi115.zzjgkn (mgr.34102) 1828 : cluster [DBG] pgmap v1398: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:10.079761+0000 mgr.smithi115.zzjgkn (mgr.34102) 1828 : cluster [DBG] pgmap v1398: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:13.099 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:12:13.642 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:12:13.642 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (61m) 115s ago 66m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:12:13.642 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (34m) 118s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:12:13.642 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (34m) 115s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:12:13.642 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (63m) 115s ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:12:13.642 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (116m) 118s ago 116m 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:12:13.642 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (116m) 115s ago 116m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:12:13.642 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (60m) 118s ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:12:13.642 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (50m) 115s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:12:13.642 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (45m) 118s ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (39m) 115s ago 2h 119M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (66m) 118s ago 66m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (66m) 115s ago 66m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 118s ago 108m - - 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 115s ago 106m - - 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (29m) 118s ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (23m) 118s ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (18m) 118s ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (12m) 118s ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (7m) 115s ago 2h 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (2m) 115s ago 2h 12.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 115s ago 2h 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 115s ago 2h 485M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:12:13.643 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (66m) 115s ago 66m 73.4M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:12:13.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:12.080265+0000 mgr.smithi115.zzjgkn (mgr.34102) 1829 : cluster [DBG] pgmap v1399: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:13.967 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:12:13.968 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:12:13.969 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:12:13.969 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 10 2024-02-23T02:12:13.969 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:12:13.969 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:12:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:12.080265+0000 mgr.smithi115.zzjgkn (mgr.34102) 1829 : cluster [DBG] pgmap v1399: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:14.241 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:12:14.241 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:12:14.241 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:12:14.241 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:12:14.241 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:12:14.241 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:12:14.241 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:12:14.241 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:12:14.242 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:12:14.242 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "12/23 daemons upgraded", 2024-02-23T02:12:14.242 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:12:14.242 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:12:14.242 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:12:15.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.087326+0000 mgr.smithi115.zzjgkn (mgr.34102) 1830 : audit [DBG] from='client.35846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:15.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.360727+0000 mgr.smithi115.zzjgkn (mgr.34102) 1831 : audit [DBG] from='client.35850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:15.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.629645+0000 mgr.smithi115.zzjgkn (mgr.34102) 1832 : audit [DBG] from='client.35854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:15.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.631405+0000 mon.smithi115 (mon.0) 1867 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:12:15.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.631707+0000 mon.smithi115 (mon.0) 1868 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.631959+0000 mon.smithi115 (mon.0) 1869 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.632192+0000 mon.smithi115 (mon.0) 1870 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.632445+0000 mon.smithi115 (mon.0) 1871 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.634348+0000 mon.smithi115 (mon.0) 1872 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:12:15.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.634601+0000 mon.smithi115 (mon.0) 1873 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.634851+0000 mon.smithi115 (mon.0) 1874 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.635100+0000 mon.smithi115 (mon.0) 1875 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.635332+0000 mon.smithi115 (mon.0) 1876 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:13.966798+0000 mon.smithi115 (mon.0) 1877 : audit [DBG] from='client.? 172.21.15.115:0/4289335808' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:12:15.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.087326+0000 mgr.smithi115.zzjgkn (mgr.34102) 1830 : audit [DBG] from='client.35846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:15.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.360727+0000 mgr.smithi115.zzjgkn (mgr.34102) 1831 : audit [DBG] from='client.35850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:15.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.629645+0000 mgr.smithi115.zzjgkn (mgr.34102) 1832 : audit [DBG] from='client.35854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:15.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.631405+0000 mon.smithi115 (mon.0) 1867 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:12:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.631707+0000 mon.smithi115 (mon.0) 1868 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.631959+0000 mon.smithi115 (mon.0) 1869 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.632192+0000 mon.smithi115 (mon.0) 1870 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.632445+0000 mon.smithi115 (mon.0) 1871 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.634348+0000 mon.smithi115 (mon.0) 1872 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:12:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.634601+0000 mon.smithi115 (mon.0) 1873 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.634851+0000 mon.smithi115 (mon.0) 1874 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.635100+0000 mon.smithi115 (mon.0) 1875 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.635332+0000 mon.smithi115 (mon.0) 1876 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:13.966798+0000 mon.smithi115 (mon.0) 1877 : audit [DBG] from='client.? 172.21.15.115:0/4289335808' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:12:16.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:14.080755+0000 mgr.smithi115.zzjgkn (mgr.34102) 1833 : cluster [DBG] pgmap v1400: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:16.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:14.240023+0000 mgr.smithi115.zzjgkn (mgr.34102) 1834 : audit [DBG] from='client.35862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:14.080755+0000 mgr.smithi115.zzjgkn (mgr.34102) 1833 : cluster [DBG] pgmap v1400: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:14.240023+0000 mgr.smithi115.zzjgkn (mgr.34102) 1834 : audit [DBG] from='client.35862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:18.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:16.081319+0000 mgr.smithi115.zzjgkn (mgr.34102) 1835 : cluster [DBG] pgmap v1401: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:16.081319+0000 mgr.smithi115.zzjgkn (mgr.34102) 1835 : cluster [DBG] pgmap v1401: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:20.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:18.081850+0000 mgr.smithi115.zzjgkn (mgr.34102) 1836 : cluster [DBG] pgmap v1402: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:18.081850+0000 mgr.smithi115.zzjgkn (mgr.34102) 1836 : cluster [DBG] pgmap v1402: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:20.082572+0000 mgr.smithi115.zzjgkn (mgr.34102) 1837 : cluster [DBG] pgmap v1403: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:20.082572+0000 mgr.smithi115.zzjgkn (mgr.34102) 1837 : cluster [DBG] pgmap v1403: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:22.083135+0000 mgr.smithi115.zzjgkn (mgr.34102) 1838 : cluster [DBG] pgmap v1404: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:22.083135+0000 mgr.smithi115.zzjgkn (mgr.34102) 1838 : cluster [DBG] pgmap v1404: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:26.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:24.083917+0000 mgr.smithi115.zzjgkn (mgr.34102) 1839 : cluster [DBG] pgmap v1405: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:24.083917+0000 mgr.smithi115.zzjgkn (mgr.34102) 1839 : cluster [DBG] pgmap v1405: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:28.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:26.084725+0000 mgr.smithi115.zzjgkn (mgr.34102) 1840 : cluster [DBG] pgmap v1406: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:26.084725+0000 mgr.smithi115.zzjgkn (mgr.34102) 1840 : cluster [DBG] pgmap v1406: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:30.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:28.085363+0000 mgr.smithi115.zzjgkn (mgr.34102) 1841 : cluster [DBG] pgmap v1407: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:28.085363+0000 mgr.smithi115.zzjgkn (mgr.34102) 1841 : cluster [DBG] pgmap v1407: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:32.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:30.086072+0000 mgr.smithi115.zzjgkn (mgr.34102) 1842 : cluster [DBG] pgmap v1408: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:30.086072+0000 mgr.smithi115.zzjgkn (mgr.34102) 1842 : cluster [DBG] pgmap v1408: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:33.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:32.086610+0000 mgr.smithi115.zzjgkn (mgr.34102) 1843 : cluster [DBG] pgmap v1409: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:32.086610+0000 mgr.smithi115.zzjgkn (mgr.34102) 1843 : cluster [DBG] pgmap v1409: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:36.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:34.087142+0000 mgr.smithi115.zzjgkn (mgr.34102) 1844 : cluster [DBG] pgmap v1410: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:34.087142+0000 mgr.smithi115.zzjgkn (mgr.34102) 1844 : cluster [DBG] pgmap v1410: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:38.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:36.087857+0000 mgr.smithi115.zzjgkn (mgr.34102) 1845 : cluster [DBG] pgmap v1411: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:36.087857+0000 mgr.smithi115.zzjgkn (mgr.34102) 1845 : cluster [DBG] pgmap v1411: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:40.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:38.088327+0000 mgr.smithi115.zzjgkn (mgr.34102) 1846 : cluster [DBG] pgmap v1412: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:38.088327+0000 mgr.smithi115.zzjgkn (mgr.34102) 1846 : cluster [DBG] pgmap v1412: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:42.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:40.089018+0000 mgr.smithi115.zzjgkn (mgr.34102) 1847 : cluster [DBG] pgmap v1413: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:40.089018+0000 mgr.smithi115.zzjgkn (mgr.34102) 1847 : cluster [DBG] pgmap v1413: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:42.089529+0000 mgr.smithi115.zzjgkn (mgr.34102) 1848 : cluster [DBG] pgmap v1414: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:42.089529+0000 mgr.smithi115.zzjgkn (mgr.34102) 1848 : cluster [DBG] pgmap v1414: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:44.539 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:12:45.090 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:12:45.090 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (61m) 2m ago 67m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:12:45.090 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (34m) 2m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:12:45.090 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (34m) 2m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:12:45.090 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (64m) 2m ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:12:45.090 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (117m) 2m ago 117m 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:12:45.090 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (117m) 2m ago 117m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:12:45.090 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (61m) 2m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:12:45.090 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (50m) 2m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:12:45.090 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (45m) 2m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:12:45.091 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (40m) 2m ago 2h 119M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:12:45.091 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (67m) 2m ago 67m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:12:45.091 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (67m) 2m ago 67m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:12:45.091 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 109m - - 2024-02-23T02:12:45.091 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 107m - - 2024-02-23T02:12:45.091 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (29m) 2m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:12:45.091 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (24m) 2m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:12:45.091 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (19m) 2m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:12:45.091 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (13m) 2m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:12:45.091 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (7m) 2m ago 2h 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:12:45.091 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (2m) 2m ago 2h 12.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:12:45.091 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 2m ago 2h 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:12:45.091 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 2m ago 2h 485M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:12:45.092 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (67m) 2m ago 67m 73.4M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:12:45.415 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:12:45.416 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:12:45.416 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:12:45.416 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:12:45.416 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:12:45.416 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:12:45.416 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:12:45.416 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:12:45.416 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:12:45.416 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T02:12:45.416 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:12:45.416 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:12:45.416 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:12:45.416 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:12:45.417 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:12:45.417 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:12:45.417 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 10 2024-02-23T02:12:45.417 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:12:45.417 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:12:45.691 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:12:45.692 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:12:45.692 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:12:45.692 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:12:45.692 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:12:45.692 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:12:45.692 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:12:45.692 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:12:45.692 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:12:45.692 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "12/23 daemons upgraded", 2024-02-23T02:12:45.692 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:12:45.692 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:12:45.692 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:12:46.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:44.090071+0000 mgr.smithi115.zzjgkn (mgr.34102) 1849 : cluster [DBG] pgmap v1415: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:44.527706+0000 mgr.smithi115.zzjgkn (mgr.34102) 1850 : audit [DBG] from='client.35866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:45.079105+0000 mon.smithi115 (mon.0) 1878 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:12:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:45.079452+0000 mon.smithi115 (mon.0) 1879 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:45.079716+0000 mon.smithi115 (mon.0) 1880 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:45.079954+0000 mon.smithi115 (mon.0) 1881 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:45.080185+0000 mon.smithi115 (mon.0) 1882 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:45.082097+0000 mon.smithi115 (mon.0) 1883 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:12:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:45.082357+0000 mon.smithi115 (mon.0) 1884 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:45.082602+0000 mon.smithi115 (mon.0) 1885 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:45.082844+0000 mon.smithi115 (mon.0) 1886 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:45.083071+0000 mon.smithi115 (mon.0) 1887 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:45.414749+0000 mon.smithi115 (mon.0) 1888 : audit [DBG] from='client.? 172.21.15.115:0/4264631452' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:12:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:44.090071+0000 mgr.smithi115.zzjgkn (mgr.34102) 1849 : cluster [DBG] pgmap v1415: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:44.527706+0000 mgr.smithi115.zzjgkn (mgr.34102) 1850 : audit [DBG] from='client.35866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:45.079105+0000 mon.smithi115 (mon.0) 1878 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:12:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:45.079452+0000 mon.smithi115 (mon.0) 1879 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:45.079716+0000 mon.smithi115 (mon.0) 1880 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:45.079954+0000 mon.smithi115 (mon.0) 1881 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:45.080185+0000 mon.smithi115 (mon.0) 1882 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:45.082097+0000 mon.smithi115 (mon.0) 1883 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:12:46.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:45.082357+0000 mon.smithi115 (mon.0) 1884 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:45.082602+0000 mon.smithi115 (mon.0) 1885 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:45.082844+0000 mon.smithi115 (mon.0) 1886 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:45.083071+0000 mon.smithi115 (mon.0) 1887 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:12:46.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:45.414749+0000 mon.smithi115 (mon.0) 1888 : audit [DBG] from='client.? 172.21.15.115:0/4264631452' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:12:47.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:44.807169+0000 mgr.smithi115.zzjgkn (mgr.34102) 1851 : audit [DBG] from='client.35870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:47.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:45.077338+0000 mgr.smithi115.zzjgkn (mgr.34102) 1852 : audit [DBG] from='client.35874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:47.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:12:45.690353+0000 mgr.smithi115.zzjgkn (mgr.34102) 1853 : audit [DBG] from='client.35882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:47.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:44.807169+0000 mgr.smithi115.zzjgkn (mgr.34102) 1851 : audit [DBG] from='client.35870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:47.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:45.077338+0000 mgr.smithi115.zzjgkn (mgr.34102) 1852 : audit [DBG] from='client.35874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:47.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:12:45.690353+0000 mgr.smithi115.zzjgkn (mgr.34102) 1853 : audit [DBG] from='client.35882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:12:48.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:46.090792+0000 mgr.smithi115.zzjgkn (mgr.34102) 1854 : cluster [DBG] pgmap v1416: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:46.090792+0000 mgr.smithi115.zzjgkn (mgr.34102) 1854 : cluster [DBG] pgmap v1416: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:50.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:48.091375+0000 mgr.smithi115.zzjgkn (mgr.34102) 1855 : cluster [DBG] pgmap v1417: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:48.091375+0000 mgr.smithi115.zzjgkn (mgr.34102) 1855 : cluster [DBG] pgmap v1417: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:52.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:50.092012+0000 mgr.smithi115.zzjgkn (mgr.34102) 1856 : cluster [DBG] pgmap v1418: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:50.092012+0000 mgr.smithi115.zzjgkn (mgr.34102) 1856 : cluster [DBG] pgmap v1418: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:53.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:12:51.406857+0000 mgr.smithi115.zzjgkn (mgr.34102) 1857 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:12:53.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:12:53.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:12:53.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:12:53.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:12:53.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:12:53.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:12:53.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:12:53.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:12:53.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:12:53.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:12:53.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:12:53.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:12:53.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:12:53.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:12:53.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:12:53.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:12:53.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:12:53.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:12:53.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:12:53.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:12:53.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:12:53.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:12:53.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:12:53.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:12:53.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:12:53.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:12:51.408129+0000 mgr.smithi115.zzjgkn (mgr.34102) 1858 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:12:53.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:12:51.408315+0000 mgr.smithi115.zzjgkn (mgr.34102) 1859 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:12:53.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:12:51.406857+0000 mgr.smithi115.zzjgkn (mgr.34102) 1857 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:12:53.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:12:53.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:12:53.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:12:53.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:12:53.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:12:53.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:12:53.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:12:53.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:12:53.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:12:53.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:12:53.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:12:53.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:12:53.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:12:53.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:12:53.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:12:53.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:12:53.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:12:53.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:12:53.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:12:53.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:12:53.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:12:53.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:12:53.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:12:53.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:12:53.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:12:51.408129+0000 mgr.smithi115.zzjgkn (mgr.34102) 1858 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:12:53.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:12:51.408315+0000 mgr.smithi115.zzjgkn (mgr.34102) 1859 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:12:53.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:52.092744+0000 mgr.smithi115.zzjgkn (mgr.34102) 1860 : cluster [DBG] pgmap v1419: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:54.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:52.092744+0000 mgr.smithi115.zzjgkn (mgr.34102) 1860 : cluster [DBG] pgmap v1419: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:56.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:54.093501+0000 mgr.smithi115.zzjgkn (mgr.34102) 1861 : cluster [DBG] pgmap v1420: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:56.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:54.093501+0000 mgr.smithi115.zzjgkn (mgr.34102) 1861 : cluster [DBG] pgmap v1420: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:58.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:56.094257+0000 mgr.smithi115.zzjgkn (mgr.34102) 1862 : cluster [DBG] pgmap v1421: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:12:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:56.094257+0000 mgr.smithi115.zzjgkn (mgr.34102) 1862 : cluster [DBG] pgmap v1421: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:00.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:12:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:12:58.094858+0000 mgr.smithi115.zzjgkn (mgr.34102) 1863 : cluster [DBG] pgmap v1422: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:12:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:12:58.094858+0000 mgr.smithi115.zzjgkn (mgr.34102) 1863 : cluster [DBG] pgmap v1422: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:02.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:00.095624+0000 mgr.smithi115.zzjgkn (mgr.34102) 1864 : cluster [DBG] pgmap v1423: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:00.095624+0000 mgr.smithi115.zzjgkn (mgr.34102) 1864 : cluster [DBG] pgmap v1423: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:04.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:02.096257+0000 mgr.smithi115.zzjgkn (mgr.34102) 1865 : cluster [DBG] pgmap v1424: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:02.096257+0000 mgr.smithi115.zzjgkn (mgr.34102) 1865 : cluster [DBG] pgmap v1424: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:06.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:04.096926+0000 mgr.smithi115.zzjgkn (mgr.34102) 1866 : cluster [DBG] pgmap v1425: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:04.096926+0000 mgr.smithi115.zzjgkn (mgr.34102) 1866 : cluster [DBG] pgmap v1425: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:08.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:06.097783+0000 mgr.smithi115.zzjgkn (mgr.34102) 1867 : cluster [DBG] pgmap v1426: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:08.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:06.097783+0000 mgr.smithi115.zzjgkn (mgr.34102) 1867 : cluster [DBG] pgmap v1426: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:10.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:08.098299+0000 mgr.smithi115.zzjgkn (mgr.34102) 1868 : cluster [DBG] pgmap v1427: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:08.098299+0000 mgr.smithi115.zzjgkn (mgr.34102) 1868 : cluster [DBG] pgmap v1427: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:11.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:09.891340+0000 mon.smithi115 (mon.0) 1889 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-02-23T02:13:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:09.891600+0000 mon.smithi115 (mon.0) 1890 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T02:13:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:09.891866+0000 mon.smithi115 (mon.0) 1891 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T02:13:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:09.892087+0000 mon.smithi115 (mon.0) 1892 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T02:13:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:09.891340+0000 mon.smithi115 (mon.0) 1889 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-02-23T02:13:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:09.891600+0000 mon.smithi115 (mon.0) 1890 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T02:13:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:09.891866+0000 mon.smithi115 (mon.0) 1891 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T02:13:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:09.892087+0000 mon.smithi115 (mon.0) 1892 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T02:13:12.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:10.099102+0000 mgr.smithi115.zzjgkn (mgr.34102) 1869 : cluster [DBG] pgmap v1428: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:10.099102+0000 mgr.smithi115.zzjgkn (mgr.34102) 1869 : cluster [DBG] pgmap v1428: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:14.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:12.099812+0000 mgr.smithi115.zzjgkn (mgr.34102) 1870 : cluster [DBG] pgmap v1429: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:12.099812+0000 mgr.smithi115.zzjgkn (mgr.34102) 1870 : cluster [DBG] pgmap v1429: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:15.993 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:13:16.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:14.100360+0000 mgr.smithi115.zzjgkn (mgr.34102) 1871 : cluster [DBG] pgmap v1430: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:14.100360+0000 mgr.smithi115.zzjgkn (mgr.34102) 1871 : cluster [DBG] pgmap v1430: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:16.539 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:13:16.539 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (62m) 2m ago 67m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:13:16.539 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (35m) 3m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:13:16.539 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (35m) 2m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:13:16.539 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (64m) 2m ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (117m) 3m ago 117m 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (117m) 2m ago 117m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (61m) 3m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (51m) 2m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (46m) 3m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (41m) 2m ago 2h 119M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (67m) 3m ago 67m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (67m) 2m ago 67m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 109m - - 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 107m - - 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (30m) 3m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (24m) 3m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (19m) 3m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:13:16.540 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (13m) 3m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:13:16.541 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (8m) 2m ago 2h 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:13:16.541 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (3m) 2m ago 2h 12.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:13:16.541 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 2m ago 2h 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:13:16.541 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 2m ago 2h 485M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:13:16.541 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (67m) 2m ago 67m 73.4M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:13:16.867 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:13:16.868 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:13:16.868 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:13:16.868 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:13:16.868 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:13:16.868 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:13:16.868 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:13:16.868 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:13:16.868 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:13:16.868 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T02:13:16.868 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:13:16.869 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:13:16.869 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:13:16.869 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:13:16.869 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:13:16.869 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:13:16.869 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 10 2024-02-23T02:13:16.869 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:13:16.869 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:13:17.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:16.528465+0000 mon.smithi115 (mon.0) 1893 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:13:17.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:16.528831+0000 mon.smithi115 (mon.0) 1894 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:16.529148+0000 mon.smithi115 (mon.0) 1895 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:16.529405+0000 mon.smithi115 (mon.0) 1896 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:16.529668+0000 mon.smithi115 (mon.0) 1897 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:16.531604+0000 mon.smithi115 (mon.0) 1898 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:13:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:16.531901+0000 mon.smithi115 (mon.0) 1899 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:16.532166+0000 mon.smithi115 (mon.0) 1900 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:16.532419+0000 mon.smithi115 (mon.0) 1901 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:16.532674+0000 mon.smithi115 (mon.0) 1902 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:16.528465+0000 mon.smithi115 (mon.0) 1893 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:13:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:16.528831+0000 mon.smithi115 (mon.0) 1894 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:16.529148+0000 mon.smithi115 (mon.0) 1895 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:16.529405+0000 mon.smithi115 (mon.0) 1896 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:16.529668+0000 mon.smithi115 (mon.0) 1897 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:16.531604+0000 mon.smithi115 (mon.0) 1898 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:13:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:16.531901+0000 mon.smithi115 (mon.0) 1899 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:16.532166+0000 mon.smithi115 (mon.0) 1900 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:16.532419+0000 mon.smithi115 (mon.0) 1901 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:16.532674+0000 mon.smithi115 (mon.0) 1902 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:17.142 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:13:17.142 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:13:17.142 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:13:17.142 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:13:17.142 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:13:17.142 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:13:17.142 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:13:17.142 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:13:17.143 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:13:17.143 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "12/23 daemons upgraded", 2024-02-23T02:13:17.143 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:13:17.143 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:13:17.143 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:13:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:15.981386+0000 mgr.smithi115.zzjgkn (mgr.34102) 1872 : audit [DBG] from='client.35886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:16.101029+0000 mgr.smithi115.zzjgkn (mgr.34102) 1873 : cluster [DBG] pgmap v1431: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:16.259458+0000 mgr.smithi115.zzjgkn (mgr.34102) 1874 : audit [DBG] from='client.35890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:16.526708+0000 mgr.smithi115.zzjgkn (mgr.34102) 1875 : audit [DBG] from='client.35894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:16.866764+0000 mon.smithi115 (mon.0) 1903 : audit [DBG] from='client.? 172.21.15.115:0/73864277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:13:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:15.981386+0000 mgr.smithi115.zzjgkn (mgr.34102) 1872 : audit [DBG] from='client.35886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:16.101029+0000 mgr.smithi115.zzjgkn (mgr.34102) 1873 : cluster [DBG] pgmap v1431: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:16.259458+0000 mgr.smithi115.zzjgkn (mgr.34102) 1874 : audit [DBG] from='client.35890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:16.526708+0000 mgr.smithi115.zzjgkn (mgr.34102) 1875 : audit [DBG] from='client.35894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:16.866764+0000 mon.smithi115 (mon.0) 1903 : audit [DBG] from='client.? 172.21.15.115:0/73864277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:13:19.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:17.140923+0000 mgr.smithi115.zzjgkn (mgr.34102) 1876 : audit [DBG] from='client.35902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:19.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:17.140923+0000 mgr.smithi115.zzjgkn (mgr.34102) 1876 : audit [DBG] from='client.35902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:18.101652+0000 mgr.smithi115.zzjgkn (mgr.34102) 1877 : cluster [DBG] pgmap v1432: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:18.101652+0000 mgr.smithi115.zzjgkn (mgr.34102) 1877 : cluster [DBG] pgmap v1432: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:20.102251+0000 mgr.smithi115.zzjgkn (mgr.34102) 1878 : cluster [DBG] pgmap v1433: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:20.102251+0000 mgr.smithi115.zzjgkn (mgr.34102) 1878 : cluster [DBG] pgmap v1433: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:24.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:22.103032+0000 mgr.smithi115.zzjgkn (mgr.34102) 1879 : cluster [DBG] pgmap v1434: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:22.103032+0000 mgr.smithi115.zzjgkn (mgr.34102) 1879 : cluster [DBG] pgmap v1434: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:26.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:24.103726+0000 mgr.smithi115.zzjgkn (mgr.34102) 1880 : cluster [DBG] pgmap v1435: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:24.103726+0000 mgr.smithi115.zzjgkn (mgr.34102) 1880 : cluster [DBG] pgmap v1435: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:28.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:26.104330+0000 mgr.smithi115.zzjgkn (mgr.34102) 1881 : cluster [DBG] pgmap v1436: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:26.104330+0000 mgr.smithi115.zzjgkn (mgr.34102) 1881 : cluster [DBG] pgmap v1436: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:30.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:28.105037+0000 mgr.smithi115.zzjgkn (mgr.34102) 1882 : cluster [DBG] pgmap v1437: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:28.105037+0000 mgr.smithi115.zzjgkn (mgr.34102) 1882 : cluster [DBG] pgmap v1437: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:32.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:30.105765+0000 mgr.smithi115.zzjgkn (mgr.34102) 1883 : cluster [DBG] pgmap v1438: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:30.105765+0000 mgr.smithi115.zzjgkn (mgr.34102) 1883 : cluster [DBG] pgmap v1438: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:34.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:32.106330+0000 mgr.smithi115.zzjgkn (mgr.34102) 1884 : cluster [DBG] pgmap v1439: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:32.106330+0000 mgr.smithi115.zzjgkn (mgr.34102) 1884 : cluster [DBG] pgmap v1439: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:36.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:34.106919+0000 mgr.smithi115.zzjgkn (mgr.34102) 1885 : cluster [DBG] pgmap v1440: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:34.106919+0000 mgr.smithi115.zzjgkn (mgr.34102) 1885 : cluster [DBG] pgmap v1440: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:38.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:36.107577+0000 mgr.smithi115.zzjgkn (mgr.34102) 1886 : cluster [DBG] pgmap v1441: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:36.107577+0000 mgr.smithi115.zzjgkn (mgr.34102) 1886 : cluster [DBG] pgmap v1441: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:40.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:38.108196+0000 mgr.smithi115.zzjgkn (mgr.34102) 1887 : cluster [DBG] pgmap v1442: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:40.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:38.108196+0000 mgr.smithi115.zzjgkn (mgr.34102) 1887 : cluster [DBG] pgmap v1442: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:42.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:40.108876+0000 mgr.smithi115.zzjgkn (mgr.34102) 1888 : cluster [DBG] pgmap v1443: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:40.108876+0000 mgr.smithi115.zzjgkn (mgr.34102) 1888 : cluster [DBG] pgmap v1443: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:44.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:42.109408+0000 mgr.smithi115.zzjgkn (mgr.34102) 1889 : cluster [DBG] pgmap v1444: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:44.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:42.109408+0000 mgr.smithi115.zzjgkn (mgr.34102) 1889 : cluster [DBG] pgmap v1444: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:46.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:44.110051+0000 mgr.smithi115.zzjgkn (mgr.34102) 1890 : cluster [DBG] pgmap v1445: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:46.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:44.110051+0000 mgr.smithi115.zzjgkn (mgr.34102) 1890 : cluster [DBG] pgmap v1445: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:47.440 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:13:47.990 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (62m) 3m ago 68m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (36m) 3m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (35m) 3m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (65m) 3m ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (118m) 3m ago 118m 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (118m) 3m ago 118m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (62m) 3m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (51m) 3m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (46m) 3m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (41m) 3m ago 2h 119M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (68m) 3m ago 68m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (68m) 3m ago 68m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 110m - - 2024-02-23T02:13:47.991 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 108m - - 2024-02-23T02:13:47.992 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (30m) 3m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:13:47.992 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (25m) 3m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:13:47.992 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (20m) 3m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:13:47.992 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (14m) 3m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:13:47.992 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (8m) 3m ago 2h 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:13:47.992 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (3m) 3m ago 2h 12.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:13:47.992 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 3m ago 2h 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:13:47.992 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 3m ago 2h 485M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:13:47.992 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (68m) 3m ago 68m 73.4M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:13:48.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:46.110842+0000 mgr.smithi115.zzjgkn (mgr.34102) 1891 : cluster [DBG] pgmap v1446: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:48.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:46.110842+0000 mgr.smithi115.zzjgkn (mgr.34102) 1891 : cluster [DBG] pgmap v1446: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:48.317 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:13:48.317 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:13:48.317 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:13:48.317 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:13:48.317 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 10 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:13:48.318 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:13:48.593 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:13:48.594 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:13:48.594 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:13:48.594 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:13:48.594 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:13:48.594 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:13:48.594 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:13:48.594 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:13:48.594 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:13:48.594 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "12/23 daemons upgraded", 2024-02-23T02:13:48.594 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:13:48.594 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:13:48.594 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:13:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:47.428389+0000 mgr.smithi115.zzjgkn (mgr.34102) 1892 : audit [DBG] from='client.35906 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:47.707809+0000 mgr.smithi115.zzjgkn (mgr.34102) 1893 : audit [DBG] from='client.35910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:47.979548+0000 mon.smithi115 (mon.0) 1904 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:13:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:47.979928+0000 mon.smithi115 (mon.0) 1905 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:47.980216+0000 mon.smithi115 (mon.0) 1906 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:47.980473+0000 mon.smithi115 (mon.0) 1907 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:47.980738+0000 mon.smithi115 (mon.0) 1908 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:47.982656+0000 mon.smithi115 (mon.0) 1909 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:13:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:47.982949+0000 mon.smithi115 (mon.0) 1910 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:47.983210+0000 mon.smithi115 (mon.0) 1911 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:47.983463+0000 mon.smithi115 (mon.0) 1912 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:47.983717+0000 mon.smithi115 (mon.0) 1913 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:48.316628+0000 mon.smithi115 (mon.0) 1914 : audit [DBG] from='client.? 172.21.15.115:0/2293524751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:13:49.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:47.428389+0000 mgr.smithi115.zzjgkn (mgr.34102) 1892 : audit [DBG] from='client.35906 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:49.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:47.707809+0000 mgr.smithi115.zzjgkn (mgr.34102) 1893 : audit [DBG] from='client.35910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:49.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:47.979548+0000 mon.smithi115 (mon.0) 1904 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:13:49.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:47.979928+0000 mon.smithi115 (mon.0) 1905 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:47.980216+0000 mon.smithi115 (mon.0) 1906 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:47.980473+0000 mon.smithi115 (mon.0) 1907 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:47.980738+0000 mon.smithi115 (mon.0) 1908 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:47.982656+0000 mon.smithi115 (mon.0) 1909 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:13:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:47.982949+0000 mon.smithi115 (mon.0) 1910 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:47.983210+0000 mon.smithi115 (mon.0) 1911 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:47.983463+0000 mon.smithi115 (mon.0) 1912 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:47.983717+0000 mon.smithi115 (mon.0) 1913 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:13:49.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:48.316628+0000 mon.smithi115 (mon.0) 1914 : audit [DBG] from='client.? 172.21.15.115:0/2293524751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:13:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:47.977776+0000 mgr.smithi115.zzjgkn (mgr.34102) 1894 : audit [DBG] from='client.35914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:48.111282+0000 mgr.smithi115.zzjgkn (mgr.34102) 1895 : cluster [DBG] pgmap v1447: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:13:48.592713+0000 mgr.smithi115.zzjgkn (mgr.34102) 1896 : audit [DBG] from='client.35922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:50.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:47.977776+0000 mgr.smithi115.zzjgkn (mgr.34102) 1894 : audit [DBG] from='client.35914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:48.111282+0000 mgr.smithi115.zzjgkn (mgr.34102) 1895 : cluster [DBG] pgmap v1447: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:13:48.592713+0000 mgr.smithi115.zzjgkn (mgr.34102) 1896 : audit [DBG] from='client.35922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:13:52.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:50.112057+0000 mgr.smithi115.zzjgkn (mgr.34102) 1897 : cluster [DBG] pgmap v1448: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:50.112057+0000 mgr.smithi115.zzjgkn (mgr.34102) 1897 : cluster [DBG] pgmap v1448: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:54.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:52.112672+0000 mgr.smithi115.zzjgkn (mgr.34102) 1898 : cluster [DBG] pgmap v1449: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:54.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:52.112672+0000 mgr.smithi115.zzjgkn (mgr.34102) 1898 : cluster [DBG] pgmap v1449: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:56.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:54.113209+0000 mgr.smithi115.zzjgkn (mgr.34102) 1899 : cluster [DBG] pgmap v1450: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:54.113209+0000 mgr.smithi115.zzjgkn (mgr.34102) 1899 : cluster [DBG] pgmap v1450: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:58.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:56.113934+0000 mgr.smithi115.zzjgkn (mgr.34102) 1900 : cluster [DBG] pgmap v1451: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:58.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:56.113934+0000 mgr.smithi115.zzjgkn (mgr.34102) 1900 : cluster [DBG] pgmap v1451: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:59.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:13:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:13:58.114565+0000 mgr.smithi115.zzjgkn (mgr.34102) 1901 : cluster [DBG] pgmap v1452: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:13:59.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:13:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:13:58.114565+0000 mgr.smithi115.zzjgkn (mgr.34102) 1901 : cluster [DBG] pgmap v1452: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:01.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:00.115385+0000 mgr.smithi115.zzjgkn (mgr.34102) 1902 : cluster [DBG] pgmap v1453: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:01.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:00.115385+0000 mgr.smithi115.zzjgkn (mgr.34102) 1902 : cluster [DBG] pgmap v1453: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:03.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:02.116117+0000 mgr.smithi115.zzjgkn (mgr.34102) 1903 : cluster [DBG] pgmap v1454: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:03.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:02.116117+0000 mgr.smithi115.zzjgkn (mgr.34102) 1903 : cluster [DBG] pgmap v1454: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:05.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:04.116728+0000 mgr.smithi115.zzjgkn (mgr.34102) 1904 : cluster [DBG] pgmap v1455: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:04.116728+0000 mgr.smithi115.zzjgkn (mgr.34102) 1904 : cluster [DBG] pgmap v1455: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:07.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:06.117537+0000 mgr.smithi115.zzjgkn (mgr.34102) 1905 : cluster [DBG] pgmap v1456: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:07.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:06.117537+0000 mgr.smithi115.zzjgkn (mgr.34102) 1905 : cluster [DBG] pgmap v1456: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:09.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:08.118191+0000 mgr.smithi115.zzjgkn (mgr.34102) 1906 : cluster [DBG] pgmap v1457: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:09.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:08.118191+0000 mgr.smithi115.zzjgkn (mgr.34102) 1906 : cluster [DBG] pgmap v1457: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:10.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:09.895374+0000 mon.smithi115 (mon.0) 1915 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T02:14:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:09.895624+0000 mon.smithi115 (mon.0) 1916 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T02:14:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:09.895845+0000 mon.smithi115 (mon.0) 1917 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T02:14:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:09.896069+0000 mon.smithi115 (mon.0) 1918 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:14:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:09.895374+0000 mon.smithi115 (mon.0) 1915 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T02:14:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:09.895624+0000 mon.smithi115 (mon.0) 1916 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T02:14:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:09.895845+0000 mon.smithi115 (mon.0) 1917 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T02:14:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:09.896069+0000 mon.smithi115 (mon.0) 1918 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:14:11.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:10.118925+0000 mgr.smithi115.zzjgkn (mgr.34102) 1907 : cluster [DBG] pgmap v1458: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:10.118925+0000 mgr.smithi115.zzjgkn (mgr.34102) 1907 : cluster [DBG] pgmap v1458: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:13.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:12.119470+0000 mgr.smithi115.zzjgkn (mgr.34102) 1908 : cluster [DBG] pgmap v1459: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:13.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:12.119470+0000 mgr.smithi115.zzjgkn (mgr.34102) 1908 : cluster [DBG] pgmap v1459: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:15.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:14.120147+0000 mgr.smithi115.zzjgkn (mgr.34102) 1909 : cluster [DBG] pgmap v1460: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:15.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:14.120147+0000 mgr.smithi115.zzjgkn (mgr.34102) 1909 : cluster [DBG] pgmap v1460: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:17.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:16.120886+0000 mgr.smithi115.zzjgkn (mgr.34102) 1910 : cluster [DBG] pgmap v1461: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:17.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:16.120886+0000 mgr.smithi115.zzjgkn (mgr.34102) 1910 : cluster [DBG] pgmap v1461: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:18.890 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:14:19.434 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:14:19.434 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (63m) 4m ago 68m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:14:19.434 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (36m) 4m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:14:19.434 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (36m) 4m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:14:19.434 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (65m) 4m ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:14:19.434 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (118m) 4m ago 118m 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (118m) 4m ago 118m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (63m) 4m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (52m) 4m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (47m) 4m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (42m) 4m ago 2h 119M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (68m) 4m ago 68m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (68m) 4m ago 68m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 110m - - 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 108m - - 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (31m) 4m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (26m) 4m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (20m) 4m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (14m) 4m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:14:19.435 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (9m) 4m ago 2h 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:14:19.436 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (4m) 4m ago 2h 12.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:14:19.436 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 4m ago 2h 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:14:19.436 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 4m ago 2h 485M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:14:19.436 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (68m) 4m ago 68m 73.4M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:14:19.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:18.121469+0000 mgr.smithi115.zzjgkn (mgr.34102) 1911 : cluster [DBG] pgmap v1462: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:19.528 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:18.121469+0000 mgr.smithi115.zzjgkn (mgr.34102) 1911 : cluster [DBG] pgmap v1462: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:19.758 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:14:19.758 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:14:19.758 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:14:19.758 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:14:19.758 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:14:19.758 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:14:19.758 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:14:19.758 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:14:19.758 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:14:19.759 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T02:14:19.759 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:14:19.759 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:14:19.759 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:14:19.759 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:14:19.759 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:14:19.759 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:14:19.759 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 10 2024-02-23T02:14:19.759 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:14:19.759 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:14:20.035 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:14:20.035 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:14:20.035 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:14:20.035 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:14:20.035 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:14:20.035 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:14:20.035 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:14:20.036 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:14:20.036 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:14:20.036 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "12/23 daemons upgraded", 2024-02-23T02:14:20.036 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:14:20.036 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:14:20.036 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:14:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:18.877974+0000 mgr.smithi115.zzjgkn (mgr.34102) 1912 : audit [DBG] from='client.35926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:19.153287+0000 mgr.smithi115.zzjgkn (mgr.34102) 1913 : audit [DBG] from='client.35930 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:19.421822+0000 mgr.smithi115.zzjgkn (mgr.34102) 1914 : audit [DBG] from='client.35934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:19.423669+0000 mon.smithi115 (mon.0) 1919 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:14:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:19.423998+0000 mon.smithi115 (mon.0) 1920 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:19.424259+0000 mon.smithi115 (mon.0) 1921 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:19.424482+0000 mon.smithi115 (mon.0) 1922 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:19.424711+0000 mon.smithi115 (mon.0) 1923 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:19.426573+0000 mon.smithi115 (mon.0) 1924 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:14:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:19.426838+0000 mon.smithi115 (mon.0) 1925 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:19.427062+0000 mon.smithi115 (mon.0) 1926 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:19.427279+0000 mon.smithi115 (mon.0) 1927 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:19.427487+0000 mon.smithi115 (mon.0) 1928 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:19.757139+0000 mon.smithi115 (mon.0) 1929 : audit [DBG] from='client.? 172.21.15.115:0/3984577228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:14:20.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:18.877974+0000 mgr.smithi115.zzjgkn (mgr.34102) 1912 : audit [DBG] from='client.35926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:20.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:19.153287+0000 mgr.smithi115.zzjgkn (mgr.34102) 1913 : audit [DBG] from='client.35930 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:20.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:19.421822+0000 mgr.smithi115.zzjgkn (mgr.34102) 1914 : audit [DBG] from='client.35934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:20.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:19.423669+0000 mon.smithi115 (mon.0) 1919 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:14:20.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:19.423998+0000 mon.smithi115 (mon.0) 1920 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:19.424259+0000 mon.smithi115 (mon.0) 1921 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:19.424482+0000 mon.smithi115 (mon.0) 1922 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:19.424711+0000 mon.smithi115 (mon.0) 1923 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:19.426573+0000 mon.smithi115 (mon.0) 1924 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:14:20.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:19.426838+0000 mon.smithi115 (mon.0) 1925 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:19.427062+0000 mon.smithi115 (mon.0) 1926 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:19.427279+0000 mon.smithi115 (mon.0) 1927 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:19.427487+0000 mon.smithi115 (mon.0) 1928 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:20.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:19.757139+0000 mon.smithi115 (mon.0) 1929 : audit [DBG] from='client.? 172.21.15.115:0/3984577228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:14:21.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:20.033812+0000 mgr.smithi115.zzjgkn (mgr.34102) 1915 : audit [DBG] from='client.35942 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:21.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:20.122048+0000 mgr.smithi115.zzjgkn (mgr.34102) 1916 : cluster [DBG] pgmap v1463: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:21.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:20.033812+0000 mgr.smithi115.zzjgkn (mgr.34102) 1915 : audit [DBG] from='client.35942 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:21.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:20.122048+0000 mgr.smithi115.zzjgkn (mgr.34102) 1916 : cluster [DBG] pgmap v1463: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:23.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:22.122737+0000 mgr.smithi115.zzjgkn (mgr.34102) 1917 : cluster [DBG] pgmap v1464: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:23.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:22.122737+0000 mgr.smithi115.zzjgkn (mgr.34102) 1917 : cluster [DBG] pgmap v1464: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:25.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:24.123370+0000 mgr.smithi115.zzjgkn (mgr.34102) 1918 : cluster [DBG] pgmap v1465: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:25.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:24.123370+0000 mgr.smithi115.zzjgkn (mgr.34102) 1918 : cluster [DBG] pgmap v1465: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:27.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:26.124191+0000 mgr.smithi115.zzjgkn (mgr.34102) 1919 : cluster [DBG] pgmap v1466: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:27.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:26.124191+0000 mgr.smithi115.zzjgkn (mgr.34102) 1919 : cluster [DBG] pgmap v1466: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:29.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:28.124830+0000 mgr.smithi115.zzjgkn (mgr.34102) 1920 : cluster [DBG] pgmap v1467: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:29.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:28.124830+0000 mgr.smithi115.zzjgkn (mgr.34102) 1920 : cluster [DBG] pgmap v1467: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:31.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:30.125424+0000 mgr.smithi115.zzjgkn (mgr.34102) 1921 : cluster [DBG] pgmap v1468: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:31.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:30.125424+0000 mgr.smithi115.zzjgkn (mgr.34102) 1921 : cluster [DBG] pgmap v1468: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:33.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:32.126006+0000 mgr.smithi115.zzjgkn (mgr.34102) 1922 : cluster [DBG] pgmap v1469: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:33.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:32.126006+0000 mgr.smithi115.zzjgkn (mgr.34102) 1922 : cluster [DBG] pgmap v1469: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:35.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:34.126777+0000 mgr.smithi115.zzjgkn (mgr.34102) 1923 : cluster [DBG] pgmap v1470: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:35.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:34.126777+0000 mgr.smithi115.zzjgkn (mgr.34102) 1923 : cluster [DBG] pgmap v1470: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:37.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:36.127361+0000 mgr.smithi115.zzjgkn (mgr.34102) 1924 : cluster [DBG] pgmap v1471: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:37.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:36.127361+0000 mgr.smithi115.zzjgkn (mgr.34102) 1924 : cluster [DBG] pgmap v1471: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:39.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:38.127934+0000 mgr.smithi115.zzjgkn (mgr.34102) 1925 : cluster [DBG] pgmap v1472: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:39.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:38.127934+0000 mgr.smithi115.zzjgkn (mgr.34102) 1925 : cluster [DBG] pgmap v1472: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:41.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:40.128691+0000 mgr.smithi115.zzjgkn (mgr.34102) 1926 : cluster [DBG] pgmap v1473: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:40.128691+0000 mgr.smithi115.zzjgkn (mgr.34102) 1926 : cluster [DBG] pgmap v1473: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:42.129203+0000 mgr.smithi115.zzjgkn (mgr.34102) 1927 : cluster [DBG] pgmap v1474: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:42.129203+0000 mgr.smithi115.zzjgkn (mgr.34102) 1927 : cluster [DBG] pgmap v1474: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:45.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:44.129833+0000 mgr.smithi115.zzjgkn (mgr.34102) 1928 : cluster [DBG] pgmap v1475: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:44.129833+0000 mgr.smithi115.zzjgkn (mgr.34102) 1928 : cluster [DBG] pgmap v1475: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:47.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:46.130427+0000 mgr.smithi115.zzjgkn (mgr.34102) 1929 : cluster [DBG] pgmap v1476: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:46.130427+0000 mgr.smithi115.zzjgkn (mgr.34102) 1929 : cluster [DBG] pgmap v1476: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:49.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:48.131150+0000 mgr.smithi115.zzjgkn (mgr.34102) 1930 : cluster [DBG] pgmap v1477: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:49.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:48.131150+0000 mgr.smithi115.zzjgkn (mgr.34102) 1930 : cluster [DBG] pgmap v1477: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:50.331 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:14:50.875 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:14:50.875 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (63m) 4m ago 69m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:14:50.875 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (37m) 4m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:14:50.875 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (36m) 4m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:14:50.875 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (66m) 4m ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:14:50.875 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (119m) 4m ago 119m 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:14:50.875 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (119m) 4m ago 119m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:14:50.876 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (63m) 4m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:14:50.876 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (53m) 4m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:14:50.876 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (47m) 4m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:14:50.876 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (42m) 4m ago 2h 119M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:14:50.876 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (69m) 4m ago 69m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:14:50.876 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (69m) 4m ago 69m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:14:50.876 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 111m - - 2024-02-23T02:14:50.876 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 109m - - 2024-02-23T02:14:50.876 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (31m) 4m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:14:50.876 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (26m) 4m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:14:50.876 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (21m) 4m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:14:50.876 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (15m) 4m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:14:50.876 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (9m) 4m ago 2h 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:14:50.877 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (4m) 4m ago 2h 12.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:14:50.877 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 4m ago 2h 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:14:50.877 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 4m ago 2h 485M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:14:50.877 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (69m) 4m ago 69m 73.4M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:14:51.200 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:14:51.200 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:14:51.200 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:14:51.201 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:14:51.201 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:14:51.201 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:14:51.201 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:14:51.201 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:14:51.201 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:14:51.201 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T02:14:51.201 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:14:51.201 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:14:51.201 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:14:51.201 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:14:51.201 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:14:51.202 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:14:51.202 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 10 2024-02-23T02:14:51.202 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:14:51.202 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:14:51.477 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:14:51.477 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:14:51.477 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:14:51.477 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:14:51.478 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:14:51.478 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:14:51.478 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:14:51.478 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:14:51.478 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:14:51.478 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "12/23 daemons upgraded", 2024-02-23T02:14:51.478 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:14:51.478 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:14:51.478 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:14:51.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:50.131820+0000 mgr.smithi115.zzjgkn (mgr.34102) 1931 : cluster [DBG] pgmap v1478: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:50.319531+0000 mgr.smithi115.zzjgkn (mgr.34102) 1932 : audit [DBG] from='client.35946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:50.593588+0000 mgr.smithi115.zzjgkn (mgr.34102) 1933 : audit [DBG] from='client.35950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:50.864377+0000 mon.smithi115 (mon.0) 1930 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:14:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:50.864692+0000 mon.smithi115 (mon.0) 1931 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:50.864948+0000 mon.smithi115 (mon.0) 1932 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:50.865191+0000 mon.smithi115 (mon.0) 1933 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:50.865422+0000 mon.smithi115 (mon.0) 1934 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:50.867239+0000 mon.smithi115 (mon.0) 1935 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:14:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:50.867504+0000 mon.smithi115 (mon.0) 1936 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:50.867757+0000 mon.smithi115 (mon.0) 1937 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:50.867992+0000 mon.smithi115 (mon.0) 1938 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:50.868224+0000 mon.smithi115 (mon.0) 1939 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:51.199125+0000 mon.smithi115 (mon.0) 1940 : audit [DBG] from='client.? 172.21.15.115:0/4022966433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:14:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:50.131820+0000 mgr.smithi115.zzjgkn (mgr.34102) 1931 : cluster [DBG] pgmap v1478: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:50.319531+0000 mgr.smithi115.zzjgkn (mgr.34102) 1932 : audit [DBG] from='client.35946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:50.593588+0000 mgr.smithi115.zzjgkn (mgr.34102) 1933 : audit [DBG] from='client.35950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:50.864377+0000 mon.smithi115 (mon.0) 1930 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:14:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:50.864692+0000 mon.smithi115 (mon.0) 1931 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:50.864948+0000 mon.smithi115 (mon.0) 1932 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:50.865191+0000 mon.smithi115 (mon.0) 1933 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:50.865422+0000 mon.smithi115 (mon.0) 1934 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:50.867239+0000 mon.smithi115 (mon.0) 1935 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:14:51.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:50.867504+0000 mon.smithi115 (mon.0) 1936 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:50.867757+0000 mon.smithi115 (mon.0) 1937 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:50.867992+0000 mon.smithi115 (mon.0) 1938 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:50.868224+0000 mon.smithi115 (mon.0) 1939 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:14:51.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:51.199125+0000 mon.smithi115 (mon.0) 1940 : audit [DBG] from='client.? 172.21.15.115:0/4022966433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:14:52.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:50.862588+0000 mgr.smithi115.zzjgkn (mgr.34102) 1934 : audit [DBG] from='client.35954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:52.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:14:51.476174+0000 mgr.smithi115.zzjgkn (mgr.34102) 1935 : audit [DBG] from='client.35962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:52.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:50.862588+0000 mgr.smithi115.zzjgkn (mgr.34102) 1934 : audit [DBG] from='client.35954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:52.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:14:51.476174+0000 mgr.smithi115.zzjgkn (mgr.34102) 1935 : audit [DBG] from='client.35962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:14:53.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:52.132252+0000 mgr.smithi115.zzjgkn (mgr.34102) 1936 : cluster [DBG] pgmap v1479: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:52.132252+0000 mgr.smithi115.zzjgkn (mgr.34102) 1936 : cluster [DBG] pgmap v1479: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:55.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:54.132834+0000 mgr.smithi115.zzjgkn (mgr.34102) 1937 : cluster [DBG] pgmap v1480: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:54.132834+0000 mgr.smithi115.zzjgkn (mgr.34102) 1937 : cluster [DBG] pgmap v1480: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:57.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:56.133453+0000 mgr.smithi115.zzjgkn (mgr.34102) 1938 : cluster [DBG] pgmap v1481: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:56.133453+0000 mgr.smithi115.zzjgkn (mgr.34102) 1938 : cluster [DBG] pgmap v1481: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:59.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:14:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:14:58.133939+0000 mgr.smithi115.zzjgkn (mgr.34102) 1939 : cluster [DBG] pgmap v1482: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:14:59.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:14:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:14:58.133939+0000 mgr.smithi115.zzjgkn (mgr.34102) 1939 : cluster [DBG] pgmap v1482: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:01.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:00.134746+0000 mgr.smithi115.zzjgkn (mgr.34102) 1940 : cluster [DBG] pgmap v1483: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:00.134746+0000 mgr.smithi115.zzjgkn (mgr.34102) 1940 : cluster [DBG] pgmap v1483: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:03.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:02.135425+0000 mgr.smithi115.zzjgkn (mgr.34102) 1941 : cluster [DBG] pgmap v1484: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:02.135425+0000 mgr.smithi115.zzjgkn (mgr.34102) 1941 : cluster [DBG] pgmap v1484: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:05.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:04.136020+0000 mgr.smithi115.zzjgkn (mgr.34102) 1942 : cluster [DBG] pgmap v1485: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:04.136020+0000 mgr.smithi115.zzjgkn (mgr.34102) 1942 : cluster [DBG] pgmap v1485: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:07.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:06.136835+0000 mgr.smithi115.zzjgkn (mgr.34102) 1943 : cluster [DBG] pgmap v1486: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:06.136835+0000 mgr.smithi115.zzjgkn (mgr.34102) 1943 : cluster [DBG] pgmap v1486: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:09.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:08.137431+0000 mgr.smithi115.zzjgkn (mgr.34102) 1944 : cluster [DBG] pgmap v1487: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:09.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:08.137431+0000 mgr.smithi115.zzjgkn (mgr.34102) 1944 : cluster [DBG] pgmap v1487: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:09.899606+0000 mon.smithi115 (mon.0) 1941 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T02:15:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:09.899870+0000 mon.smithi115 (mon.0) 1942 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T02:15:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:09.900059+0000 mon.smithi115 (mon.0) 1943 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T02:15:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:09.900245+0000 mon.smithi115 (mon.0) 1944 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:15:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:09.899606+0000 mon.smithi115 (mon.0) 1941 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T02:15:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:09.899870+0000 mon.smithi115 (mon.0) 1942 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T02:15:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:09.900059+0000 mon.smithi115 (mon.0) 1943 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T02:15:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:09.900245+0000 mon.smithi115 (mon.0) 1944 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:15:11.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:10.138034+0000 mgr.smithi115.zzjgkn (mgr.34102) 1945 : cluster [DBG] pgmap v1488: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:10.138034+0000 mgr.smithi115.zzjgkn (mgr.34102) 1945 : cluster [DBG] pgmap v1488: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:13.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:12.138645+0000 mgr.smithi115.zzjgkn (mgr.34102) 1946 : cluster [DBG] pgmap v1489: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:12.138645+0000 mgr.smithi115.zzjgkn (mgr.34102) 1946 : cluster [DBG] pgmap v1489: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:15.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:14.139355+0000 mgr.smithi115.zzjgkn (mgr.34102) 1947 : cluster [DBG] pgmap v1490: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:14.139355+0000 mgr.smithi115.zzjgkn (mgr.34102) 1947 : cluster [DBG] pgmap v1490: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:17.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:16.139986+0000 mgr.smithi115.zzjgkn (mgr.34102) 1948 : cluster [DBG] pgmap v1491: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:16.139986+0000 mgr.smithi115.zzjgkn (mgr.34102) 1948 : cluster [DBG] pgmap v1491: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:19.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:18.140498+0000 mgr.smithi115.zzjgkn (mgr.34102) 1949 : cluster [DBG] pgmap v1492: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:19.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:18.140498+0000 mgr.smithi115.zzjgkn (mgr.34102) 1949 : cluster [DBG] pgmap v1492: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:21.513 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:20.141279+0000 mgr.smithi115.zzjgkn (mgr.34102) 1950 : cluster [DBG] pgmap v1493: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:21.513 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:21.188585+0000 mon.smithi115 (mon.0) 1945 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:15:21.513 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:21.191333+0000 mon.smithi115 (mon.0) 1946 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:15:21.514 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:21.192889+0000 mon.smithi115 (mon.0) 1947 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:15:21.514 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:21.194379+0000 mon.smithi115 (mon.0) 1948 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:15:21.514 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:21.195872+0000 mon.smithi115 (mon.0) 1949 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-23T02:15:21.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:20.141279+0000 mgr.smithi115.zzjgkn (mgr.34102) 1950 : cluster [DBG] pgmap v1493: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:21.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:21.188585+0000 mon.smithi115 (mon.0) 1945 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:15:21.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:21.191333+0000 mon.smithi115 (mon.0) 1946 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:15:21.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:21.192889+0000 mon.smithi115 (mon.0) 1947 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:15:21.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:21.194379+0000 mon.smithi115 (mon.0) 1948 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:15:21.777 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:21.195872+0000 mon.smithi115 (mon.0) 1949 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-23T02:15:21.777 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:15:22.321 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:15:22.321 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (64m) 5m ago 70m 24.5M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:15:22.321 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (37m) 5m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:15:22.321 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (37m) 5m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:15:22.321 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (66m) 5m ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:15:22.321 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (119m) 5m ago 119m 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:15:22.321 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (119m) 5m ago 119m 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:15:22.321 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (64m) 5m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:15:22.321 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (53m) 5m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (48m) 5m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (43m) 5m ago 2h 119M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (69m) 5m ago 69m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (69m) 5m ago 69m 92.9M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 111m - - 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 109m - - 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (32m) 5m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (27m) 5m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (21m) 5m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (15m) 5m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (10m) 5m ago 2h 261M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (5m) 5m ago 2h 12.6M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2h) 5m ago 2h 315M 4096M 15.2.13 2cf504fded39 7719080c43b2 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 5m ago 2h 485M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:15:22.322 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (69m) 5m ago 69m 73.4M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:15:22.646 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:15:22.646 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:15:22.646 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:15:22.646 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:15:22.646 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:15:22.646 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:15:22.646 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:15:22.646 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:15:22.646 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:15:22.647 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6 2024-02-23T02:15:22.647 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:15:22.647 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:15:22.647 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:15:22.647 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:15:22.647 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:15:22.647 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-23T02:15:22.647 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 10 2024-02-23T02:15:22.647 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:15:22.647 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:15:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:15:21.186433+0000 mgr.smithi115.zzjgkn (mgr.34102) 1951 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:15:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:15:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:15:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:15:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:15:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:15:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:15:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:15:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:15:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:15:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:15:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:15:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:15:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:15:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:15:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:15:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:15:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:15:22.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:15:22.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:15:22.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:15:22.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:15:22.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:15:22.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:15:22.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:15:22.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:15:22.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:15:22.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:15:22.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:15:22.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:15:22.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:15:22.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:15:22.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:15:22.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:15:22.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:15:22.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:15:22.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:15:22.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:15:22.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:15:22.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:15:22.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:15:22.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:15:22.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:15:22.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:15:22.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:15:22.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:15:22.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:15:22.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:15:22.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:15:22.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:15:22.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:15:22.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:15:22.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:21.196035+0000 mgr.smithi115.zzjgkn (mgr.34102) 1952 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-23T02:15:22.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:15:21.196964+0000 mgr.smithi115.zzjgkn (mgr.34102) 1953 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-23T02:15:22.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:21.765021+0000 mgr.smithi115.zzjgkn (mgr.34102) 1954 : audit [DBG] from='client.35966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:22.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.310277+0000 mon.smithi115 (mon.0) 1950 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:15:22.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.310622+0000 mon.smithi115 (mon.0) 1951 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.310893+0000 mon.smithi115 (mon.0) 1952 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.311140+0000 mon.smithi115 (mon.0) 1953 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.311381+0000 mon.smithi115 (mon.0) 1954 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.313274+0000 mon.smithi115 (mon.0) 1955 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:15:22.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.313541+0000 mon.smithi115 (mon.0) 1956 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.313813+0000 mon.smithi115 (mon.0) 1957 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.314063+0000 mon.smithi115 (mon.0) 1958 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.314308+0000 mon.smithi115 (mon.0) 1959 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:15:21.186433+0000 mgr.smithi115.zzjgkn (mgr.34102) 1951 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:15:22.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:15:22.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:15:22.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:15:22.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:15:22.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:15:22.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:15:22.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:15:22.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:15:22.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:15:22.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:15:22.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:15:22.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:15:22.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:15:22.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:15:22.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:15:22.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:15:22.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:15:22.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:15:22.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:15:22.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:15:22.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:15:22.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:15:22.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:21.196035+0000 mgr.smithi115.zzjgkn (mgr.34102) 1952 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:15:21.196964+0000 mgr.smithi115.zzjgkn (mgr.34102) 1953 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:21.765021+0000 mgr.smithi115.zzjgkn (mgr.34102) 1954 : audit [DBG] from='client.35966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.310277+0000 mon.smithi115 (mon.0) 1950 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.310622+0000 mon.smithi115 (mon.0) 1951 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.310893+0000 mon.smithi115 (mon.0) 1952 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.311140+0000 mon.smithi115 (mon.0) 1953 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.311381+0000 mon.smithi115 (mon.0) 1954 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.313274+0000 mon.smithi115 (mon.0) 1955 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.313541+0000 mon.smithi115 (mon.0) 1956 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.313813+0000 mon.smithi115 (mon.0) 1957 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.314063+0000 mon.smithi115 (mon.0) 1958 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.314308+0000 mon.smithi115 (mon.0) 1959 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:22.931 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:15:22.932 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:15:22.932 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:15:22.932 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:15:22.932 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:15:22.932 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:15:22.932 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:15:22.932 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:15:22.932 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:15:22.932 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "12/23 daemons upgraded", 2024-02-23T02:15:22.933 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:15:22.933 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:15:22.933 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:15:23.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.040711+0000 mgr.smithi115.zzjgkn (mgr.34102) 1955 : audit [DBG] from='client.35970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:23.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:22.141749+0000 mgr.smithi115.zzjgkn (mgr.34102) 1956 : cluster [DBG] pgmap v1494: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:23.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.308487+0000 mgr.smithi115.zzjgkn (mgr.34102) 1957 : audit [DBG] from='client.35974 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:23.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.645143+0000 mon.smithi115 (mon.0) 1960 : audit [DBG] from='client.? 172.21.15.115:0/3280041716' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:15:23.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:15:22.819676+0000 mgr.smithi115.zzjgkn (mgr.34102) 1958 : cephadm [INF] Upgrade: Updating osd.6 2024-02-23T02:15:23.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.826066+0000 mon.smithi115 (mon.0) 1961 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:23.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.826779+0000 mon.smithi115 (mon.0) 1962 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-23T02:15:23.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.827371+0000 mon.smithi115 (mon.0) 1963 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:15:23.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:15:22.828968+0000 mgr.smithi115.zzjgkn (mgr.34102) 1959 : cephadm [INF] Deploying daemon osd.6 on smithi131 2024-02-23T02:15:23.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.829437+0000 mon.smithi115 (mon.0) 1964 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-23T02:15:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.040711+0000 mgr.smithi115.zzjgkn (mgr.34102) 1955 : audit [DBG] from='client.35970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:23.788 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:22.141749+0000 mgr.smithi115.zzjgkn (mgr.34102) 1956 : cluster [DBG] pgmap v1494: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:23.788 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.308487+0000 mgr.smithi115.zzjgkn (mgr.34102) 1957 : audit [DBG] from='client.35974 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:23.788 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.645143+0000 mon.smithi115 (mon.0) 1960 : audit [DBG] from='client.? 172.21.15.115:0/3280041716' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:15:23.788 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:15:22.819676+0000 mgr.smithi115.zzjgkn (mgr.34102) 1958 : cephadm [INF] Upgrade: Updating osd.6 2024-02-23T02:15:23.788 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.826066+0000 mon.smithi115 (mon.0) 1961 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:23.788 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.826779+0000 mon.smithi115 (mon.0) 1962 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-23T02:15:23.788 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.827371+0000 mon.smithi115 (mon.0) 1963 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:15:23.788 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:15:22.828968+0000 mgr.smithi115.zzjgkn (mgr.34102) 1959 : cephadm [INF] Deploying daemon osd.6 on smithi131 2024-02-23T02:15:23.788 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.829437+0000 mon.smithi115 (mon.0) 1964 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-23T02:15:24.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:22.930312+0000 mgr.smithi115.zzjgkn (mgr.34102) 1960 : audit [DBG] from='client.35982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:22.930312+0000 mgr.smithi115.zzjgkn (mgr.34102) 1960 : audit [DBG] from='client.35982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:24.142300+0000 mgr.smithi115.zzjgkn (mgr.34102) 1961 : cluster [DBG] pgmap v1495: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:25.779 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:25 smithi131 systemd[1]: Stopping Ceph osd.6 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:15:26.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:24.142300+0000 mgr.smithi115.zzjgkn (mgr.34102) 1961 : cluster [DBG] pgmap v1495: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:26.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:26 smithi131 bash[68560]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.6 2024-02-23T02:15:26.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:26 smithi131 bash[68614]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.6 2024-02-23T02:15:27.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.144015+0000 mon.smithi115 (mon.0) 1965 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.144049+0000 mon.smithi115 (mon.0) 1966 : cluster [INF] osd.6 failed (root=default,host=smithi131) (connection refused reported by osd.2) 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.144211+0000 mon.smithi115 (mon.0) 1967 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.144308+0000 mon.smithi115 (mon.0) 1968 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.144413+0000 mon.smithi115 (mon.0) 1969 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.144555+0000 mon.smithi115 (mon.0) 1970 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.144670+0000 mon.smithi115 (mon.0) 1971 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.144772+0000 mon.smithi115 (mon.0) 1972 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.144855+0000 mon.smithi115 (mon.0) 1973 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.144946+0000 mon.smithi115 (mon.0) 1974 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.145065+0000 mon.smithi115 (mon.0) 1975 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.145160+0000 mon.smithi115 (mon.0) 1976 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.145256+0000 mon.smithi115 (mon.0) 1977 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.145385+0000 mon.smithi115 (mon.0) 1978 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-23T02:15:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.145515+0000 mon.smithi115 (mon.0) 1979 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-23T02:15:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.144015+0000 mon.smithi115 (mon.0) 1965 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-23T02:15:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.144049+0000 mon.smithi115 (mon.0) 1966 : cluster [INF] osd.6 failed (root=default,host=smithi131) (connection refused reported by osd.2) 2024-02-23T02:15:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.144211+0000 mon.smithi115 (mon.0) 1967 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-23T02:15:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.144308+0000 mon.smithi115 (mon.0) 1968 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-23T02:15:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.144413+0000 mon.smithi115 (mon.0) 1969 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-23T02:15:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.144555+0000 mon.smithi115 (mon.0) 1970 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-23T02:15:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.144670+0000 mon.smithi115 (mon.0) 1971 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-23T02:15:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.144772+0000 mon.smithi115 (mon.0) 1972 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-23T02:15:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.144855+0000 mon.smithi115 (mon.0) 1973 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-23T02:15:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.144946+0000 mon.smithi115 (mon.0) 1974 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-23T02:15:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.145065+0000 mon.smithi115 (mon.0) 1975 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-23T02:15:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.145160+0000 mon.smithi115 (mon.0) 1976 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-23T02:15:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.145256+0000 mon.smithi115 (mon.0) 1977 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-23T02:15:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.145385+0000 mon.smithi115 (mon.0) 1978 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-23T02:15:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.145515+0000 mon.smithi115 (mon.0) 1979 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-23T02:15:27.976 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.142953+0000 mgr.smithi115.zzjgkn (mgr.34102) 1962 : cluster [DBG] pgmap v1496: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:27.976 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.526166+0000 mon.smithi115 (mon.0) 1980 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T02:15:27.976 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:26.534088+0000 mon.smithi115 (mon.0) 1981 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-23T02:15:28.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.142953+0000 mgr.smithi115.zzjgkn (mgr.34102) 1962 : cluster [DBG] pgmap v1496: 129 pgs: 129 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:28.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.526166+0000 mon.smithi115 (mon.0) 1980 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T02:15:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:26.534088+0000 mon.smithi115 (mon.0) 1981 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-23T02:15:28.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:28 smithi131 systemd[1]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.6.service: Succeeded. 2024-02-23T02:15:28.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:28 smithi131 systemd[1]: Stopped Ceph osd.6 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T02:15:28.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:28 smithi131 systemd[1]: Starting Ceph osd.6 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:15:29.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:27.537604+0000 mon.smithi115 (mon.0) 1982 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-23T02:15:29.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:27.537604+0000 mon.smithi115 (mon.0) 1982 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-23T02:15:29.546 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:29 smithi131 bash[68874]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-23T02:15:29.546 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:29 smithi131 bash[68874]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-23T02:15:29.546 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:29 smithi131 bash[68874]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-02-23T02:15:29.546 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:29 smithi131 bash[68874]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-23T02:15:29.546 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:29 smithi131 bash[68874]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-02-23T02:15:29.546 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:29 smithi131 bash[68874]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-23T02:15:29.546 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:29 smithi131 bash[68874]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-23T02:15:29.546 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:29 smithi131 bash[68874]: --> ceph-volume lvm activate successful for osd ID: 6 2024-02-23T02:15:30.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:28.143442+0000 mgr.smithi115.zzjgkn (mgr.34102) 1963 : cluster [DBG] pgmap v1499: 129 pgs: 13 stale+active+clean, 116 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:28.143442+0000 mgr.smithi115.zzjgkn (mgr.34102) 1963 : cluster [DBG] pgmap v1499: 129 pgs: 13 stale+active+clean, 116 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:30.779 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:15:30.462+0000 7f7cb1fcf700 1 -- 172.21.15.131:0/359389010 <== mon.1 v2:172.21.15.131:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559cd311c680 con 0x559cd30e5400 2024-02-23T02:15:30.779 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:30 smithi131 bash[69115]: c55a3a260fbc451a835be1d10644bb2153c619685b57ba684e0c680f5e4f6144 2024-02-23T02:15:30.779 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:30 smithi131 systemd[1]: Started Ceph osd.6 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T02:15:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:30.544022+0000 mon.smithi115 (mon.0) 1983 : cluster [WRN] Health check failed: Degraded data redundancy: 20/402 objects degraded (4.975%), 7 pgs degraded (PG_DEGRADED) 2024-02-23T02:15:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:30.584297+0000 mon.smithi115 (mon.0) 1984 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:30.585251+0000 mon.smithi115 (mon.0) 1985 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:15:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:30.586903+0000 mon.smithi115 (mon.0) 1986 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-02-23T02:15:30.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:30.587216+0000 mon.smithi115 (mon.0) 1987 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:15:31.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:30.544022+0000 mon.smithi115 (mon.0) 1983 : cluster [WRN] Health check failed: Degraded data redundancy: 20/402 objects degraded (4.975%), 7 pgs degraded (PG_DEGRADED) 2024-02-23T02:15:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:30.584297+0000 mon.smithi115 (mon.0) 1984 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:30.585251+0000 mon.smithi115 (mon.0) 1985 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:15:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:30.586903+0000 mon.smithi115 (mon.0) 1986 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-02-23T02:15:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:30.587216+0000 mon.smithi115 (mon.0) 1987 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:15:31.266 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:15:30.978+0000 7f7cb9a5d380 -1 Falling back to public interface 2024-02-23T02:15:31.875 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:30.144156+0000 mgr.smithi115.zzjgkn (mgr.34102) 1964 : cluster [DBG] pgmap v1500: 129 pgs: 7 active+undersized+degraded, 7 stale+active+clean, 15 active+undersized, 100 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 20/402 objects degraded (4.975%) 2024-02-23T02:15:31.938 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:30.144156+0000 mgr.smithi115.zzjgkn (mgr.34102) 1964 : cluster [DBG] pgmap v1500: 129 pgs: 7 active+undersized+degraded, 7 stale+active+clean, 15 active+undersized, 100 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 20/402 objects degraded (4.975%) 2024-02-23T02:15:33.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:32.144778+0000 mgr.smithi115.zzjgkn (mgr.34102) 1965 : cluster [DBG] pgmap v1501: 129 pgs: 14 active+undersized+degraded, 29 active+undersized, 86 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:15:33.919 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:32.144778+0000 mgr.smithi115.zzjgkn (mgr.34102) 1965 : cluster [DBG] pgmap v1501: 129 pgs: 14 active+undersized+degraded, 29 active+undersized, 86 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:15:35.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:33.654625+0000 mon.smithi115 (mon.0) 1988 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:15:35.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:33.870254+0000 mon.smithi115 (mon.0) 1989 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:35.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:33.654625+0000 mon.smithi115 (mon.0) 1988 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:15:35.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:33.870254+0000 mon.smithi115 (mon.0) 1989 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:34.145384+0000 mgr.smithi115.zzjgkn (mgr.34102) 1966 : cluster [DBG] pgmap v1502: 129 pgs: 14 active+undersized+degraded, 29 active+undersized, 86 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:15:36.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:34.145384+0000 mgr.smithi115.zzjgkn (mgr.34102) 1966 : cluster [DBG] pgmap v1502: 129 pgs: 14 active+undersized+degraded, 29 active+undersized, 86 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:15:36.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:15:36.066+0000 7f7cb9a5d380 -1 osd.6 98 log_to_monitors {default=true} 2024-02-23T02:15:37.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:35.870145+0000 mon.smithi115 (mon.0) 1990 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:37.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:36.069666+0000 mon.smithi131 (mon.1) 8 : audit [INF] from='osd.6 [v2:172.21.15.131:6816/345255429,v1:172.21.15.131:6817/345255429]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-23T02:15:37.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:36.070048+0000 mon.smithi115 (mon.0) 1991 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-23T02:15:37.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:36.146189+0000 mgr.smithi115.zzjgkn (mgr.34102) 1967 : cluster [DBG] pgmap v1503: 129 pgs: 14 active+undersized+degraded, 29 active+undersized, 86 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:15:37.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:36.164767+0000 mon.smithi115 (mon.0) 1992 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:15:37.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:36.165561+0000 mon.smithi115 (mon.0) 1993 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:15:37.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:15:36.166211+0000 mgr.smithi115.zzjgkn (mgr.34102) 1968 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:15:37.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:36.166810+0000 mgr.smithi115.zzjgkn (mgr.34102) 1969 : cluster [DBG] pgmap v1504: 129 pgs: 14 active+undersized+degraded, 29 active+undersized, 86 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:15:37.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:36.167074+0000 mgr.smithi115.zzjgkn (mgr.34102) 1970 : cluster [DBG] pgmap v1505: 129 pgs: 14 active+undersized+degraded, 29 active+undersized, 86 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:15:37.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:36.171523+0000 mon.smithi115 (mon.0) 1994 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:37.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:36.174231+0000 mon.smithi115 (mon.0) 1995 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:15:37.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:36.178256+0000 mon.smithi115 (mon.0) 1996 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:37.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:15:36.179852+0000 mgr.smithi115.zzjgkn (mgr.34102) 1971 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:15:37.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:15:36.179989+0000 mgr.smithi115.zzjgkn (mgr.34102) 1972 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:15:37.279 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:15:36.892+0000 7f7cac747700 -1 osd.6 98 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-23T02:15:37.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:35.870145+0000 mon.smithi115 (mon.0) 1990 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:37.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:36.069666+0000 mon.smithi131 (mon.1) 8 : audit [INF] from='osd.6 [v2:172.21.15.131:6816/345255429,v1:172.21.15.131:6817/345255429]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-23T02:15:37.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:36.070048+0000 mon.smithi115 (mon.0) 1991 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-23T02:15:37.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:36.146189+0000 mgr.smithi115.zzjgkn (mgr.34102) 1967 : cluster [DBG] pgmap v1503: 129 pgs: 14 active+undersized+degraded, 29 active+undersized, 86 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:15:37.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:36.164767+0000 mon.smithi115 (mon.0) 1992 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:15:37.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:36.165561+0000 mon.smithi115 (mon.0) 1993 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:15:37.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:15:36.166211+0000 mgr.smithi115.zzjgkn (mgr.34102) 1968 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:15:37.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:36.166810+0000 mgr.smithi115.zzjgkn (mgr.34102) 1969 : cluster [DBG] pgmap v1504: 129 pgs: 14 active+undersized+degraded, 29 active+undersized, 86 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:15:37.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:36.167074+0000 mgr.smithi115.zzjgkn (mgr.34102) 1970 : cluster [DBG] pgmap v1505: 129 pgs: 14 active+undersized+degraded, 29 active+undersized, 86 active+clean; 174 MiB data, 2.5 GiB used, 711 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:15:37.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:36.171523+0000 mon.smithi115 (mon.0) 1994 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:37.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:36.174231+0000 mon.smithi115 (mon.0) 1995 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:15:37.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:36.178256+0000 mon.smithi115 (mon.0) 1996 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:37.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:15:36.179852+0000 mgr.smithi115.zzjgkn (mgr.34102) 1971 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:15:37.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:15:36.179989+0000 mgr.smithi115.zzjgkn (mgr.34102) 1972 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:15:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:36.876238+0000 mon.smithi115 (mon.0) 1997 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-23T02:15:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:36.876294+0000 mon.smithi115 (mon.0) 1998 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-02-23T02:15:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:36.881097+0000 mon.smithi131 (mon.1) 9 : audit [INF] from='osd.6 [v2:172.21.15.131:6816/345255429,v1:172.21.15.131:6817/345255429]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:15:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:36.881604+0000 mon.smithi115 (mon.0) 1999 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:15:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:37.422590+0000 mon.smithi115 (mon.0) 2000 : cluster [WRN] Health check update: Degraded data redundancy: 50/402 objects degraded (12.438%), 14 pgs degraded (PG_DEGRADED) 2024-02-23T02:15:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:36.876238+0000 mon.smithi115 (mon.0) 1997 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-23T02:15:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:36.876294+0000 mon.smithi115 (mon.0) 1998 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-02-23T02:15:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:36.881097+0000 mon.smithi131 (mon.1) 9 : audit [INF] from='osd.6 [v2:172.21.15.131:6816/345255429,v1:172.21.15.131:6817/345255429]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:15:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:36.881604+0000 mon.smithi115 (mon.0) 1999 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:15:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:37.422590+0000 mon.smithi115 (mon.0) 2000 : cluster [WRN] Health check update: Degraded data redundancy: 50/402 objects degraded (12.438%), 14 pgs degraded (PG_DEGRADED) 2024-02-23T02:15:39.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:37.873292+0000 mon.smithi115 (mon.0) 2001 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T02:15:39.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:37.878580+0000 mon.smithi115 (mon.0) 2002 : cluster [INF] osd.6 [v2:172.21.15.131:6816/345255429,v1:172.21.15.131:6817/345255429] boot 2024-02-23T02:15:39.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:37.878636+0000 mon.smithi115 (mon.0) 2003 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-02-23T02:15:39.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:37.879257+0000 mon.smithi115 (mon.0) 2004 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T02:15:39.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:38.167492+0000 mgr.smithi115.zzjgkn (mgr.34102) 1973 : cluster [DBG] pgmap v1508: 129 pgs: 14 active+undersized+degraded, 29 active+undersized, 86 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:15:39.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:38.882720+0000 mon.smithi115 (mon.0) 2005 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-02-23T02:15:39.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:37.873292+0000 mon.smithi115 (mon.0) 2001 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T02:15:39.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:37.878580+0000 mon.smithi115 (mon.0) 2002 : cluster [INF] osd.6 [v2:172.21.15.131:6816/345255429,v1:172.21.15.131:6817/345255429] boot 2024-02-23T02:15:39.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:37.878636+0000 mon.smithi115 (mon.0) 2003 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-02-23T02:15:39.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:37.879257+0000 mon.smithi115 (mon.0) 2004 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T02:15:39.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:38.167492+0000 mgr.smithi115.zzjgkn (mgr.34102) 1973 : cluster [DBG] pgmap v1508: 129 pgs: 14 active+undersized+degraded, 29 active+undersized, 86 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:15:39.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:38.882720+0000 mon.smithi115 (mon.0) 2005 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-02-23T02:15:41.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:39.941479+0000 mon.smithi115 (mon.0) 2006 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:41.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:40.168079+0000 mgr.smithi115.zzjgkn (mgr.34102) 1974 : cluster [DBG] pgmap v1510: 129 pgs: 9 peering, 10 active+undersized+degraded, 17 active+undersized, 93 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 37/402 objects degraded (9.204%) 2024-02-23T02:15:41.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:39.941479+0000 mon.smithi115 (mon.0) 2006 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:41.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:40.168079+0000 mgr.smithi115.zzjgkn (mgr.34102) 1974 : cluster [DBG] pgmap v1510: 129 pgs: 9 peering, 10 active+undersized+degraded, 17 active+undersized, 93 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 37/402 objects degraded (9.204%) 2024-02-23T02:15:42.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:41.195554+0000 mon.smithi115 (mon.0) 2007 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:42.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:41.195554+0000 mon.smithi115 (mon.0) 2007 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:43.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:42.168819+0000 mgr.smithi115.zzjgkn (mgr.34102) 1975 : cluster [DBG] pgmap v1511: 129 pgs: 9 peering, 120 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:43.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:42.193542+0000 mon.smithi115 (mon.0) 2008 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 37/402 objects degraded (9.204%), 10 pgs degraded) 2024-02-23T02:15:43.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:42.168819+0000 mgr.smithi115.zzjgkn (mgr.34102) 1975 : cluster [DBG] pgmap v1511: 129 pgs: 9 peering, 120 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:43.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:42.193542+0000 mon.smithi115 (mon.0) 2008 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 37/402 objects degraded (9.204%), 10 pgs degraded) 2024-02-23T02:15:45.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:44.169405+0000 mgr.smithi115.zzjgkn (mgr.34102) 1976 : cluster [DBG] pgmap v1512: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:45.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:44.169405+0000 mgr.smithi115.zzjgkn (mgr.34102) 1976 : cluster [DBG] pgmap v1512: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:47.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:46.170196+0000 mgr.smithi115.zzjgkn (mgr.34102) 1977 : cluster [DBG] pgmap v1513: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:47.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:46.170196+0000 mgr.smithi115.zzjgkn (mgr.34102) 1977 : cluster [DBG] pgmap v1513: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:49.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:48.170862+0000 mgr.smithi115.zzjgkn (mgr.34102) 1978 : cluster [DBG] pgmap v1514: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:49.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:48.170862+0000 mgr.smithi115.zzjgkn (mgr.34102) 1978 : cluster [DBG] pgmap v1514: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:51.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:50.171605+0000 mgr.smithi115.zzjgkn (mgr.34102) 1979 : cluster [DBG] pgmap v1515: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:51.208018+0000 mon.smithi115 (mon.0) 2009 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:51.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:50.171605+0000 mgr.smithi115.zzjgkn (mgr.34102) 1979 : cluster [DBG] pgmap v1515: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:51.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:51.208018+0000 mon.smithi115 (mon.0) 2009 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:53.234 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:15:53.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:52.172340+0000 mgr.smithi115.zzjgkn (mgr.34102) 1980 : cluster [DBG] pgmap v1516: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:53.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:52.172340+0000 mgr.smithi115.zzjgkn (mgr.34102) 1980 : cluster [DBG] pgmap v1516: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:53.776 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:15:53.776 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (64m) 17s ago 70m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:15:53.776 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (38m) 5m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:15:53.776 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (38m) 17s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:15:53.776 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (67m) 17s ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:15:53.776 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 5m ago 2h 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:15:53.776 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 17s ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (64m) 5m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (54m) 17s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (48m) 5m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (43m) 17s ago 2h 145M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (70m) 5m ago 70m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (70m) 17s ago 70m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 112m - - 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 17s ago 110m - - 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (32m) 5m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (27m) 5m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (22m) 5m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (16m) 5m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (10m) 17s ago 2h 262M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (5m) 17s ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:15:53.777 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (23s) 17s ago 2h 11.5M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:15:53.778 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 17s ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:15:53.778 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (70m) 17s ago 70m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:15:54.099 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:15:54.099 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:15:54.099 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:15:54.099 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:15:54.099 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:15:54.099 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:15:54.100 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:15:54.100 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:15:54.100 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:15:54.100 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T02:15:54.100 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:15:54.100 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:15:54.100 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:15:54.100 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:15:54.100 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:15:54.100 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:15:54.100 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 11 2024-02-23T02:15:54.100 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:15:54.100 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:15:54.373 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:15:54.373 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:15:54.373 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:15:54.373 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:15:54.374 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:15:54.374 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:15:54.374 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:15:54.374 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:15:54.374 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:15:54.374 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "13/23 daemons upgraded", 2024-02-23T02:15:54.374 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:15:54.374 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:15:54.374 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:15:54.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:53.220768+0000 mgr.smithi115.zzjgkn (mgr.34102) 1981 : audit [DBG] from='client.35986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:53.496865+0000 mgr.smithi115.zzjgkn (mgr.34102) 1982 : audit [DBG] from='client.35990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:53.763739+0000 mgr.smithi115.zzjgkn (mgr.34102) 1983 : audit [DBG] from='client.35994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:53.765553+0000 mon.smithi115 (mon.0) 2010 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:15:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:53.765897+0000 mon.smithi115 (mon.0) 2011 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:53.766179+0000 mon.smithi115 (mon.0) 2012 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:53.766433+0000 mon.smithi115 (mon.0) 2013 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:53.766696+0000 mon.smithi115 (mon.0) 2014 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:53.768573+0000 mon.smithi115 (mon.0) 2015 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:15:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:53.768839+0000 mon.smithi115 (mon.0) 2016 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:53.769090+0000 mon.smithi115 (mon.0) 2017 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:53.769334+0000 mon.smithi115 (mon.0) 2018 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:53.769576+0000 mon.smithi115 (mon.0) 2019 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:54.098370+0000 mon.smithi115 (mon.0) 2020 : audit [DBG] from='client.? 172.21.15.115:0/2995391753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:15:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:53.220768+0000 mgr.smithi115.zzjgkn (mgr.34102) 1981 : audit [DBG] from='client.35986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:53.496865+0000 mgr.smithi115.zzjgkn (mgr.34102) 1982 : audit [DBG] from='client.35990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:53.763739+0000 mgr.smithi115.zzjgkn (mgr.34102) 1983 : audit [DBG] from='client.35994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:53.765553+0000 mon.smithi115 (mon.0) 2010 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:15:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:53.765897+0000 mon.smithi115 (mon.0) 2011 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:53.766179+0000 mon.smithi115 (mon.0) 2012 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:53.766433+0000 mon.smithi115 (mon.0) 2013 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:53.766696+0000 mon.smithi115 (mon.0) 2014 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:53.768573+0000 mon.smithi115 (mon.0) 2015 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:15:54.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:53.768839+0000 mon.smithi115 (mon.0) 2016 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:53.769090+0000 mon.smithi115 (mon.0) 2017 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:53.769334+0000 mon.smithi115 (mon.0) 2018 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:53.769576+0000 mon.smithi115 (mon.0) 2019 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:15:54.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:54.098370+0000 mon.smithi115 (mon.0) 2020 : audit [DBG] from='client.? 172.21.15.115:0/2995391753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:15:55.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:54.172835+0000 mgr.smithi115.zzjgkn (mgr.34102) 1984 : cluster [DBG] pgmap v1517: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:54.372291+0000 mgr.smithi115.zzjgkn (mgr.34102) 1985 : audit [DBG] from='client.36002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:15:54.941289+0000 mon.smithi115 (mon.0) 2021 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:55.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:54.172835+0000 mgr.smithi115.zzjgkn (mgr.34102) 1984 : cluster [DBG] pgmap v1517: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:55.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:54.372291+0000 mgr.smithi115.zzjgkn (mgr.34102) 1985 : audit [DBG] from='client.36002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:15:55.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:15:54.941289+0000 mon.smithi115 (mon.0) 2021 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:15:57.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:56.173587+0000 mgr.smithi115.zzjgkn (mgr.34102) 1986 : cluster [DBG] pgmap v1518: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:57.528 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:56.173587+0000 mgr.smithi115.zzjgkn (mgr.34102) 1986 : cluster [DBG] pgmap v1518: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:59.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:15:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:15:58.174110+0000 mgr.smithi115.zzjgkn (mgr.34102) 1987 : cluster [DBG] pgmap v1519: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:15:59.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:15:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:15:58.174110+0000 mgr.smithi115.zzjgkn (mgr.34102) 1987 : cluster [DBG] pgmap v1519: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:01.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:00.174832+0000 mgr.smithi115.zzjgkn (mgr.34102) 1988 : cluster [DBG] pgmap v1520: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:01.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:00.174832+0000 mgr.smithi115.zzjgkn (mgr.34102) 1988 : cluster [DBG] pgmap v1520: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:03.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:02.175357+0000 mgr.smithi115.zzjgkn (mgr.34102) 1989 : cluster [DBG] pgmap v1521: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:03.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:02.175357+0000 mgr.smithi115.zzjgkn (mgr.34102) 1989 : cluster [DBG] pgmap v1521: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:05.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:04.176054+0000 mgr.smithi115.zzjgkn (mgr.34102) 1990 : cluster [DBG] pgmap v1522: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:04.176054+0000 mgr.smithi115.zzjgkn (mgr.34102) 1990 : cluster [DBG] pgmap v1522: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:07.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:06.176812+0000 mgr.smithi115.zzjgkn (mgr.34102) 1991 : cluster [DBG] pgmap v1523: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:07.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:06.176812+0000 mgr.smithi115.zzjgkn (mgr.34102) 1991 : cluster [DBG] pgmap v1523: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:09.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:08.177406+0000 mgr.smithi115.zzjgkn (mgr.34102) 1992 : cluster [DBG] pgmap v1524: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:09.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:08.177406+0000 mgr.smithi115.zzjgkn (mgr.34102) 1992 : cluster [DBG] pgmap v1524: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:10.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:09.903362+0000 mon.smithi115 (mon.0) 2022 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-02-23T02:16:10.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:09.903679+0000 mon.smithi115 (mon.0) 2023 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T02:16:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:09.903938+0000 mon.smithi115 (mon.0) 2024 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-02-23T02:16:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:09.904186+0000 mon.smithi115 (mon.0) 2025 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:16:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:09.903362+0000 mon.smithi115 (mon.0) 2022 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-02-23T02:16:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:09.903679+0000 mon.smithi115 (mon.0) 2023 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T02:16:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:09.903938+0000 mon.smithi115 (mon.0) 2024 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-02-23T02:16:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:09.904186+0000 mon.smithi115 (mon.0) 2025 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:16:11.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:10.178002+0000 mgr.smithi115.zzjgkn (mgr.34102) 1993 : cluster [DBG] pgmap v1525: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:10.178002+0000 mgr.smithi115.zzjgkn (mgr.34102) 1993 : cluster [DBG] pgmap v1525: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:13.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:12.178639+0000 mgr.smithi115.zzjgkn (mgr.34102) 1994 : cluster [DBG] pgmap v1526: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:13.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:12.178639+0000 mgr.smithi115.zzjgkn (mgr.34102) 1994 : cluster [DBG] pgmap v1526: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:15.525 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:14.179406+0000 mgr.smithi115.zzjgkn (mgr.34102) 1995 : cluster [DBG] pgmap v1527: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:15.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:14.179406+0000 mgr.smithi115.zzjgkn (mgr.34102) 1995 : cluster [DBG] pgmap v1527: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:17.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:16.180014+0000 mgr.smithi115.zzjgkn (mgr.34102) 1996 : cluster [DBG] pgmap v1528: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:17.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:16.180014+0000 mgr.smithi115.zzjgkn (mgr.34102) 1996 : cluster [DBG] pgmap v1528: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:18.180631+0000 mgr.smithi115.zzjgkn (mgr.34102) 1997 : cluster [DBG] pgmap v1529: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:19.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:18.180631+0000 mgr.smithi115.zzjgkn (mgr.34102) 1997 : cluster [DBG] pgmap v1529: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:21.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:20.181249+0000 mgr.smithi115.zzjgkn (mgr.34102) 1998 : cluster [DBG] pgmap v1530: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:21.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:20.181249+0000 mgr.smithi115.zzjgkn (mgr.34102) 1998 : cluster [DBG] pgmap v1530: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:22.181955+0000 mgr.smithi115.zzjgkn (mgr.34102) 1999 : cluster [DBG] pgmap v1531: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:22.181955+0000 mgr.smithi115.zzjgkn (mgr.34102) 1999 : cluster [DBG] pgmap v1531: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:24.671 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:16:25.220 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (65m) 49s ago 71m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (38m) 6m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (38m) 49s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (67m) 49s ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 6m ago 2h 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 49s ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (65m) 6m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (54m) 49s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (49m) 6m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (44m) 49s ago 2h 145M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (70m) 6m ago 70m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (70m) 49s ago 70m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 6m ago 112m - - 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 49s ago 110m - - 2024-02-23T02:16:25.221 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (33m) 6m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:16:25.222 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (28m) 6m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:16:25.222 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (22m) 6m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:16:25.222 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (16m) 6m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:16:25.222 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (11m) 49s ago 2h 262M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:16:25.222 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (6m) 49s ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:16:25.222 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (55s) 49s ago 2h 11.5M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:16:25.222 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 49s ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:16:25.222 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (70m) 49s ago 70m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:16:25.548 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:16:25.548 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:16:25.548 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:16:25.548 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:16:25.548 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:16:25.548 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:16:25.548 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:16:25.548 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:16:25.548 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:16:25.548 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T02:16:25.549 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:16:25.549 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:16:25.549 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:16:25.549 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:16:25.549 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:16:25.549 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:16:25.549 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 11 2024-02-23T02:16:25.549 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:16:25.549 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:16:25.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:24.182536+0000 mgr.smithi115.zzjgkn (mgr.34102) 2000 : cluster [DBG] pgmap v1532: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:24.659513+0000 mgr.smithi115.zzjgkn (mgr.34102) 2001 : audit [DBG] from='client.36006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:25.209359+0000 mon.smithi115 (mon.0) 2026 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:16:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:25.209838+0000 mon.smithi115 (mon.0) 2027 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:25.210153+0000 mon.smithi115 (mon.0) 2028 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:25.210431+0000 mon.smithi115 (mon.0) 2029 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:25.210718+0000 mon.smithi115 (mon.0) 2030 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:25.212605+0000 mon.smithi115 (mon.0) 2031 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:16:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:25.212904+0000 mon.smithi115 (mon.0) 2032 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:25.213179+0000 mon.smithi115 (mon.0) 2033 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:25.213448+0000 mon.smithi115 (mon.0) 2034 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:25.213722+0000 mon.smithi115 (mon.0) 2035 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:24.182536+0000 mgr.smithi115.zzjgkn (mgr.34102) 2000 : cluster [DBG] pgmap v1532: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:24.659513+0000 mgr.smithi115.zzjgkn (mgr.34102) 2001 : audit [DBG] from='client.36006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:25.209359+0000 mon.smithi115 (mon.0) 2026 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:16:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:25.209838+0000 mon.smithi115 (mon.0) 2027 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:25.210153+0000 mon.smithi115 (mon.0) 2028 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:25.210431+0000 mon.smithi115 (mon.0) 2029 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:25.210718+0000 mon.smithi115 (mon.0) 2030 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:25.212605+0000 mon.smithi115 (mon.0) 2031 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:16:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:25.212904+0000 mon.smithi115 (mon.0) 2032 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:25.213179+0000 mon.smithi115 (mon.0) 2033 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:25.213448+0000 mon.smithi115 (mon.0) 2034 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:25.213722+0000 mon.smithi115 (mon.0) 2035 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:25.824 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:16:25.824 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:16:25.825 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:16:25.825 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:16:25.825 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:16:25.825 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:16:25.825 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:16:25.825 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:16:25.825 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:16:25.825 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "13/23 daemons upgraded", 2024-02-23T02:16:25.825 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:16:25.825 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:16:25.825 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:16:26.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:24.936738+0000 mgr.smithi115.zzjgkn (mgr.34102) 2002 : audit [DBG] from='client.36010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:26.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:25.207655+0000 mgr.smithi115.zzjgkn (mgr.34102) 2003 : audit [DBG] from='client.36014 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:26.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:25.546963+0000 mon.smithi115 (mon.0) 2036 : audit [DBG] from='client.? 172.21.15.115:0/1709963377' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:16:26.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:25.823386+0000 mgr.smithi115.zzjgkn (mgr.34102) 2004 : audit [DBG] from='client.36022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:26.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:24.936738+0000 mgr.smithi115.zzjgkn (mgr.34102) 2002 : audit [DBG] from='client.36010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:26.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:25.207655+0000 mgr.smithi115.zzjgkn (mgr.34102) 2003 : audit [DBG] from='client.36014 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:26.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:25.546963+0000 mon.smithi115 (mon.0) 2036 : audit [DBG] from='client.? 172.21.15.115:0/1709963377' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:16:26.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:25.823386+0000 mgr.smithi115.zzjgkn (mgr.34102) 2004 : audit [DBG] from='client.36022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:27.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:26.183310+0000 mgr.smithi115.zzjgkn (mgr.34102) 2005 : cluster [DBG] pgmap v1533: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:26.183310+0000 mgr.smithi115.zzjgkn (mgr.34102) 2005 : cluster [DBG] pgmap v1533: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:29.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:28.183844+0000 mgr.smithi115.zzjgkn (mgr.34102) 2006 : cluster [DBG] pgmap v1534: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:28.183844+0000 mgr.smithi115.zzjgkn (mgr.34102) 2006 : cluster [DBG] pgmap v1534: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:31.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:30.184645+0000 mgr.smithi115.zzjgkn (mgr.34102) 2007 : cluster [DBG] pgmap v1535: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:30.184645+0000 mgr.smithi115.zzjgkn (mgr.34102) 2007 : cluster [DBG] pgmap v1535: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:32.185229+0000 mgr.smithi115.zzjgkn (mgr.34102) 2008 : cluster [DBG] pgmap v1536: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:32.185229+0000 mgr.smithi115.zzjgkn (mgr.34102) 2008 : cluster [DBG] pgmap v1536: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:35.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:34.185759+0000 mgr.smithi115.zzjgkn (mgr.34102) 2009 : cluster [DBG] pgmap v1537: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:34.185759+0000 mgr.smithi115.zzjgkn (mgr.34102) 2009 : cluster [DBG] pgmap v1537: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:37.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:36.186549+0000 mgr.smithi115.zzjgkn (mgr.34102) 2010 : cluster [DBG] pgmap v1538: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:36.186549+0000 mgr.smithi115.zzjgkn (mgr.34102) 2010 : cluster [DBG] pgmap v1538: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:38.187200+0000 mgr.smithi115.zzjgkn (mgr.34102) 2011 : cluster [DBG] pgmap v1539: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:39.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:38.187200+0000 mgr.smithi115.zzjgkn (mgr.34102) 2011 : cluster [DBG] pgmap v1539: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:41.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:40.187835+0000 mgr.smithi115.zzjgkn (mgr.34102) 2012 : cluster [DBG] pgmap v1540: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:40.187835+0000 mgr.smithi115.zzjgkn (mgr.34102) 2012 : cluster [DBG] pgmap v1540: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:42.188347+0000 mgr.smithi115.zzjgkn (mgr.34102) 2013 : cluster [DBG] pgmap v1541: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:42.188347+0000 mgr.smithi115.zzjgkn (mgr.34102) 2013 : cluster [DBG] pgmap v1541: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:45.773 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:44.188969+0000 mgr.smithi115.zzjgkn (mgr.34102) 2014 : cluster [DBG] pgmap v1542: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:45.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:44.188969+0000 mgr.smithi115.zzjgkn (mgr.34102) 2014 : cluster [DBG] pgmap v1542: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:46.189611+0000 mgr.smithi115.zzjgkn (mgr.34102) 2015 : cluster [DBG] pgmap v1543: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:46.189611+0000 mgr.smithi115.zzjgkn (mgr.34102) 2015 : cluster [DBG] pgmap v1543: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:49.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:48.190134+0000 mgr.smithi115.zzjgkn (mgr.34102) 2016 : cluster [DBG] pgmap v1544: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:49.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:48.190134+0000 mgr.smithi115.zzjgkn (mgr.34102) 2016 : cluster [DBG] pgmap v1544: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:51.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:50.190728+0000 mgr.smithi115.zzjgkn (mgr.34102) 2017 : cluster [DBG] pgmap v1545: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:51.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:50.190728+0000 mgr.smithi115.zzjgkn (mgr.34102) 2017 : cluster [DBG] pgmap v1545: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:52.191452+0000 mgr.smithi115.zzjgkn (mgr.34102) 2018 : cluster [DBG] pgmap v1546: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:52.191452+0000 mgr.smithi115.zzjgkn (mgr.34102) 2018 : cluster [DBG] pgmap v1546: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:55.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:54.192089+0000 mgr.smithi115.zzjgkn (mgr.34102) 2019 : cluster [DBG] pgmap v1547: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:54.192089+0000 mgr.smithi115.zzjgkn (mgr.34102) 2019 : cluster [DBG] pgmap v1547: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:56.120 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:16:56.662 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:16:56.663 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (65m) 80s ago 71m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:16:56.663 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (39m) 6m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:16:56.663 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (39m) 80s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:16:56.663 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (68m) 80s ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:16:56.663 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 6m ago 2h 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:16:56.663 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 80s ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:16:56.663 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (65m) 6m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:16:56.663 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (55m) 80s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:16:56.663 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (50m) 6m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:16:56.663 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (44m) 80s ago 2h 145M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:16:56.663 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (71m) 6m ago 71m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:16:56.663 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (71m) 80s ago 71m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:16:56.663 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 6m ago 113m - - 2024-02-23T02:16:56.664 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 80s ago 111m - - 2024-02-23T02:16:56.664 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (33m) 6m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:16:56.664 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (28m) 6m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:16:56.664 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (23m) 6m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:16:56.667 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (17m) 6m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:16:56.667 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (11m) 80s ago 2h 262M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:16:56.667 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (6m) 80s ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:16:56.667 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (86s) 80s ago 2h 11.5M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:16:56.667 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 80s ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:16:56.667 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (71m) 80s ago 71m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:16:56.987 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:16:56.988 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:16:56.989 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:16:56.989 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 11 2024-02-23T02:16:56.989 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:16:56.989 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:16:57.261 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:16:57.261 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:16:57.261 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:16:57.261 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:16:57.262 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:16:57.262 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:16:57.262 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:16:57.262 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:16:57.262 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:16:57.262 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "13/23 daemons upgraded", 2024-02-23T02:16:57.262 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:16:57.262 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:16:57.262 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:16:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.107931+0000 mgr.smithi115.zzjgkn (mgr.34102) 2020 : audit [DBG] from='client.36026 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:56.192636+0000 mgr.smithi115.zzjgkn (mgr.34102) 2021 : cluster [DBG] pgmap v1548: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.381993+0000 mgr.smithi115.zzjgkn (mgr.34102) 2022 : audit [DBG] from='client.36030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.649961+0000 mgr.smithi115.zzjgkn (mgr.34102) 2023 : audit [DBG] from='client.36034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.651715+0000 mon.smithi115 (mon.0) 2037 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:16:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.652077+0000 mon.smithi115 (mon.0) 2038 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.652363+0000 mon.smithi115 (mon.0) 2039 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.652662+0000 mon.smithi115 (mon.0) 2040 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.652937+0000 mon.smithi115 (mon.0) 2041 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.654887+0000 mon.smithi115 (mon.0) 2042 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:16:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.655240+0000 mon.smithi115 (mon.0) 2043 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.655529+0000 mon.smithi115 (mon.0) 2044 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.655816+0000 mon.smithi115 (mon.0) 2045 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.656090+0000 mon.smithi115 (mon.0) 2046 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:56.986702+0000 mon.smithi115 (mon.0) 2047 : audit [DBG] from='client.? 172.21.15.115:0/2886479031' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:16:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.107931+0000 mgr.smithi115.zzjgkn (mgr.34102) 2020 : audit [DBG] from='client.36026 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:56.192636+0000 mgr.smithi115.zzjgkn (mgr.34102) 2021 : cluster [DBG] pgmap v1548: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.381993+0000 mgr.smithi115.zzjgkn (mgr.34102) 2022 : audit [DBG] from='client.36030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.649961+0000 mgr.smithi115.zzjgkn (mgr.34102) 2023 : audit [DBG] from='client.36034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.651715+0000 mon.smithi115 (mon.0) 2037 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:16:57.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.652077+0000 mon.smithi115 (mon.0) 2038 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.652363+0000 mon.smithi115 (mon.0) 2039 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.652662+0000 mon.smithi115 (mon.0) 2040 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.652937+0000 mon.smithi115 (mon.0) 2041 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.654887+0000 mon.smithi115 (mon.0) 2042 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:16:57.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.655240+0000 mon.smithi115 (mon.0) 2043 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.655529+0000 mon.smithi115 (mon.0) 2044 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.655816+0000 mon.smithi115 (mon.0) 2045 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.656090+0000 mon.smithi115 (mon.0) 2046 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:16:57.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:56.986702+0000 mon.smithi115 (mon.0) 2047 : audit [DBG] from='client.? 172.21.15.115:0/2886479031' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:16:58.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:16:57.260073+0000 mgr.smithi115.zzjgkn (mgr.34102) 2024 : audit [DBG] from='client.36042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:16:57.260073+0000 mgr.smithi115.zzjgkn (mgr.34102) 2024 : audit [DBG] from='client.36042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:16:59.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:16:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:16:58.193064+0000 mgr.smithi115.zzjgkn (mgr.34102) 2025 : cluster [DBG] pgmap v1549: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:16:59.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:16:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:16:58.193064+0000 mgr.smithi115.zzjgkn (mgr.34102) 2025 : cluster [DBG] pgmap v1549: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:00.193816+0000 mgr.smithi115.zzjgkn (mgr.34102) 2026 : cluster [DBG] pgmap v1550: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:02.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:00.193816+0000 mgr.smithi115.zzjgkn (mgr.34102) 2026 : cluster [DBG] pgmap v1550: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:03.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:02.194516+0000 mgr.smithi115.zzjgkn (mgr.34102) 2027 : cluster [DBG] pgmap v1551: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:04.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:02.194516+0000 mgr.smithi115.zzjgkn (mgr.34102) 2027 : cluster [DBG] pgmap v1551: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:06.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:04.195100+0000 mgr.smithi115.zzjgkn (mgr.34102) 2028 : cluster [DBG] pgmap v1552: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:04.195100+0000 mgr.smithi115.zzjgkn (mgr.34102) 2028 : cluster [DBG] pgmap v1552: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:08.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:06.195731+0000 mgr.smithi115.zzjgkn (mgr.34102) 2029 : cluster [DBG] pgmap v1553: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:08.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:06.195731+0000 mgr.smithi115.zzjgkn (mgr.34102) 2029 : cluster [DBG] pgmap v1553: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:10.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:08.196395+0000 mgr.smithi115.zzjgkn (mgr.34102) 2030 : cluster [DBG] pgmap v1554: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:08.196395+0000 mgr.smithi115.zzjgkn (mgr.34102) 2030 : cluster [DBG] pgmap v1554: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:11.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:09.907604+0000 mon.smithi115 (mon.0) 2048 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-02-23T02:17:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:09.907908+0000 mon.smithi115 (mon.0) 2049 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:17:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:09.908163+0000 mon.smithi115 (mon.0) 2050 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T02:17:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:09.908423+0000 mon.smithi115 (mon.0) 2051 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:17:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:09.907604+0000 mon.smithi115 (mon.0) 2048 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-02-23T02:17:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:09.907908+0000 mon.smithi115 (mon.0) 2049 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:17:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:09.908163+0000 mon.smithi115 (mon.0) 2050 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T02:17:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:09.908423+0000 mon.smithi115 (mon.0) 2051 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:17:12.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:10.197122+0000 mgr.smithi115.zzjgkn (mgr.34102) 2031 : cluster [DBG] pgmap v1555: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:10.197122+0000 mgr.smithi115.zzjgkn (mgr.34102) 2031 : cluster [DBG] pgmap v1555: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:13.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:12.197735+0000 mgr.smithi115.zzjgkn (mgr.34102) 2032 : cluster [DBG] pgmap v1556: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:12.197735+0000 mgr.smithi115.zzjgkn (mgr.34102) 2032 : cluster [DBG] pgmap v1556: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:16.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:14.198198+0000 mgr.smithi115.zzjgkn (mgr.34102) 2033 : cluster [DBG] pgmap v1557: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:14.198198+0000 mgr.smithi115.zzjgkn (mgr.34102) 2033 : cluster [DBG] pgmap v1557: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:18.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:16.198748+0000 mgr.smithi115.zzjgkn (mgr.34102) 2034 : cluster [DBG] pgmap v1558: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:16.198748+0000 mgr.smithi115.zzjgkn (mgr.34102) 2034 : cluster [DBG] pgmap v1558: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:20.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:18.199360+0000 mgr.smithi115.zzjgkn (mgr.34102) 2035 : cluster [DBG] pgmap v1559: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:18.199360+0000 mgr.smithi115.zzjgkn (mgr.34102) 2035 : cluster [DBG] pgmap v1559: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:20.199979+0000 mgr.smithi115.zzjgkn (mgr.34102) 2036 : cluster [DBG] pgmap v1560: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:20.199979+0000 mgr.smithi115.zzjgkn (mgr.34102) 2036 : cluster [DBG] pgmap v1560: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:22.200569+0000 mgr.smithi115.zzjgkn (mgr.34102) 2037 : cluster [DBG] pgmap v1561: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:22.200569+0000 mgr.smithi115.zzjgkn (mgr.34102) 2037 : cluster [DBG] pgmap v1561: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:26.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:24.201093+0000 mgr.smithi115.zzjgkn (mgr.34102) 2038 : cluster [DBG] pgmap v1562: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:24.201093+0000 mgr.smithi115.zzjgkn (mgr.34102) 2038 : cluster [DBG] pgmap v1562: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:27.559 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:17:28.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:26.201857+0000 mgr.smithi115.zzjgkn (mgr.34102) 2039 : cluster [DBG] pgmap v1563: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:26.201857+0000 mgr.smithi115.zzjgkn (mgr.34102) 2039 : cluster [DBG] pgmap v1563: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:28.100 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:17:28.100 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (66m) 112s ago 72m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:17:28.100 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (39m) 7m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:17:28.100 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (39m) 112s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:17:28.100 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (68m) 112s ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:17:28.100 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 7m ago 2h 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:17:28.100 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 112s ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:17:28.100 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (66m) 7m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (55m) 112s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (50m) 7m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (45m) 112s ago 2h 145M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (71m) 7m ago 71m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (71m) 112s ago 71m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 7m ago 113m - - 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 112s ago 111m - - 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (34m) 7m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (29m) 7m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (23m) 7m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (17m) 7m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (12m) 112s ago 2h 262M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (7m) 112s ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (118s) 112s ago 2h 11.5M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:17:28.101 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 112s ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:17:28.102 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (71m) 112s ago 71m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:17:28.425 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:17:28.425 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:17:28.425 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 11 2024-02-23T02:17:28.426 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:17:28.427 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:17:28.700 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:17:28.701 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:17:28.701 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:17:28.701 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:17:28.701 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:17:28.701 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:17:28.701 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:17:28.701 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:17:28.701 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:17:28.701 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "13/23 daemons upgraded", 2024-02-23T02:17:28.701 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:17:28.701 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:17:28.701 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:17:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:27.547154+0000 mgr.smithi115.zzjgkn (mgr.34102) 2040 : audit [DBG] from='client.36046 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:17:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:27.823945+0000 mgr.smithi115.zzjgkn (mgr.34102) 2041 : audit [DBG] from='client.36050 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:17:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:28.089524+0000 mon.smithi115 (mon.0) 2052 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:17:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:28.089856+0000 mon.smithi115 (mon.0) 2053 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:28.090115+0000 mon.smithi115 (mon.0) 2054 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:28.090353+0000 mon.smithi115 (mon.0) 2055 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:28.090581+0000 mon.smithi115 (mon.0) 2056 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:28.092386+0000 mon.smithi115 (mon.0) 2057 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:17:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:28.092642+0000 mon.smithi115 (mon.0) 2058 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:28.092880+0000 mon.smithi115 (mon.0) 2059 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:28.093105+0000 mon.smithi115 (mon.0) 2060 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:28.093328+0000 mon.smithi115 (mon.0) 2061 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:28.424435+0000 mon.smithi115 (mon.0) 2062 : audit [DBG] from='client.? 172.21.15.115:0/4125174311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:17:29.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:27.547154+0000 mgr.smithi115.zzjgkn (mgr.34102) 2040 : audit [DBG] from='client.36046 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:17:29.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:27.823945+0000 mgr.smithi115.zzjgkn (mgr.34102) 2041 : audit [DBG] from='client.36050 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:17:29.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:28.089524+0000 mon.smithi115 (mon.0) 2052 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:17:29.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:28.089856+0000 mon.smithi115 (mon.0) 2053 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:28.090115+0000 mon.smithi115 (mon.0) 2054 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:28.090353+0000 mon.smithi115 (mon.0) 2055 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:28.090581+0000 mon.smithi115 (mon.0) 2056 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:28.092386+0000 mon.smithi115 (mon.0) 2057 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:17:29.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:28.092642+0000 mon.smithi115 (mon.0) 2058 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:28.092880+0000 mon.smithi115 (mon.0) 2059 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:28.093105+0000 mon.smithi115 (mon.0) 2060 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:28.093328+0000 mon.smithi115 (mon.0) 2061 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:17:29.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:28.424435+0000 mon.smithi115 (mon.0) 2062 : audit [DBG] from='client.? 172.21.15.115:0/4125174311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:17:30.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:28.087696+0000 mgr.smithi115.zzjgkn (mgr.34102) 2042 : audit [DBG] from='client.36054 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:17:30.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:28.202268+0000 mgr.smithi115.zzjgkn (mgr.34102) 2043 : cluster [DBG] pgmap v1564: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:30.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:28.699442+0000 mgr.smithi115.zzjgkn (mgr.34102) 2044 : audit [DBG] from='client.36062 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:17:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:28.087696+0000 mgr.smithi115.zzjgkn (mgr.34102) 2042 : audit [DBG] from='client.36054 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:17:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:28.202268+0000 mgr.smithi115.zzjgkn (mgr.34102) 2043 : cluster [DBG] pgmap v1564: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:28.699442+0000 mgr.smithi115.zzjgkn (mgr.34102) 2044 : audit [DBG] from='client.36062 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:17:32.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:30.202948+0000 mgr.smithi115.zzjgkn (mgr.34102) 2045 : cluster [DBG] pgmap v1565: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:30.202948+0000 mgr.smithi115.zzjgkn (mgr.34102) 2045 : cluster [DBG] pgmap v1565: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:33.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:32.203568+0000 mgr.smithi115.zzjgkn (mgr.34102) 2046 : cluster [DBG] pgmap v1566: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:32.203568+0000 mgr.smithi115.zzjgkn (mgr.34102) 2046 : cluster [DBG] pgmap v1566: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:36.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:34.204215+0000 mgr.smithi115.zzjgkn (mgr.34102) 2047 : cluster [DBG] pgmap v1567: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:34.204215+0000 mgr.smithi115.zzjgkn (mgr.34102) 2047 : cluster [DBG] pgmap v1567: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:38.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:36.204872+0000 mgr.smithi115.zzjgkn (mgr.34102) 2048 : cluster [DBG] pgmap v1568: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:36.204872+0000 mgr.smithi115.zzjgkn (mgr.34102) 2048 : cluster [DBG] pgmap v1568: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:40.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:38.205489+0000 mgr.smithi115.zzjgkn (mgr.34102) 2049 : cluster [DBG] pgmap v1569: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:38.205489+0000 mgr.smithi115.zzjgkn (mgr.34102) 2049 : cluster [DBG] pgmap v1569: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:40.206095+0000 mgr.smithi115.zzjgkn (mgr.34102) 2050 : cluster [DBG] pgmap v1570: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:42.075 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:40.206095+0000 mgr.smithi115.zzjgkn (mgr.34102) 2050 : cluster [DBG] pgmap v1570: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:42.206694+0000 mgr.smithi115.zzjgkn (mgr.34102) 2051 : cluster [DBG] pgmap v1571: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:42.206694+0000 mgr.smithi115.zzjgkn (mgr.34102) 2051 : cluster [DBG] pgmap v1571: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:44.207433+0000 mgr.smithi115.zzjgkn (mgr.34102) 2052 : cluster [DBG] pgmap v1572: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:44.207433+0000 mgr.smithi115.zzjgkn (mgr.34102) 2052 : cluster [DBG] pgmap v1572: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:47.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:46.208040+0000 mgr.smithi115.zzjgkn (mgr.34102) 2053 : cluster [DBG] pgmap v1573: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:48.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:46.208040+0000 mgr.smithi115.zzjgkn (mgr.34102) 2053 : cluster [DBG] pgmap v1573: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:50.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:48.208516+0000 mgr.smithi115.zzjgkn (mgr.34102) 2054 : cluster [DBG] pgmap v1574: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:48.208516+0000 mgr.smithi115.zzjgkn (mgr.34102) 2054 : cluster [DBG] pgmap v1574: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:52.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:50.209150+0000 mgr.smithi115.zzjgkn (mgr.34102) 2055 : cluster [DBG] pgmap v1575: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:50.209150+0000 mgr.smithi115.zzjgkn (mgr.34102) 2055 : cluster [DBG] pgmap v1575: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:53.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:52.209820+0000 mgr.smithi115.zzjgkn (mgr.34102) 2056 : cluster [DBG] pgmap v1576: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:54.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:52.209820+0000 mgr.smithi115.zzjgkn (mgr.34102) 2056 : cluster [DBG] pgmap v1576: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:56.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:54.210525+0000 mgr.smithi115.zzjgkn (mgr.34102) 2057 : cluster [DBG] pgmap v1577: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:56.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:54.210525+0000 mgr.smithi115.zzjgkn (mgr.34102) 2057 : cluster [DBG] pgmap v1577: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:58.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:56.211218+0000 mgr.smithi115.zzjgkn (mgr.34102) 2058 : cluster [DBG] pgmap v1578: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:56.211218+0000 mgr.smithi115.zzjgkn (mgr.34102) 2058 : cluster [DBG] pgmap v1578: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:17:58.999 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:17:59.542 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:17:59.542 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (66m) 2m ago 72m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:17:59.542 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (40m) 7m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:17:59.542 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (40m) 2m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (69m) 2m ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 7m ago 2h 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 2m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (66m) 7m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (56m) 2m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (51m) 7m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (45m) 2m ago 2h 145M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (72m) 7m ago 72m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (72m) 2m ago 72m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 7m ago 114m - - 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 112m - - 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (34m) 7m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (29m) 7m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (24m) 7m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:17:59.543 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (18m) 7m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:17:59.544 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (13m) 2m ago 2h 262M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:17:59.544 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (7m) 2m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:17:59.544 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (2m) 2m ago 2h 11.5M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:17:59.544 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 2m ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:17:59.544 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (72m) 2m ago 72m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:17:59.865 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:17:59.865 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:17:59.865 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:17:59.865 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:17:59.865 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:17:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:17:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:17:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:17:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:17:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T02:17:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:17:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:17:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:17:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:17:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:17:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:17:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 11 2024-02-23T02:17:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:17:59.867 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:18:00.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:17:58.211878+0000 mgr.smithi115.zzjgkn (mgr.34102) 2059 : cluster [DBG] pgmap v1579: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:59.531230+0000 mon.smithi115 (mon.0) 2063 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:18:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:59.531607+0000 mon.smithi115 (mon.0) 2064 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:59.531912+0000 mon.smithi115 (mon.0) 2065 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:59.532209+0000 mon.smithi115 (mon.0) 2066 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:59.532485+0000 mon.smithi115 (mon.0) 2067 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:59.534369+0000 mon.smithi115 (mon.0) 2068 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:18:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:59.534659+0000 mon.smithi115 (mon.0) 2069 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:59.534951+0000 mon.smithi115 (mon.0) 2070 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:59.535226+0000 mon.smithi115 (mon.0) 2071 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:17:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:59.535493+0000 mon.smithi115 (mon.0) 2072 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:17:58.211878+0000 mgr.smithi115.zzjgkn (mgr.34102) 2059 : cluster [DBG] pgmap v1579: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:59.531230+0000 mon.smithi115 (mon.0) 2063 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:18:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:59.531607+0000 mon.smithi115 (mon.0) 2064 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:59.531912+0000 mon.smithi115 (mon.0) 2065 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:59.532209+0000 mon.smithi115 (mon.0) 2066 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:59.532485+0000 mon.smithi115 (mon.0) 2067 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:59.534369+0000 mon.smithi115 (mon.0) 2068 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:18:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:59.534659+0000 mon.smithi115 (mon.0) 2069 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:59.534951+0000 mon.smithi115 (mon.0) 2070 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:59.535226+0000 mon.smithi115 (mon.0) 2071 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:17:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:59.535493+0000 mon.smithi115 (mon.0) 2072 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:00.141 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:18:00.141 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:18:00.141 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:18:00.142 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:18:00.142 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:18:00.142 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:18:00.142 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:18:00.142 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:18:00.142 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:18:00.142 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "13/23 daemons upgraded", 2024-02-23T02:18:00.142 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:18:00.142 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:18:00.142 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:18:01.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:58.987480+0000 mgr.smithi115.zzjgkn (mgr.34102) 2060 : audit [DBG] from='client.36066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:01.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:59.261571+0000 mgr.smithi115.zzjgkn (mgr.34102) 2061 : audit [DBG] from='client.36070 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:01.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:59.529504+0000 mgr.smithi115.zzjgkn (mgr.34102) 2062 : audit [DBG] from='client.36074 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:01.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:17:59.864246+0000 mon.smithi115 (mon.0) 2073 : audit [DBG] from='client.? 172.21.15.115:0/318233496' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:18:01.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:58.987480+0000 mgr.smithi115.zzjgkn (mgr.34102) 2060 : audit [DBG] from='client.36066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:01.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:59.261571+0000 mgr.smithi115.zzjgkn (mgr.34102) 2061 : audit [DBG] from='client.36070 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:01.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:59.529504+0000 mgr.smithi115.zzjgkn (mgr.34102) 2062 : audit [DBG] from='client.36074 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:01.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:17:59.864246+0000 mon.smithi115 (mon.0) 2073 : audit [DBG] from='client.? 172.21.15.115:0/318233496' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:18:02.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:00.140173+0000 mgr.smithi115.zzjgkn (mgr.34102) 2063 : audit [DBG] from='client.36082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:02.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:00.212702+0000 mgr.smithi115.zzjgkn (mgr.34102) 2064 : cluster [DBG] pgmap v1580: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:00.140173+0000 mgr.smithi115.zzjgkn (mgr.34102) 2063 : audit [DBG] from='client.36082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:00.212702+0000 mgr.smithi115.zzjgkn (mgr.34102) 2064 : cluster [DBG] pgmap v1580: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:03.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:02.213238+0000 mgr.smithi115.zzjgkn (mgr.34102) 2065 : cluster [DBG] pgmap v1581: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:02.213238+0000 mgr.smithi115.zzjgkn (mgr.34102) 2065 : cluster [DBG] pgmap v1581: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:06.015 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:04.213760+0000 mgr.smithi115.zzjgkn (mgr.34102) 2066 : cluster [DBG] pgmap v1582: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:06.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:04.213760+0000 mgr.smithi115.zzjgkn (mgr.34102) 2066 : cluster [DBG] pgmap v1582: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:18:05.734396+0000 mgr.smithi115.zzjgkn (mgr.34102) 2067 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:18:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:18:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:18:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:18:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:18:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:18:07.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:18:07.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:18:07.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:18:07.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:18:07.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:18:07.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:18:07.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:18:07.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:18:07.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:18:07.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:18:07.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:18:07.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:18:07.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:18:07.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:18:07.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:18:07.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:18:07.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:18:07.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:18:07.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:18:07.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:18:07.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:18:07.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:18:07.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:18:07.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:18:07.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:18:07.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:18:07.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:18:07.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:18:07.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:18:07.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:18:07.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:18:07.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:18:07.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:18:07.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:18:05.735303+0000 mgr.smithi115.zzjgkn (mgr.34102) 2068 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:18:07.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:18:05.735433+0000 mgr.smithi115.zzjgkn (mgr.34102) 2069 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:18:07.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:18:05.734396+0000 mgr.smithi115.zzjgkn (mgr.34102) 2067 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:18:07.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:18:07.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:18:07.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:18:07.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:18:07.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:18:07.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:18:07.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:18:07.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:18:07.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:18:07.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:18:07.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:18:07.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:18:07.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:18:07.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:18:07.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:18:07.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:18:07.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:18:07.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:18:07.036 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:18:07.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:18:07.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:18:07.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:18:07.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:18:07.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:18:07.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:18:07.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:18:07.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:18:07.037 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:18:07.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:18:07.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:18:07.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:18:07.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:18:07.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:18:07.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:18:07.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:18:07.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:18:07.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:18:07.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:18:07.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:18:07.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:18:07.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:18:07.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:18:07.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:18:07.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:18:07.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:18:07.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:18:07.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:18:07.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:18:07.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:18:07.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:18:07.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:18:07.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:18:05.735303+0000 mgr.smithi115.zzjgkn (mgr.34102) 2068 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:18:07.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:18:05.735433+0000 mgr.smithi115.zzjgkn (mgr.34102) 2069 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:18:08.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:06.214325+0000 mgr.smithi115.zzjgkn (mgr.34102) 2070 : cluster [DBG] pgmap v1583: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:08.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:06.214325+0000 mgr.smithi115.zzjgkn (mgr.34102) 2070 : cluster [DBG] pgmap v1583: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:10.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:08.214953+0000 mgr.smithi115.zzjgkn (mgr.34102) 2071 : cluster [DBG] pgmap v1584: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:08.214953+0000 mgr.smithi115.zzjgkn (mgr.34102) 2071 : cluster [DBG] pgmap v1584: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:11.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:09.911724+0000 mon.smithi115 (mon.0) 2074 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-23T02:18:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:09.912020+0000 mon.smithi115 (mon.0) 2075 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T02:18:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:09.912263+0000 mon.smithi115 (mon.0) 2076 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T02:18:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:09.912477+0000 mon.smithi115 (mon.0) 2077 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-23T02:18:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:09.911724+0000 mon.smithi115 (mon.0) 2074 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-23T02:18:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:09.912020+0000 mon.smithi115 (mon.0) 2075 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T02:18:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:09.912263+0000 mon.smithi115 (mon.0) 2076 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T02:18:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:09.912477+0000 mon.smithi115 (mon.0) 2077 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-23T02:18:12.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:10.215545+0000 mgr.smithi115.zzjgkn (mgr.34102) 2072 : cluster [DBG] pgmap v1585: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:10.215545+0000 mgr.smithi115.zzjgkn (mgr.34102) 2072 : cluster [DBG] pgmap v1585: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:12.216198+0000 mgr.smithi115.zzjgkn (mgr.34102) 2073 : cluster [DBG] pgmap v1586: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:14.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:12.216198+0000 mgr.smithi115.zzjgkn (mgr.34102) 2073 : cluster [DBG] pgmap v1586: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:16.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:14.216767+0000 mgr.smithi115.zzjgkn (mgr.34102) 2074 : cluster [DBG] pgmap v1587: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:14.216767+0000 mgr.smithi115.zzjgkn (mgr.34102) 2074 : cluster [DBG] pgmap v1587: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:18.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:16.217497+0000 mgr.smithi115.zzjgkn (mgr.34102) 2075 : cluster [DBG] pgmap v1588: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:16.217497+0000 mgr.smithi115.zzjgkn (mgr.34102) 2075 : cluster [DBG] pgmap v1588: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:20.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:18.218026+0000 mgr.smithi115.zzjgkn (mgr.34102) 2076 : cluster [DBG] pgmap v1589: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:18.218026+0000 mgr.smithi115.zzjgkn (mgr.34102) 2076 : cluster [DBG] pgmap v1589: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:20.218657+0000 mgr.smithi115.zzjgkn (mgr.34102) 2077 : cluster [DBG] pgmap v1590: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:20.218657+0000 mgr.smithi115.zzjgkn (mgr.34102) 2077 : cluster [DBG] pgmap v1590: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:24.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:22.219137+0000 mgr.smithi115.zzjgkn (mgr.34102) 2078 : cluster [DBG] pgmap v1591: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:22.219137+0000 mgr.smithi115.zzjgkn (mgr.34102) 2078 : cluster [DBG] pgmap v1591: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:26.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:24.219911+0000 mgr.smithi115.zzjgkn (mgr.34102) 2079 : cluster [DBG] pgmap v1592: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:24.219911+0000 mgr.smithi115.zzjgkn (mgr.34102) 2079 : cluster [DBG] pgmap v1592: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:28.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:26.220576+0000 mgr.smithi115.zzjgkn (mgr.34102) 2080 : cluster [DBG] pgmap v1593: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:26.220576+0000 mgr.smithi115.zzjgkn (mgr.34102) 2080 : cluster [DBG] pgmap v1593: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:30.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:28.221121+0000 mgr.smithi115.zzjgkn (mgr.34102) 2081 : cluster [DBG] pgmap v1594: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:28.221121+0000 mgr.smithi115.zzjgkn (mgr.34102) 2081 : cluster [DBG] pgmap v1594: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:30.439 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:18:30.982 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:18:30.982 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (67m) 2m ago 73m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:18:30.983 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (40m) 8m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:18:30.983 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (40m) 2m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:18:30.983 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (70m) 2m ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:18:30.983 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 8m ago 2h 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:18:30.983 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 2m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:18:30.983 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (67m) 8m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:18:30.984 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (56m) 2m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:18:30.984 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (51m) 8m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:18:30.984 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (46m) 2m ago 2h 145M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:18:30.984 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (72m) 8m ago 72m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:18:30.984 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (72m) 2m ago 72m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:18:30.984 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 8m ago 114m - - 2024-02-23T02:18:30.984 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 112m - - 2024-02-23T02:18:30.984 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (35m) 8m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:18:30.984 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (30m) 8m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:18:30.984 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (24m) 8m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:18:30.984 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (18m) 8m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:18:30.985 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (13m) 2m ago 2h 262M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:18:30.985 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (8m) 2m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:18:30.985 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (3m) 2m ago 2h 11.5M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:18:30.985 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 2m ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:18:30.985 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (72m) 2m ago 72m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:18:31.307 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:18:31.307 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:18:31.307 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:18:31.307 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:18:31.307 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:18:31.307 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:18:31.308 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:18:31.308 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:18:31.308 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:18:31.308 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T02:18:31.308 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:18:31.308 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:18:31.308 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:18:31.308 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:18:31.308 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:18:31.308 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:18:31.308 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 11 2024-02-23T02:18:31.308 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:18:31.309 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:18:31.581 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:18:31.581 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:18:31.581 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:18:31.581 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:18:31.582 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:18:31.582 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:18:31.582 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:18:31.582 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:18:31.582 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:18:31.582 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "13/23 daemons upgraded", 2024-02-23T02:18:31.582 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:18:31.582 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:18:31.582 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:18:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:30.221790+0000 mgr.smithi115.zzjgkn (mgr.34102) 2082 : cluster [DBG] pgmap v1595: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:30.427459+0000 mgr.smithi115.zzjgkn (mgr.34102) 2083 : audit [DBG] from='client.36086 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:30.701388+0000 mgr.smithi115.zzjgkn (mgr.34102) 2084 : audit [DBG] from='client.36090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:30.971227+0000 mon.smithi115 (mon.0) 2078 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:18:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:30.971573+0000 mon.smithi115 (mon.0) 2079 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:30.971853+0000 mon.smithi115 (mon.0) 2080 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:30.972097+0000 mon.smithi115 (mon.0) 2081 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:30.972336+0000 mon.smithi115 (mon.0) 2082 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:30.974190+0000 mon.smithi115 (mon.0) 2083 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:18:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:30.974456+0000 mon.smithi115 (mon.0) 2084 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:30.974705+0000 mon.smithi115 (mon.0) 2085 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:30.974940+0000 mon.smithi115 (mon.0) 2086 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:30.975174+0000 mon.smithi115 (mon.0) 2087 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:31.305979+0000 mon.smithi115 (mon.0) 2088 : audit [DBG] from='client.? 172.21.15.115:0/2747396876' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:18:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:30.221790+0000 mgr.smithi115.zzjgkn (mgr.34102) 2082 : cluster [DBG] pgmap v1595: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:30.427459+0000 mgr.smithi115.zzjgkn (mgr.34102) 2083 : audit [DBG] from='client.36086 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:30.701388+0000 mgr.smithi115.zzjgkn (mgr.34102) 2084 : audit [DBG] from='client.36090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:30.971227+0000 mon.smithi115 (mon.0) 2078 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:18:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:30.971573+0000 mon.smithi115 (mon.0) 2079 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:30.971853+0000 mon.smithi115 (mon.0) 2080 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:30.972097+0000 mon.smithi115 (mon.0) 2081 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:30.972336+0000 mon.smithi115 (mon.0) 2082 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:30.974190+0000 mon.smithi115 (mon.0) 2083 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:18:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:30.974456+0000 mon.smithi115 (mon.0) 2084 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:30.974705+0000 mon.smithi115 (mon.0) 2085 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:30.974940+0000 mon.smithi115 (mon.0) 2086 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:30.975174+0000 mon.smithi115 (mon.0) 2087 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:18:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:31.305979+0000 mon.smithi115 (mon.0) 2088 : audit [DBG] from='client.? 172.21.15.115:0/2747396876' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:18:33.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:30.969426+0000 mgr.smithi115.zzjgkn (mgr.34102) 2085 : audit [DBG] from='client.36094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:33.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:18:31.580220+0000 mgr.smithi115.zzjgkn (mgr.34102) 2086 : audit [DBG] from='client.36102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:33.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:30.969426+0000 mgr.smithi115.zzjgkn (mgr.34102) 2085 : audit [DBG] from='client.36094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:33.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:18:31.580220+0000 mgr.smithi115.zzjgkn (mgr.34102) 2086 : audit [DBG] from='client.36102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:18:34.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:32.222268+0000 mgr.smithi115.zzjgkn (mgr.34102) 2087 : cluster [DBG] pgmap v1596: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:32.222268+0000 mgr.smithi115.zzjgkn (mgr.34102) 2087 : cluster [DBG] pgmap v1596: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:36.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:34.222969+0000 mgr.smithi115.zzjgkn (mgr.34102) 2088 : cluster [DBG] pgmap v1597: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:36.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:34.222969+0000 mgr.smithi115.zzjgkn (mgr.34102) 2088 : cluster [DBG] pgmap v1597: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:38.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:36.223521+0000 mgr.smithi115.zzjgkn (mgr.34102) 2089 : cluster [DBG] pgmap v1598: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:36.223521+0000 mgr.smithi115.zzjgkn (mgr.34102) 2089 : cluster [DBG] pgmap v1598: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:40.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:38.224067+0000 mgr.smithi115.zzjgkn (mgr.34102) 2090 : cluster [DBG] pgmap v1599: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:38.224067+0000 mgr.smithi115.zzjgkn (mgr.34102) 2090 : cluster [DBG] pgmap v1599: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:42.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:40.224684+0000 mgr.smithi115.zzjgkn (mgr.34102) 2091 : cluster [DBG] pgmap v1600: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:40.224684+0000 mgr.smithi115.zzjgkn (mgr.34102) 2091 : cluster [DBG] pgmap v1600: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:44.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:42.225386+0000 mgr.smithi115.zzjgkn (mgr.34102) 2092 : cluster [DBG] pgmap v1601: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:42.225386+0000 mgr.smithi115.zzjgkn (mgr.34102) 2092 : cluster [DBG] pgmap v1601: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:44.226079+0000 mgr.smithi115.zzjgkn (mgr.34102) 2093 : cluster [DBG] pgmap v1602: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:44.226079+0000 mgr.smithi115.zzjgkn (mgr.34102) 2093 : cluster [DBG] pgmap v1602: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:48.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:46.226766+0000 mgr.smithi115.zzjgkn (mgr.34102) 2094 : cluster [DBG] pgmap v1603: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:46.226766+0000 mgr.smithi115.zzjgkn (mgr.34102) 2094 : cluster [DBG] pgmap v1603: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:48.227434+0000 mgr.smithi115.zzjgkn (mgr.34102) 2095 : cluster [DBG] pgmap v1604: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:48.227434+0000 mgr.smithi115.zzjgkn (mgr.34102) 2095 : cluster [DBG] pgmap v1604: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:52.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:50.227988+0000 mgr.smithi115.zzjgkn (mgr.34102) 2096 : cluster [DBG] pgmap v1605: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:50.227988+0000 mgr.smithi115.zzjgkn (mgr.34102) 2096 : cluster [DBG] pgmap v1605: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:54.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:52.228730+0000 mgr.smithi115.zzjgkn (mgr.34102) 2097 : cluster [DBG] pgmap v1606: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:54.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:52.228730+0000 mgr.smithi115.zzjgkn (mgr.34102) 2097 : cluster [DBG] pgmap v1606: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:56.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:54.229229+0000 mgr.smithi115.zzjgkn (mgr.34102) 2098 : cluster [DBG] pgmap v1607: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:56.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:54.229229+0000 mgr.smithi115.zzjgkn (mgr.34102) 2098 : cluster [DBG] pgmap v1607: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:58.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:56.230083+0000 mgr.smithi115.zzjgkn (mgr.34102) 2099 : cluster [DBG] pgmap v1608: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:18:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:56.230083+0000 mgr.smithi115.zzjgkn (mgr.34102) 2099 : cluster [DBG] pgmap v1608: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:18:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:18:58.230697+0000 mgr.smithi115.zzjgkn (mgr.34102) 2100 : cluster [DBG] pgmap v1609: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:18:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:18:58.230697+0000 mgr.smithi115.zzjgkn (mgr.34102) 2100 : cluster [DBG] pgmap v1609: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:01.880 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:19:02.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:00.231401+0000 mgr.smithi115.zzjgkn (mgr.34102) 2101 : cluster [DBG] pgmap v1610: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:00.231401+0000 mgr.smithi115.zzjgkn (mgr.34102) 2101 : cluster [DBG] pgmap v1610: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:02.424 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:19:02.424 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (68m) 3m ago 73m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:19:02.424 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (41m) 8m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:19:02.424 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (41m) 3m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:19:02.424 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (70m) 3m ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:19:02.424 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 8m ago 2h 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:19:02.424 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 3m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:19:02.424 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (67m) 8m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:19:02.425 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (57m) 3m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:19:02.425 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (52m) 8m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:19:02.425 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (46m) 3m ago 2h 145M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:19:02.425 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (73m) 8m ago 73m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:19:02.425 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (73m) 3m ago 73m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:19:02.425 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 8m ago 115m - - 2024-02-23T02:19:02.425 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 113m - - 2024-02-23T02:19:02.425 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (35m) 8m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:19:02.425 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (30m) 8m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:19:02.426 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (25m) 8m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:19:02.426 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (19m) 8m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:19:02.426 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (14m) 3m ago 2h 262M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:19:02.426 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (8m) 3m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:19:02.426 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (3m) 3m ago 2h 11.5M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:19:02.426 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 3m ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:19:02.426 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (73m) 3m ago 73m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:19:02.747 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:19:02.747 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:19:02.748 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:19:02.749 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 11 2024-02-23T02:19:02.749 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:19:02.749 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:19:03.025 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:19:03.025 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:19:03.025 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:19:03.025 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:19:03.025 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:19:03.025 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:19:03.025 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:19:03.025 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:19:03.025 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:19:03.025 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "13/23 daemons upgraded", 2024-02-23T02:19:03.025 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:19:03.025 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:19:03.026 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:19:03.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:02.412822+0000 mon.smithi115 (mon.0) 2089 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:19:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:02.413189+0000 mon.smithi115 (mon.0) 2090 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:02.413470+0000 mon.smithi115 (mon.0) 2091 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:02.413726+0000 mon.smithi115 (mon.0) 2092 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:02.413975+0000 mon.smithi115 (mon.0) 2093 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:02.415840+0000 mon.smithi115 (mon.0) 2094 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:19:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:02.416111+0000 mon.smithi115 (mon.0) 2095 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:02.416363+0000 mon.smithi115 (mon.0) 2096 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:02.416601+0000 mon.smithi115 (mon.0) 2097 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:02.416852+0000 mon.smithi115 (mon.0) 2098 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:02.746433+0000 mon.smithi115 (mon.0) 2099 : audit [DBG] from='client.? 172.21.15.115:0/2270863643' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:19:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:02.412822+0000 mon.smithi115 (mon.0) 2089 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:19:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:02.413189+0000 mon.smithi115 (mon.0) 2090 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:02.413470+0000 mon.smithi115 (mon.0) 2091 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:02.413726+0000 mon.smithi115 (mon.0) 2092 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:02.413975+0000 mon.smithi115 (mon.0) 2093 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:02.415840+0000 mon.smithi115 (mon.0) 2094 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:19:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:02.416111+0000 mon.smithi115 (mon.0) 2095 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:02.416363+0000 mon.smithi115 (mon.0) 2096 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:02.416601+0000 mon.smithi115 (mon.0) 2097 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:02.416852+0000 mon.smithi115 (mon.0) 2098 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:03.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:02.746433+0000 mon.smithi115 (mon.0) 2099 : audit [DBG] from='client.? 172.21.15.115:0/2270863643' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:19:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:01.868083+0000 mgr.smithi115.zzjgkn (mgr.34102) 2102 : audit [DBG] from='client.36106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:02.144122+0000 mgr.smithi115.zzjgkn (mgr.34102) 2103 : audit [DBG] from='client.36110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:02.231912+0000 mgr.smithi115.zzjgkn (mgr.34102) 2104 : cluster [DBG] pgmap v1611: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:02.411049+0000 mgr.smithi115.zzjgkn (mgr.34102) 2105 : audit [DBG] from='client.36114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:01.868083+0000 mgr.smithi115.zzjgkn (mgr.34102) 2102 : audit [DBG] from='client.36106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:02.144122+0000 mgr.smithi115.zzjgkn (mgr.34102) 2103 : audit [DBG] from='client.36110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:02.231912+0000 mgr.smithi115.zzjgkn (mgr.34102) 2104 : cluster [DBG] pgmap v1611: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:02.411049+0000 mgr.smithi115.zzjgkn (mgr.34102) 2105 : audit [DBG] from='client.36114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:05.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:03.023561+0000 mgr.smithi115.zzjgkn (mgr.34102) 2106 : audit [DBG] from='client.36122 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:05.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:03.023561+0000 mgr.smithi115.zzjgkn (mgr.34102) 2106 : audit [DBG] from='client.36122 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:04.232563+0000 mgr.smithi115.zzjgkn (mgr.34102) 2107 : cluster [DBG] pgmap v1612: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:06.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:04.232563+0000 mgr.smithi115.zzjgkn (mgr.34102) 2107 : cluster [DBG] pgmap v1612: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:08.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:06.233149+0000 mgr.smithi115.zzjgkn (mgr.34102) 2108 : cluster [DBG] pgmap v1613: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:08.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:06.233149+0000 mgr.smithi115.zzjgkn (mgr.34102) 2108 : cluster [DBG] pgmap v1613: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:08.233642+0000 mgr.smithi115.zzjgkn (mgr.34102) 2109 : cluster [DBG] pgmap v1614: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:08.233642+0000 mgr.smithi115.zzjgkn (mgr.34102) 2109 : cluster [DBG] pgmap v1614: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:09.915655+0000 mon.smithi115 (mon.0) 2100 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-23T02:19:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:09.915952+0000 mon.smithi115 (mon.0) 2101 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:19:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:09.916235+0000 mon.smithi115 (mon.0) 2102 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T02:19:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:09.916486+0000 mon.smithi115 (mon.0) 2103 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-23T02:19:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:09.915655+0000 mon.smithi115 (mon.0) 2100 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-23T02:19:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:09.915952+0000 mon.smithi115 (mon.0) 2101 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:19:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:09.916235+0000 mon.smithi115 (mon.0) 2102 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-23T02:19:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:09.916486+0000 mon.smithi115 (mon.0) 2103 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-23T02:19:12.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:10.234381+0000 mgr.smithi115.zzjgkn (mgr.34102) 2110 : cluster [DBG] pgmap v1615: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:10.234381+0000 mgr.smithi115.zzjgkn (mgr.34102) 2110 : cluster [DBG] pgmap v1615: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:14.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:12.235167+0000 mgr.smithi115.zzjgkn (mgr.34102) 2111 : cluster [DBG] pgmap v1616: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:14.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:12.235167+0000 mgr.smithi115.zzjgkn (mgr.34102) 2111 : cluster [DBG] pgmap v1616: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:14.235839+0000 mgr.smithi115.zzjgkn (mgr.34102) 2112 : cluster [DBG] pgmap v1617: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:16.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:14.235839+0000 mgr.smithi115.zzjgkn (mgr.34102) 2112 : cluster [DBG] pgmap v1617: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:16.236546+0000 mgr.smithi115.zzjgkn (mgr.34102) 2113 : cluster [DBG] pgmap v1618: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:18.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:16.236546+0000 mgr.smithi115.zzjgkn (mgr.34102) 2113 : cluster [DBG] pgmap v1618: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:18.237148+0000 mgr.smithi115.zzjgkn (mgr.34102) 2114 : cluster [DBG] pgmap v1619: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:18.237148+0000 mgr.smithi115.zzjgkn (mgr.34102) 2114 : cluster [DBG] pgmap v1619: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:22.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:20.237965+0000 mgr.smithi115.zzjgkn (mgr.34102) 2115 : cluster [DBG] pgmap v1620: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:20.237965+0000 mgr.smithi115.zzjgkn (mgr.34102) 2115 : cluster [DBG] pgmap v1620: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:22.238522+0000 mgr.smithi115.zzjgkn (mgr.34102) 2116 : cluster [DBG] pgmap v1621: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:22.238522+0000 mgr.smithi115.zzjgkn (mgr.34102) 2116 : cluster [DBG] pgmap v1621: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:26.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:24.239141+0000 mgr.smithi115.zzjgkn (mgr.34102) 2117 : cluster [DBG] pgmap v1622: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:24.239141+0000 mgr.smithi115.zzjgkn (mgr.34102) 2117 : cluster [DBG] pgmap v1622: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:28.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:26.239768+0000 mgr.smithi115.zzjgkn (mgr.34102) 2118 : cluster [DBG] pgmap v1623: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:28.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:26.239768+0000 mgr.smithi115.zzjgkn (mgr.34102) 2118 : cluster [DBG] pgmap v1623: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:28.240384+0000 mgr.smithi115.zzjgkn (mgr.34102) 2119 : cluster [DBG] pgmap v1624: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:28.240384+0000 mgr.smithi115.zzjgkn (mgr.34102) 2119 : cluster [DBG] pgmap v1624: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:30.241015+0000 mgr.smithi115.zzjgkn (mgr.34102) 2120 : cluster [DBG] pgmap v1625: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:30.241015+0000 mgr.smithi115.zzjgkn (mgr.34102) 2120 : cluster [DBG] pgmap v1625: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:33.323 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:19:33.872 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:19:33.873 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (68m) 3m ago 74m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:19:33.873 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (41m) 9m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:19:33.873 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (41m) 3m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:19:33.873 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (71m) 3m ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:19:33.873 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 9m ago 2h 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:19:33.873 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 3m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:19:33.873 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (68m) 9m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:19:33.873 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (57m) 3m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:19:33.873 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (52m) 9m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:19:33.873 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (47m) 3m ago 2h 145M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:19:33.873 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (73m) 9m ago 73m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:19:33.873 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (73m) 3m ago 73m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:19:33.873 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 9m ago 115m - - 2024-02-23T02:19:33.874 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 113m - - 2024-02-23T02:19:33.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (36m) 9m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:19:33.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (31m) 9m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:19:33.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (26m) 9m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:19:33.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (19m) 9m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:19:33.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (14m) 3m ago 2h 262M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:19:33.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (9m) 3m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:19:33.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (4m) 3m ago 2h 11.5M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:19:33.874 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 3m ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:19:33.874 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (74m) 3m ago 74m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:19:34.198 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:19:34.198 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:19:34.198 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:19:34.198 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:19:34.198 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:19:34.198 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:19:34.198 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:19:34.198 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:19:34.198 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:19:34.199 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T02:19:34.199 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:19:34.199 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:19:34.199 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:19:34.199 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:19:34.199 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:19:34.199 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:19:34.199 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 11 2024-02-23T02:19:34.199 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:19:34.199 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:19:34.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:32.241790+0000 mgr.smithi115.zzjgkn (mgr.34102) 2121 : cluster [DBG] pgmap v1626: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:34.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:32.241790+0000 mgr.smithi115.zzjgkn (mgr.34102) 2121 : cluster [DBG] pgmap v1626: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:34.474 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:19:34.474 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:19:34.474 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:19:34.474 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:19:34.474 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:19:34.474 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:19:34.474 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:19:34.474 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:19:34.474 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:19:34.474 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "13/23 daemons upgraded", 2024-02-23T02:19:34.474 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:19:34.475 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:19:34.475 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:19:35.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:33.311013+0000 mgr.smithi115.zzjgkn (mgr.34102) 2122 : audit [DBG] from='client.36126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:35.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:33.587547+0000 mgr.smithi115.zzjgkn (mgr.34102) 2123 : audit [DBG] from='client.36130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:35.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:33.860173+0000 mgr.smithi115.zzjgkn (mgr.34102) 2124 : audit [DBG] from='client.36134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:35.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:33.861964+0000 mon.smithi115 (mon.0) 2104 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:19:35.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:33.862263+0000 mon.smithi115 (mon.0) 2105 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:33.862538+0000 mon.smithi115 (mon.0) 2106 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:33.862786+0000 mon.smithi115 (mon.0) 2107 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:33.863043+0000 mon.smithi115 (mon.0) 2108 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:33.864931+0000 mon.smithi115 (mon.0) 2109 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:19:35.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:33.865200+0000 mon.smithi115 (mon.0) 2110 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:33.865458+0000 mon.smithi115 (mon.0) 2111 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:33.865714+0000 mon.smithi115 (mon.0) 2112 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:33.865962+0000 mon.smithi115 (mon.0) 2113 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:34.196889+0000 mon.smithi115 (mon.0) 2114 : audit [DBG] from='client.? 172.21.15.115:0/3939683039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:19:35.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:33.311013+0000 mgr.smithi115.zzjgkn (mgr.34102) 2122 : audit [DBG] from='client.36126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:35.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:33.587547+0000 mgr.smithi115.zzjgkn (mgr.34102) 2123 : audit [DBG] from='client.36130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:35.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:33.860173+0000 mgr.smithi115.zzjgkn (mgr.34102) 2124 : audit [DBG] from='client.36134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:35.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:33.861964+0000 mon.smithi115 (mon.0) 2104 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:19:35.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:33.862263+0000 mon.smithi115 (mon.0) 2105 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:33.862538+0000 mon.smithi115 (mon.0) 2106 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:33.862786+0000 mon.smithi115 (mon.0) 2107 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:33.863043+0000 mon.smithi115 (mon.0) 2108 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:33.864931+0000 mon.smithi115 (mon.0) 2109 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:19:35.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:33.865200+0000 mon.smithi115 (mon.0) 2110 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:33.865458+0000 mon.smithi115 (mon.0) 2111 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:33.865714+0000 mon.smithi115 (mon.0) 2112 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:33.865962+0000 mon.smithi115 (mon.0) 2113 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:19:35.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:34.196889+0000 mon.smithi115 (mon.0) 2114 : audit [DBG] from='client.? 172.21.15.115:0/3939683039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:19:36.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:34.242273+0000 mgr.smithi115.zzjgkn (mgr.34102) 2125 : cluster [DBG] pgmap v1627: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:36.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:19:34.472611+0000 mgr.smithi115.zzjgkn (mgr.34102) 2126 : audit [DBG] from='client.36142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:36.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:34.242273+0000 mgr.smithi115.zzjgkn (mgr.34102) 2125 : cluster [DBG] pgmap v1627: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:36.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:19:34.472611+0000 mgr.smithi115.zzjgkn (mgr.34102) 2126 : audit [DBG] from='client.36142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:19:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:36.243075+0000 mgr.smithi115.zzjgkn (mgr.34102) 2127 : cluster [DBG] pgmap v1628: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:36.243075+0000 mgr.smithi115.zzjgkn (mgr.34102) 2127 : cluster [DBG] pgmap v1628: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:38.243658+0000 mgr.smithi115.zzjgkn (mgr.34102) 2128 : cluster [DBG] pgmap v1629: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:40.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:38.243658+0000 mgr.smithi115.zzjgkn (mgr.34102) 2128 : cluster [DBG] pgmap v1629: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:40.244340+0000 mgr.smithi115.zzjgkn (mgr.34102) 2129 : cluster [DBG] pgmap v1630: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:40.244340+0000 mgr.smithi115.zzjgkn (mgr.34102) 2129 : cluster [DBG] pgmap v1630: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:44.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:42.244944+0000 mgr.smithi115.zzjgkn (mgr.34102) 2130 : cluster [DBG] pgmap v1631: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:44.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:42.244944+0000 mgr.smithi115.zzjgkn (mgr.34102) 2130 : cluster [DBG] pgmap v1631: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:45.275 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:44.245698+0000 mgr.smithi115.zzjgkn (mgr.34102) 2131 : cluster [DBG] pgmap v1632: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:45.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:44.245698+0000 mgr.smithi115.zzjgkn (mgr.34102) 2131 : cluster [DBG] pgmap v1632: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:47.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:46.246331+0000 mgr.smithi115.zzjgkn (mgr.34102) 2132 : cluster [DBG] pgmap v1633: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:46.246331+0000 mgr.smithi115.zzjgkn (mgr.34102) 2132 : cluster [DBG] pgmap v1633: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:49.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:48.246842+0000 mgr.smithi115.zzjgkn (mgr.34102) 2133 : cluster [DBG] pgmap v1634: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:49.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:48.246842+0000 mgr.smithi115.zzjgkn (mgr.34102) 2133 : cluster [DBG] pgmap v1634: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:51.688 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:50.247544+0000 mgr.smithi115.zzjgkn (mgr.34102) 2134 : cluster [DBG] pgmap v1635: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:51.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:50.247544+0000 mgr.smithi115.zzjgkn (mgr.34102) 2134 : cluster [DBG] pgmap v1635: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:53.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:52.248151+0000 mgr.smithi115.zzjgkn (mgr.34102) 2135 : cluster [DBG] pgmap v1636: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:52.248151+0000 mgr.smithi115.zzjgkn (mgr.34102) 2135 : cluster [DBG] pgmap v1636: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:55.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:54.248727+0000 mgr.smithi115.zzjgkn (mgr.34102) 2136 : cluster [DBG] pgmap v1637: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:54.248727+0000 mgr.smithi115.zzjgkn (mgr.34102) 2136 : cluster [DBG] pgmap v1637: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:56.249341+0000 mgr.smithi115.zzjgkn (mgr.34102) 2137 : cluster [DBG] pgmap v1638: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:56.249341+0000 mgr.smithi115.zzjgkn (mgr.34102) 2137 : cluster [DBG] pgmap v1638: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:19:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:19:58.250058+0000 mgr.smithi115.zzjgkn (mgr.34102) 2138 : cluster [DBG] pgmap v1639: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:19:59.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:19:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:19:58.250058+0000 mgr.smithi115.zzjgkn (mgr.34102) 2138 : cluster [DBG] pgmap v1639: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:00.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:00.000155+0000 mon.smithi115 (mon.0) 2115 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T02:20:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:00.000155+0000 mon.smithi115 (mon.0) 2115 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T02:20:01.689 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:00.250783+0000 mgr.smithi115.zzjgkn (mgr.34102) 2139 : cluster [DBG] pgmap v1640: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:01.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:00.250783+0000 mgr.smithi115.zzjgkn (mgr.34102) 2139 : cluster [DBG] pgmap v1640: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:02.251351+0000 mgr.smithi115.zzjgkn (mgr.34102) 2140 : cluster [DBG] pgmap v1641: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:02.251351+0000 mgr.smithi115.zzjgkn (mgr.34102) 2140 : cluster [DBG] pgmap v1641: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:04.769 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:20:05.315 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:20:05.315 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (69m) 4m ago 74m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:20:05.316 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (42m) 9m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:20:05.316 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (42m) 4m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:20:05.316 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (71m) 4m ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:20:05.316 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 9m ago 2h 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:20:05.316 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 4m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:20:05.317 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (68m) 9m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:20:05.317 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (58m) 4m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:20:05.317 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (53m) 9m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:20:05.317 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (47m) 4m ago 2h 145M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:20:05.317 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (74m) 9m ago 74m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:20:05.317 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (74m) 4m ago 74m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:20:05.317 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 9m ago 116m - - 2024-02-23T02:20:05.317 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 114m - - 2024-02-23T02:20:05.318 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (37m) 9m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:20:05.318 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (31m) 9m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:20:05.318 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (26m) 9m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:20:05.318 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (20m) 9m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:20:05.318 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (15m) 4m ago 2h 262M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:20:05.318 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (9m) 4m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:20:05.318 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (4m) 4m ago 2h 11.5M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:20:05.318 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 4m ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:20:05.318 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (74m) 4m ago 74m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:20:05.643 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:20:05.643 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:20:05.643 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:20:05.644 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 11 2024-02-23T02:20:05.645 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:20:05.645 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:20:05.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:04.251995+0000 mgr.smithi115.zzjgkn (mgr.34102) 2141 : cluster [DBG] pgmap v1642: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:04.757267+0000 mgr.smithi115.zzjgkn (mgr.34102) 2142 : audit [DBG] from='client.36146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.304183+0000 mon.smithi115 (mon.0) 2116 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:20:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.304534+0000 mon.smithi115 (mon.0) 2117 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.304801+0000 mon.smithi115 (mon.0) 2118 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.305045+0000 mon.smithi115 (mon.0) 2119 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.305278+0000 mon.smithi115 (mon.0) 2120 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.307114+0000 mon.smithi115 (mon.0) 2121 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:20:05.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.307361+0000 mon.smithi115 (mon.0) 2122 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.307596+0000 mon.smithi115 (mon.0) 2123 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.307839+0000 mon.smithi115 (mon.0) 2124 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.308071+0000 mon.smithi115 (mon.0) 2125 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:04.251995+0000 mgr.smithi115.zzjgkn (mgr.34102) 2141 : cluster [DBG] pgmap v1642: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:04.757267+0000 mgr.smithi115.zzjgkn (mgr.34102) 2142 : audit [DBG] from='client.36146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.304183+0000 mon.smithi115 (mon.0) 2116 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:20:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.304534+0000 mon.smithi115 (mon.0) 2117 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.304801+0000 mon.smithi115 (mon.0) 2118 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.305045+0000 mon.smithi115 (mon.0) 2119 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.305278+0000 mon.smithi115 (mon.0) 2120 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.307114+0000 mon.smithi115 (mon.0) 2121 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:20:05.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.307361+0000 mon.smithi115 (mon.0) 2122 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.307596+0000 mon.smithi115 (mon.0) 2123 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.307839+0000 mon.smithi115 (mon.0) 2124 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.308071+0000 mon.smithi115 (mon.0) 2125 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:05.916 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:20:05.917 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:20:05.917 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:20:05.917 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:20:05.917 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:20:05.917 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:20:05.917 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:20:05.917 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:20:05.917 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:20:05.917 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "13/23 daemons upgraded", 2024-02-23T02:20:05.917 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:20:05.917 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:20:05.917 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:20:06.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.036434+0000 mgr.smithi115.zzjgkn (mgr.34102) 2143 : audit [DBG] from='client.36150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:06.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.302419+0000 mgr.smithi115.zzjgkn (mgr.34102) 2144 : audit [DBG] from='client.36154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:06.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.642067+0000 mon.smithi115 (mon.0) 2126 : audit [DBG] from='client.? 172.21.15.115:0/2577791286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:20:06.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.036434+0000 mgr.smithi115.zzjgkn (mgr.34102) 2143 : audit [DBG] from='client.36150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:06.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.302419+0000 mgr.smithi115.zzjgkn (mgr.34102) 2144 : audit [DBG] from='client.36154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:06.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.642067+0000 mon.smithi115 (mon.0) 2126 : audit [DBG] from='client.? 172.21.15.115:0/2577791286' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:20:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:05.915411+0000 mgr.smithi115.zzjgkn (mgr.34102) 2145 : audit [DBG] from='client.36162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:06.252797+0000 mgr.smithi115.zzjgkn (mgr.34102) 2146 : cluster [DBG] pgmap v1643: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:05.915411+0000 mgr.smithi115.zzjgkn (mgr.34102) 2145 : audit [DBG] from='client.36162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:06.252797+0000 mgr.smithi115.zzjgkn (mgr.34102) 2146 : cluster [DBG] pgmap v1643: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:09.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:08.253417+0000 mgr.smithi115.zzjgkn (mgr.34102) 2147 : cluster [DBG] pgmap v1644: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:09.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:08.253417+0000 mgr.smithi115.zzjgkn (mgr.34102) 2147 : cluster [DBG] pgmap v1644: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:09.919672+0000 mon.smithi115 (mon.0) 2127 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-02-23T02:20:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:09.919996+0000 mon.smithi115 (mon.0) 2128 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T02:20:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:09.920237+0000 mon.smithi115 (mon.0) 2129 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T02:20:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:09.920476+0000 mon.smithi115 (mon.0) 2130 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:20:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:09.919672+0000 mon.smithi115 (mon.0) 2127 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-02-23T02:20:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:09.919996+0000 mon.smithi115 (mon.0) 2128 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T02:20:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:09.920237+0000 mon.smithi115 (mon.0) 2129 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T02:20:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:09.920476+0000 mon.smithi115 (mon.0) 2130 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:20:11.690 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:10.254038+0000 mgr.smithi115.zzjgkn (mgr.34102) 2148 : cluster [DBG] pgmap v1645: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:11.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:10.254038+0000 mgr.smithi115.zzjgkn (mgr.34102) 2148 : cluster [DBG] pgmap v1645: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:12.254582+0000 mgr.smithi115.zzjgkn (mgr.34102) 2149 : cluster [DBG] pgmap v1646: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:12.254582+0000 mgr.smithi115.zzjgkn (mgr.34102) 2149 : cluster [DBG] pgmap v1646: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:14.255306+0000 mgr.smithi115.zzjgkn (mgr.34102) 2150 : cluster [DBG] pgmap v1647: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:14.255306+0000 mgr.smithi115.zzjgkn (mgr.34102) 2150 : cluster [DBG] pgmap v1647: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:17.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:16.255932+0000 mgr.smithi115.zzjgkn (mgr.34102) 2151 : cluster [DBG] pgmap v1648: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:16.255932+0000 mgr.smithi115.zzjgkn (mgr.34102) 2151 : cluster [DBG] pgmap v1648: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:18.256462+0000 mgr.smithi115.zzjgkn (mgr.34102) 2152 : cluster [DBG] pgmap v1649: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:19.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:18.256462+0000 mgr.smithi115.zzjgkn (mgr.34102) 2152 : cluster [DBG] pgmap v1649: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:21.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:20.257083+0000 mgr.smithi115.zzjgkn (mgr.34102) 2153 : cluster [DBG] pgmap v1650: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:21.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:20.257083+0000 mgr.smithi115.zzjgkn (mgr.34102) 2153 : cluster [DBG] pgmap v1650: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:23.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:22.257643+0000 mgr.smithi115.zzjgkn (mgr.34102) 2154 : cluster [DBG] pgmap v1651: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:22.257643+0000 mgr.smithi115.zzjgkn (mgr.34102) 2154 : cluster [DBG] pgmap v1651: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:24.258259+0000 mgr.smithi115.zzjgkn (mgr.34102) 2155 : cluster [DBG] pgmap v1652: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:24.258259+0000 mgr.smithi115.zzjgkn (mgr.34102) 2155 : cluster [DBG] pgmap v1652: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:27.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:26.258835+0000 mgr.smithi115.zzjgkn (mgr.34102) 2156 : cluster [DBG] pgmap v1653: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:26.258835+0000 mgr.smithi115.zzjgkn (mgr.34102) 2156 : cluster [DBG] pgmap v1653: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:29.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:28.259385+0000 mgr.smithi115.zzjgkn (mgr.34102) 2157 : cluster [DBG] pgmap v1654: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:28.259385+0000 mgr.smithi115.zzjgkn (mgr.34102) 2157 : cluster [DBG] pgmap v1654: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:31.691 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:30.260164+0000 mgr.smithi115.zzjgkn (mgr.34102) 2158 : cluster [DBG] pgmap v1655: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:31.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:30.260164+0000 mgr.smithi115.zzjgkn (mgr.34102) 2158 : cluster [DBG] pgmap v1655: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:33.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:32.260908+0000 mgr.smithi115.zzjgkn (mgr.34102) 2159 : cluster [DBG] pgmap v1656: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:32.260908+0000 mgr.smithi115.zzjgkn (mgr.34102) 2159 : cluster [DBG] pgmap v1656: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:34.261420+0000 mgr.smithi115.zzjgkn (mgr.34102) 2160 : cluster [DBG] pgmap v1657: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:35.185418+0000 mon.smithi115 (mon.0) 2131 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:20:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:35.188075+0000 mon.smithi115 (mon.0) 2132 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:20:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:35.189507+0000 mon.smithi115 (mon.0) 2133 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:20:35.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:35.190872+0000 mon.smithi115 (mon.0) 2134 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:20:35.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:35.192394+0000 mon.smithi115 (mon.0) 2135 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-23T02:20:35.741 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:34.261420+0000 mgr.smithi115.zzjgkn (mgr.34102) 2160 : cluster [DBG] pgmap v1657: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:35.741 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:35.185418+0000 mon.smithi115 (mon.0) 2131 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:20:35.741 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:35.188075+0000 mon.smithi115 (mon.0) 2132 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:20:35.741 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:35.189507+0000 mon.smithi115 (mon.0) 2133 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:20:35.742 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:35.190872+0000 mon.smithi115 (mon.0) 2134 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:20:35.742 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:35.192394+0000 mon.smithi115 (mon.0) 2135 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-23T02:20:36.218 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:20:36.763 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:20:36.763 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (69m) 5m ago 75m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:20:36.763 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (42m) 10m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:20:36.763 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (42m) 5m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:20:36.763 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (72m) 5m ago 2h 37.9M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:20:36.763 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 10m ago 2h 37.0M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:20:36.763 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 5m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (69m) 10m ago 2h 449M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (58m) 5m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (53m) 10m ago 2h 263M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (48m) 5m ago 2h 145M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (75m) 10m ago 75m 102M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (74m) 5m ago 74m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 10m ago 116m - - 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 114m - - 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (37m) 10m ago 2h 266M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (32m) 10m ago 2h 222M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (27m) 10m ago 2h 197M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (20m) 10m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (15m) 5m ago 2h 262M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:20:36.764 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (10m) 5m ago 2h 250M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:20:36.765 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (5m) 5m ago 2h 11.5M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:20:36.765 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2h) 5m ago 2h 484M 4096M 15.2.13 2cf504fded39 b1aafc98b4c4 2024-02-23T02:20:36.765 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (75m) 5m ago 75m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:20:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:20:35.183168+0000 mgr.smithi115.zzjgkn (mgr.34102) 2161 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:20:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:20:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:20:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:20:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:20:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:20:36.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:20:36.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:20:36.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:20:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:20:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:20:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:20:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:35.192564+0000 mgr.smithi115.zzjgkn (mgr.34102) 2162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-23T02:20:36.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:20:35.193517+0000 mgr.smithi115.zzjgkn (mgr.34102) 2163 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-23T02:20:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:20:35.183168+0000 mgr.smithi115.zzjgkn (mgr.34102) 2161 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:20:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:20:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:20:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:20:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:20:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:20:36.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:20:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:20:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:20:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:20:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:20:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:20:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:20:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:20:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:20:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:20:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:20:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:20:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:20:36.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:20:36.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:20:36.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:20:36.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:20:36.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:20:36.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:20:36.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:20:36.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:35.192564+0000 mgr.smithi115.zzjgkn (mgr.34102) 2162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-23T02:20:36.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:20:35.193517+0000 mgr.smithi115.zzjgkn (mgr.34102) 2163 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-23T02:20:37.093 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:20:37.093 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 11 2024-02-23T02:20:37.094 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:20:37.095 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:20:37.366 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:20:37.367 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:20:37.367 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:20:37.367 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:20:37.367 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:20:37.367 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:20:37.367 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:20:37.367 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:20:37.367 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:20:37.367 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "13/23 daemons upgraded", 2024-02-23T02:20:37.367 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:20:37.367 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:20:37.367 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:20:37.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.206345+0000 mgr.smithi115.zzjgkn (mgr.34102) 2164 : audit [DBG] from='client.36166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:37.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:36.262028+0000 mgr.smithi115.zzjgkn (mgr.34102) 2165 : cluster [DBG] pgmap v1658: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:37.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.483310+0000 mgr.smithi115.zzjgkn (mgr.34102) 2166 : audit [DBG] from='client.36170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:37.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.750198+0000 mgr.smithi115.zzjgkn (mgr.34102) 2167 : audit [DBG] from='client.36174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:37.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.752028+0000 mon.smithi115 (mon.0) 2136 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:20:37.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.752342+0000 mon.smithi115 (mon.0) 2137 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.752604+0000 mon.smithi115 (mon.0) 2138 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.752865+0000 mon.smithi115 (mon.0) 2139 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.753104+0000 mon.smithi115 (mon.0) 2140 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.755094+0000 mon.smithi115 (mon.0) 2141 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:20:37.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.755375+0000 mon.smithi115 (mon.0) 2142 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.755647+0000 mon.smithi115 (mon.0) 2143 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.755902+0000 mon.smithi115 (mon.0) 2144 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.756252+0000 mon.smithi115 (mon.0) 2145 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:20:36.824436+0000 mgr.smithi115.zzjgkn (mgr.34102) 2168 : cephadm [INF] Upgrade: Updating osd.7 2024-02-23T02:20:37.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.828914+0000 mon.smithi115 (mon.0) 2146 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:37.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.829597+0000 mon.smithi115 (mon.0) 2147 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-23T02:20:37.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.830142+0000 mon.smithi115 (mon.0) 2148 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:20:37.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:20:36.831663+0000 mgr.smithi115.zzjgkn (mgr.34102) 2169 : cephadm [INF] Deploying daemon osd.7 on smithi131 2024-02-23T02:20:37.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:36.832181+0000 mon.smithi115 (mon.0) 2149 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-23T02:20:37.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:37.092417+0000 mon.smithi115 (mon.0) 2150 : audit [DBG] from='client.? 172.21.15.115:0/3600619341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:20:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.206345+0000 mgr.smithi115.zzjgkn (mgr.34102) 2164 : audit [DBG] from='client.36166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:36.262028+0000 mgr.smithi115.zzjgkn (mgr.34102) 2165 : cluster [DBG] pgmap v1658: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.483310+0000 mgr.smithi115.zzjgkn (mgr.34102) 2166 : audit [DBG] from='client.36170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.750198+0000 mgr.smithi115.zzjgkn (mgr.34102) 2167 : audit [DBG] from='client.36174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.752028+0000 mon.smithi115 (mon.0) 2136 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:20:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.752342+0000 mon.smithi115 (mon.0) 2137 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.752604+0000 mon.smithi115 (mon.0) 2138 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.752865+0000 mon.smithi115 (mon.0) 2139 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.753104+0000 mon.smithi115 (mon.0) 2140 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.755094+0000 mon.smithi115 (mon.0) 2141 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:20:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.755375+0000 mon.smithi115 (mon.0) 2142 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.755647+0000 mon.smithi115 (mon.0) 2143 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.755902+0000 mon.smithi115 (mon.0) 2144 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.756252+0000 mon.smithi115 (mon.0) 2145 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:20:36.824436+0000 mgr.smithi115.zzjgkn (mgr.34102) 2168 : cephadm [INF] Upgrade: Updating osd.7 2024-02-23T02:20:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.828914+0000 mon.smithi115 (mon.0) 2146 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.829597+0000 mon.smithi115 (mon.0) 2147 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-23T02:20:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.830142+0000 mon.smithi115 (mon.0) 2148 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:20:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:20:36.831663+0000 mgr.smithi115.zzjgkn (mgr.34102) 2169 : cephadm [INF] Deploying daemon osd.7 on smithi131 2024-02-23T02:20:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:36.832181+0000 mon.smithi115 (mon.0) 2149 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-23T02:20:37.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:37.092417+0000 mon.smithi115 (mon.0) 2150 : audit [DBG] from='client.? 172.21.15.115:0/3600619341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:20:38.667 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:37.365204+0000 mgr.smithi115.zzjgkn (mgr.34102) 2170 : audit [DBG] from='client.36182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:38.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:37.365204+0000 mgr.smithi115.zzjgkn (mgr.34102) 2170 : audit [DBG] from='client.36182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:20:39.609 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:38.262645+0000 mgr.smithi115.zzjgkn (mgr.34102) 2171 : cluster [DBG] pgmap v1659: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:38.262645+0000 mgr.smithi115.zzjgkn (mgr.34102) 2171 : cluster [DBG] pgmap v1659: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:40.029 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:39 smithi131 systemd[1]: Stopping Ceph osd.7 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:20:40.746 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:40 smithi131 bash[70588]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.7 2024-02-23T02:20:40.746 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.228201+0000 mon.smithi115 (mon.0) 2151 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-23T02:20:40.746 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.228238+0000 mon.smithi115 (mon.0) 2152 : cluster [INF] osd.7 failed (root=default,host=smithi131) (connection refused reported by osd.1) 2024-02-23T02:20:40.746 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.228392+0000 mon.smithi115 (mon.0) 2153 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-23T02:20:40.746 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.228546+0000 mon.smithi115 (mon.0) 2154 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-23T02:20:40.746 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.228652+0000 mon.smithi115 (mon.0) 2155 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-23T02:20:40.746 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.228742+0000 mon.smithi115 (mon.0) 2156 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-23T02:20:40.746 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.228829+0000 mon.smithi115 (mon.0) 2157 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-23T02:20:40.746 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.228912+0000 mon.smithi115 (mon.0) 2158 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-23T02:20:40.746 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.229033+0000 mon.smithi115 (mon.0) 2159 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-23T02:20:40.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.229122+0000 mon.smithi115 (mon.0) 2160 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-23T02:20:40.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.229208+0000 mon.smithi115 (mon.0) 2161 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-23T02:20:40.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.229323+0000 mon.smithi115 (mon.0) 2162 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-23T02:20:40.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.229442+0000 mon.smithi115 (mon.0) 2163 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-23T02:20:40.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.229557+0000 mon.smithi115 (mon.0) 2164 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-23T02:20:40.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.229686+0000 mon.smithi115 (mon.0) 2165 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.228201+0000 mon.smithi115 (mon.0) 2151 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.228238+0000 mon.smithi115 (mon.0) 2152 : cluster [INF] osd.7 failed (root=default,host=smithi131) (connection refused reported by osd.1) 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.228392+0000 mon.smithi115 (mon.0) 2153 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.228546+0000 mon.smithi115 (mon.0) 2154 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.228652+0000 mon.smithi115 (mon.0) 2155 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.228742+0000 mon.smithi115 (mon.0) 2156 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.228829+0000 mon.smithi115 (mon.0) 2157 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.228912+0000 mon.smithi115 (mon.0) 2158 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.229033+0000 mon.smithi115 (mon.0) 2159 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.229122+0000 mon.smithi115 (mon.0) 2160 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.229208+0000 mon.smithi115 (mon.0) 2161 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.229323+0000 mon.smithi115 (mon.0) 2162 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.229442+0000 mon.smithi115 (mon.0) 2163 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-23T02:20:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.229557+0000 mon.smithi115 (mon.0) 2164 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-23T02:20:40.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.229686+0000 mon.smithi115 (mon.0) 2165 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-23T02:20:41.459 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.263331+0000 mgr.smithi115.zzjgkn (mgr.34102) 2172 : cluster [DBG] pgmap v1660: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:41.459 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.424384+0000 mon.smithi115 (mon.0) 2166 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T02:20:41.459 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.424418+0000 mon.smithi115 (mon.0) 2167 : cluster [WRN] Health check failed: all OSDs are running pacific or later but require_osd_release < pacific (OSD_UPGRADE_FINISHED) 2024-02-23T02:20:41.459 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:40.435742+0000 mon.smithi115 (mon.0) 2168 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-23T02:20:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.263331+0000 mgr.smithi115.zzjgkn (mgr.34102) 2172 : cluster [DBG] pgmap v1660: 129 pgs: 129 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail 2024-02-23T02:20:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.424384+0000 mon.smithi115 (mon.0) 2166 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-23T02:20:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.424418+0000 mon.smithi115 (mon.0) 2167 : cluster [WRN] Health check failed: all OSDs are running pacific or later but require_osd_release < pacific (OSD_UPGRADE_FINISHED) 2024-02-23T02:20:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:40.435742+0000 mon.smithi115 (mon.0) 2168 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-23T02:20:42.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:41.435534+0000 mon.smithi115 (mon.0) 2169 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-23T02:20:42.530 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:42 smithi131 systemd[1]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.7.service: Succeeded. 2024-02-23T02:20:42.530 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:42 smithi131 systemd[1]: Stopped Ceph osd.7 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T02:20:42.530 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:42 smithi131 systemd[1]: Starting Ceph osd.7 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:20:42.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:41.435534+0000 mon.smithi115 (mon.0) 2169 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-23T02:20:43.463 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:43 smithi131 bash[70896]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-23T02:20:43.541 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:43 smithi131 bash[70896]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-23T02:20:43.541 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:43 smithi131 bash[70896]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2024-02-23T02:20:43.541 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:43 smithi131 bash[70896]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-02-23T02:20:43.541 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:43 smithi131 bash[70896]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-02-23T02:20:43.541 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:43 smithi131 bash[70896]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-23T02:20:43.541 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:43 smithi131 bash[70896]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-23T02:20:43.542 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:43 smithi131 bash[70896]: --> ceph-volume lvm activate successful for osd ID: 7 2024-02-23T02:20:43.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:42.264048+0000 mgr.smithi115.zzjgkn (mgr.34102) 2173 : cluster [DBG] pgmap v1663: 129 pgs: 4 active+undersized+degraded, 21 peering, 7 stale+active+clean, 4 active+undersized, 93 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 15/402 objects degraded (3.731%) 2024-02-23T02:20:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:42.451998+0000 mon.smithi115 (mon.0) 2170 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 21 pgs peering (PG_AVAILABILITY) 2024-02-23T02:20:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:42.452074+0000 mon.smithi115 (mon.0) 2171 : cluster [WRN] Health check failed: Degraded data redundancy: 15/402 objects degraded (3.731%), 4 pgs degraded (PG_DEGRADED) 2024-02-23T02:20:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:42.264048+0000 mgr.smithi115.zzjgkn (mgr.34102) 2173 : cluster [DBG] pgmap v1663: 129 pgs: 4 active+undersized+degraded, 21 peering, 7 stale+active+clean, 4 active+undersized, 93 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 15/402 objects degraded (3.731%) 2024-02-23T02:20:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:42.451998+0000 mon.smithi115 (mon.0) 2170 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 21 pgs peering (PG_AVAILABILITY) 2024-02-23T02:20:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:42.452074+0000 mon.smithi115 (mon.0) 2171 : cluster [WRN] Health check failed: Degraded data redundancy: 15/402 objects degraded (3.731%), 4 pgs degraded (PG_DEGRADED) 2024-02-23T02:20:44.336 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:20:44.250+0000 7fa116fcd700 1 -- 172.21.15.131:0/4159014508 <== mon.1 v2:172.21.15.131:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564c7898c680 con 0x564c78955400 2024-02-23T02:20:44.778 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:44 smithi131 bash[71163]: 60ea1ea463c9d3639c2163916fac9991db8008027a103cf92eec344858f5e811 2024-02-23T02:20:44.778 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:44 smithi131 systemd[1]: Started Ceph osd.7 for a7201934-d1dd-11ee-95c0-87774f69a715. 2024-02-23T02:20:45.029 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:20:44.775+0000 7fa11ea5b380 -1 Falling back to public interface 2024-02-23T02:20:45.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:44.264823+0000 mgr.smithi115.zzjgkn (mgr.34102) 2174 : cluster [DBG] pgmap v1664: 129 pgs: 13 active+undersized+degraded, 21 peering, 3 stale+active+clean, 13 active+undersized, 79 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 44/402 objects degraded (10.945%) 2024-02-23T02:20:45.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:44.381466+0000 mon.smithi115 (mon.0) 2172 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:45.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:44.382527+0000 mon.smithi115 (mon.0) 2173 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:20:45.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:44.622728+0000 mon.smithi115 (mon.0) 2174 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:45.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:44.624555+0000 mon.smithi115 (mon.0) 2175 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:20:45.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:44.626832+0000 mon.smithi115 (mon.0) 2176 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:45.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:44.627634+0000 mon.smithi115 (mon.0) 2177 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:20:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:44.264823+0000 mgr.smithi115.zzjgkn (mgr.34102) 2174 : cluster [DBG] pgmap v1664: 129 pgs: 13 active+undersized+degraded, 21 peering, 3 stale+active+clean, 13 active+undersized, 79 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 44/402 objects degraded (10.945%) 2024-02-23T02:20:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:44.381466+0000 mon.smithi115 (mon.0) 2172 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:44.382527+0000 mon.smithi115 (mon.0) 2173 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:20:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:44.622728+0000 mon.smithi115 (mon.0) 2174 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:44.624555+0000 mon.smithi115 (mon.0) 2175 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:20:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:44.626832+0000 mon.smithi115 (mon.0) 2176 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:44.627634+0000 mon.smithi115 (mon.0) 2177 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:20:46.743 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:46.381020+0000 mon.smithi115 (mon.0) 2178 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 21 pgs peering) 2024-02-23T02:20:46.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:46.381020+0000 mon.smithi115 (mon.0) 2178 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 21 pgs peering) 2024-02-23T02:20:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:46.265437+0000 mgr.smithi115.zzjgkn (mgr.34102) 2175 : cluster [DBG] pgmap v1665: 129 pgs: 21 active+undersized+degraded, 36 active+undersized, 72 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 74/402 objects degraded (18.408%) 2024-02-23T02:20:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:46.265437+0000 mgr.smithi115.zzjgkn (mgr.34102) 2175 : cluster [DBG] pgmap v1665: 129 pgs: 21 active+undersized+degraded, 36 active+undersized, 72 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 74/402 objects degraded (18.408%) 2024-02-23T02:20:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:47.489204+0000 mon.smithi115 (mon.0) 2179 : cluster [WRN] Health check update: Degraded data redundancy: 74/402 objects degraded (18.408%), 21 pgs degraded (PG_DEGRADED) 2024-02-23T02:20:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:47.696031+0000 mon.smithi115 (mon.0) 2180 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:47.972736+0000 mon.smithi115 (mon.0) 2181 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:47.973146+0000 mon.smithi115 (mon.0) 2182 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:47.973416+0000 mon.smithi115 (mon.0) 2183 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:47.973682+0000 mon.smithi115 (mon.0) 2184 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:47.973938+0000 mon.smithi115 (mon.0) 2185 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:47.974181+0000 mon.smithi115 (mon.0) 2186 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:47.974425+0000 mon.smithi115 (mon.0) 2187 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:47.974680+0000 mon.smithi115 (mon.0) 2188 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:47.974929+0000 mon.smithi115 (mon.0) 2189 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:20:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:47.975170+0000 mon.smithi115 (mon.0) 2190 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:47.489204+0000 mon.smithi115 (mon.0) 2179 : cluster [WRN] Health check update: Degraded data redundancy: 74/402 objects degraded (18.408%), 21 pgs degraded (PG_DEGRADED) 2024-02-23T02:20:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:47.696031+0000 mon.smithi115 (mon.0) 2180 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:47.972736+0000 mon.smithi115 (mon.0) 2181 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:47.973146+0000 mon.smithi115 (mon.0) 2182 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:47.973416+0000 mon.smithi115 (mon.0) 2183 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:47.973682+0000 mon.smithi115 (mon.0) 2184 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:47.973938+0000 mon.smithi115 (mon.0) 2185 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:48.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:47.974181+0000 mon.smithi115 (mon.0) 2186 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:48.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:47.974425+0000 mon.smithi115 (mon.0) 2187 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:48.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:47.974680+0000 mon.smithi115 (mon.0) 2188 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:48.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:47.974929+0000 mon.smithi115 (mon.0) 2189 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:20:48.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:47.975170+0000 mon.smithi115 (mon.0) 2190 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:48.265970+0000 mgr.smithi115.zzjgkn (mgr.34102) 2176 : cluster [DBG] pgmap v1666: 129 pgs: 21 active+undersized+degraded, 36 active+undersized, 72 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 74/402 objects degraded (18.408%) 2024-02-23T02:20:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:48.265970+0000 mgr.smithi115.zzjgkn (mgr.34102) 2176 : cluster [DBG] pgmap v1666: 129 pgs: 21 active+undersized+degraded, 36 active+undersized, 72 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 74/402 objects degraded (18.408%) 2024-02-23T02:20:51.227 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:20:50.868+0000 7fa11ea5b380 -1 osd.7 103 log_to_monitors {default=true} 2024-02-23T02:20:51.227 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:20:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:20:51.224+0000 7fa10d73d700 -1 osd.7 103 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-23T02:20:51.227 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:49.887639+0000 mon.smithi115 (mon.0) 2191 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:51.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.180648+0000 mon.smithi115 (mon.0) 2192 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:51.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.181174+0000 mon.smithi115 (mon.0) 2193 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:51.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.181650+0000 mon.smithi115 (mon.0) 2194 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:51.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.182097+0000 mon.smithi115 (mon.0) 2195 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:51.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.182562+0000 mon.smithi115 (mon.0) 2196 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:51.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.182988+0000 mon.smithi115 (mon.0) 2197 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:51.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.183426+0000 mon.smithi115 (mon.0) 2198 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:51.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.183848+0000 mon.smithi115 (mon.0) 2199 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:51.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.184288+0000 mon.smithi115 (mon.0) 2200 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:20:51.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.184717+0000 mon.smithi115 (mon.0) 2201 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:51.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.185330+0000 mon.smithi115 (mon.0) 2202 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:20:51.229 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.186129+0000 mon.smithi115 (mon.0) 2203 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:20:51.229 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:20:50.186884+0000 mgr.smithi115.zzjgkn (mgr.34102) 2177 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:20:51.229 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:50.187727+0000 mgr.smithi115.zzjgkn (mgr.34102) 2178 : cluster [DBG] pgmap v1667: 129 pgs: 21 active+undersized+degraded, 36 active+undersized, 72 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 74/402 objects degraded (18.408%) 2024-02-23T02:20:51.229 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:50.188062+0000 mgr.smithi115.zzjgkn (mgr.34102) 2179 : cluster [DBG] pgmap v1668: 129 pgs: 21 active+undersized+degraded, 36 active+undersized, 72 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 74/402 objects degraded (18.408%) 2024-02-23T02:20:51.229 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.194876+0000 mon.smithi115 (mon.0) 2204 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:51.229 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.198075+0000 mon.smithi115 (mon.0) 2205 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:20:51.229 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.204681+0000 mon.smithi115 (mon.0) 2206 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:51.229 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:20:50.206642+0000 mgr.smithi115.zzjgkn (mgr.34102) 2180 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:20:51.229 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:20:50.206791+0000 mgr.smithi115.zzjgkn (mgr.34102) 2181 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:20:51.229 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.873335+0000 mon.smithi131 (mon.1) 10 : audit [INF] from='osd.7 [v2:172.21.15.131:6824/41873903,v1:172.21.15.131:6825/41873903]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-23T02:20:51.229 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:50.873669+0000 mon.smithi115 (mon.0) 2207 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-23T02:20:51.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:49.887639+0000 mon.smithi115 (mon.0) 2191 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:51.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.180648+0000 mon.smithi115 (mon.0) 2192 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:51.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.181174+0000 mon.smithi115 (mon.0) 2193 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:51.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.181650+0000 mon.smithi115 (mon.0) 2194 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:51.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.182097+0000 mon.smithi115 (mon.0) 2195 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:51.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.182562+0000 mon.smithi115 (mon.0) 2196 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:51.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.182988+0000 mon.smithi115 (mon.0) 2197 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:51.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.183426+0000 mon.smithi115 (mon.0) 2198 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:51.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.183848+0000 mon.smithi115 (mon.0) 2199 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:20:51.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.184288+0000 mon.smithi115 (mon.0) 2200 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:20:51.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.184717+0000 mon.smithi115 (mon.0) 2201 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:20:51.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.185330+0000 mon.smithi115 (mon.0) 2202 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:20:51.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.186129+0000 mon.smithi115 (mon.0) 2203 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:20:51.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:20:50.186884+0000 mgr.smithi115.zzjgkn (mgr.34102) 2177 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:20:51.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:50.187727+0000 mgr.smithi115.zzjgkn (mgr.34102) 2178 : cluster [DBG] pgmap v1667: 129 pgs: 21 active+undersized+degraded, 36 active+undersized, 72 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 74/402 objects degraded (18.408%) 2024-02-23T02:20:51.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:50.188062+0000 mgr.smithi115.zzjgkn (mgr.34102) 2179 : cluster [DBG] pgmap v1668: 129 pgs: 21 active+undersized+degraded, 36 active+undersized, 72 active+clean; 174 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 74/402 objects degraded (18.408%) 2024-02-23T02:20:51.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.194876+0000 mon.smithi115 (mon.0) 2204 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:51.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.198075+0000 mon.smithi115 (mon.0) 2205 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:20:51.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.204681+0000 mon.smithi115 (mon.0) 2206 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:51.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:20:50.206642+0000 mgr.smithi115.zzjgkn (mgr.34102) 2180 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:20:51.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:20:50.206791+0000 mgr.smithi115.zzjgkn (mgr.34102) 2181 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:20:51.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.873335+0000 mon.smithi131 (mon.1) 10 : audit [INF] from='osd.7 [v2:172.21.15.131:6824/41873903,v1:172.21.15.131:6825/41873903]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-23T02:20:51.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:50.873669+0000 mon.smithi115 (mon.0) 2207 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-23T02:20:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:51.212164+0000 mon.smithi115 (mon.0) 2208 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-23T02:20:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:51.212233+0000 mon.smithi115 (mon.0) 2209 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-02-23T02:20:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:51.212982+0000 mon.smithi131 (mon.1) 11 : audit [INF] from='osd.7 [v2:172.21.15.131:6824/41873903,v1:172.21.15.131:6825/41873903]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:20:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:51.213303+0000 mon.smithi115 (mon.0) 2210 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:20:52.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:51.212164+0000 mon.smithi115 (mon.0) 2208 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-23T02:20:52.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:51.212233+0000 mon.smithi115 (mon.0) 2209 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-02-23T02:20:52.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:51.212982+0000 mon.smithi131 (mon.1) 11 : audit [INF] from='osd.7 [v2:172.21.15.131:6824/41873903,v1:172.21.15.131:6825/41873903]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:20:52.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:51.213303+0000 mon.smithi115 (mon.0) 2210 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-02-23T02:20:53.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:52.188672+0000 mgr.smithi115.zzjgkn (mgr.34102) 2182 : cluster [DBG] pgmap v1670: 129 pgs: 21 active+undersized+degraded, 36 active+undersized, 72 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 74/402 objects degraded (18.408%) 2024-02-23T02:20:53.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:52.207311+0000 mon.smithi115 (mon.0) 2211 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T02:20:53.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:52.214478+0000 mon.smithi115 (mon.0) 2212 : cluster [INF] osd.7 [v2:172.21.15.131:6824/41873903,v1:172.21.15.131:6825/41873903] boot 2024-02-23T02:20:53.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:52.214521+0000 mon.smithi115 (mon.0) 2213 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-23T02:20:53.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:52.215742+0000 mon.smithi115 (mon.0) 2214 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T02:20:53.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:53.216117+0000 mon.smithi115 (mon.0) 2215 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-23T02:20:53.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:52.188672+0000 mgr.smithi115.zzjgkn (mgr.34102) 2182 : cluster [DBG] pgmap v1670: 129 pgs: 21 active+undersized+degraded, 36 active+undersized, 72 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 74/402 objects degraded (18.408%) 2024-02-23T02:20:53.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:52.207311+0000 mon.smithi115 (mon.0) 2211 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-23T02:20:53.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:52.214478+0000 mon.smithi115 (mon.0) 2212 : cluster [INF] osd.7 [v2:172.21.15.131:6824/41873903,v1:172.21.15.131:6825/41873903] boot 2024-02-23T02:20:53.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:52.214521+0000 mon.smithi115 (mon.0) 2213 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-23T02:20:53.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:52.215742+0000 mon.smithi115 (mon.0) 2214 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T02:20:53.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:53.216117+0000 mon.smithi115 (mon.0) 2215 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-23T02:20:54.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:54.227897+0000 mon.smithi115 (mon.0) 2216 : cluster [WRN] Health check update: Degraded data redundancy: 50/402 objects degraded (12.438%), 14 pgs degraded (PG_DEGRADED) 2024-02-23T02:20:54.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:54.227897+0000 mon.smithi115 (mon.0) 2216 : cluster [WRN] Health check update: Degraded data redundancy: 50/402 objects degraded (12.438%), 14 pgs degraded (PG_DEGRADED) 2024-02-23T02:20:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:54.189444+0000 mgr.smithi115.zzjgkn (mgr.34102) 2183 : cluster [DBG] pgmap v1673: 129 pgs: 11 activating, 3 peering, 14 active+undersized+degraded, 29 active+undersized, 72 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:20:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:20:54.948203+0000 mon.smithi115 (mon.0) 2217 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:54.189444+0000 mgr.smithi115.zzjgkn (mgr.34102) 2183 : cluster [DBG] pgmap v1673: 129 pgs: 11 activating, 3 peering, 14 active+undersized+degraded, 29 active+undersized, 72 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 50/402 objects degraded (12.438%) 2024-02-23T02:20:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:20:54.948203+0000 mon.smithi115 (mon.0) 2217 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:20:57.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:56.190091+0000 mgr.smithi115.zzjgkn (mgr.34102) 2184 : cluster [DBG] pgmap v1674: 129 pgs: 11 activating, 3 peering, 10 active+undersized+degraded, 13 active+undersized, 92 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 36/402 objects degraded (8.955%) 2024-02-23T02:20:57.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:56.190091+0000 mgr.smithi115.zzjgkn (mgr.34102) 2184 : cluster [DBG] pgmap v1674: 129 pgs: 11 activating, 3 peering, 10 active+undersized+degraded, 13 active+undersized, 92 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 36/402 objects degraded (8.955%) 2024-02-23T02:20:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:58.287030+0000 mon.smithi115 (mon.0) 2218 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/402 objects degraded (8.955%), 10 pgs degraded) 2024-02-23T02:20:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:58.287030+0000 mon.smithi115 (mon.0) 2218 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/402 objects degraded (8.955%), 10 pgs degraded) 2024-02-23T02:20:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:20:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:20:58.190827+0000 mgr.smithi115.zzjgkn (mgr.34102) 2185 : cluster [DBG] pgmap v1675: 129 pgs: 11 activating, 118 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:20:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:20:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:20:58.190827+0000 mgr.smithi115.zzjgkn (mgr.34102) 2185 : cluster [DBG] pgmap v1675: 129 pgs: 11 activating, 118 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:01.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:00.191356+0000 mgr.smithi115.zzjgkn (mgr.34102) 2186 : cluster [DBG] pgmap v1676: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:01.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:00.191356+0000 mgr.smithi115.zzjgkn (mgr.34102) 2186 : cluster [DBG] pgmap v1676: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:02.192079+0000 mgr.smithi115.zzjgkn (mgr.34102) 2187 : cluster [DBG] pgmap v1677: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:02.192079+0000 mgr.smithi115.zzjgkn (mgr.34102) 2187 : cluster [DBG] pgmap v1677: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:04.192655+0000 mgr.smithi115.zzjgkn (mgr.34102) 2188 : cluster [DBG] pgmap v1678: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:04.192655+0000 mgr.smithi115.zzjgkn (mgr.34102) 2188 : cluster [DBG] pgmap v1678: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:07.666 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:21:07.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:06.193185+0000 mgr.smithi115.zzjgkn (mgr.34102) 2189 : cluster [DBG] pgmap v1679: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:06.330883+0000 mon.smithi115 (mon.0) 2219 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:21:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:06.193185+0000 mgr.smithi115.zzjgkn (mgr.34102) 2189 : cluster [DBG] pgmap v1679: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:06.330883+0000 mon.smithi115 (mon.0) 2219 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:21:08.211 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:21:08.211 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (70m) 18s ago 75m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (43m) 20s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (43m) 18s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (72m) 18s ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 20s ago 2h 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 18s ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (69m) 20s ago 2h 452M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (59m) 18s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (54m) 20s ago 2h 338M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (48m) 18s ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (75m) 20s ago 75m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (75m) 18s ago 75m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 20s ago 117m - - 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 18s ago 115m - - 2024-02-23T02:21:08.212 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (38m) 20s ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:21:08.213 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (32m) 20s ago 2h 224M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:21:08.213 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (27m) 20s ago 2h 198M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:21:08.213 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (21m) 20s ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:21:08.213 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (16m) 18s ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:21:08.213 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (10m) 18s ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:21:08.213 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (5m) 18s ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:21:08.213 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (24s) 18s ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:21:08.213 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (75m) 18s ago 75m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:21:08.536 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:21:08.536 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:21:08.536 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 12 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:21:08.537 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:21:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:07.652888+0000 mgr.smithi115.zzjgkn (mgr.34102) 2190 : audit [DBG] from='client.36188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:08.200488+0000 mon.smithi115 (mon.0) 2220 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:21:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:08.200906+0000 mon.smithi115 (mon.0) 2221 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:08.201206+0000 mon.smithi115 (mon.0) 2222 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:08.201442+0000 mon.smithi115 (mon.0) 2223 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:08.201676+0000 mon.smithi115 (mon.0) 2224 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:08.203517+0000 mon.smithi115 (mon.0) 2225 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:21:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:08.203806+0000 mon.smithi115 (mon.0) 2226 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:08.204053+0000 mon.smithi115 (mon.0) 2227 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:08.204282+0000 mon.smithi115 (mon.0) 2228 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:08.204500+0000 mon.smithi115 (mon.0) 2229 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:07.652888+0000 mgr.smithi115.zzjgkn (mgr.34102) 2190 : audit [DBG] from='client.36188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:08.200488+0000 mon.smithi115 (mon.0) 2220 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:21:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:08.200906+0000 mon.smithi115 (mon.0) 2221 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:08.201206+0000 mon.smithi115 (mon.0) 2222 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:08.201442+0000 mon.smithi115 (mon.0) 2223 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:08.201676+0000 mon.smithi115 (mon.0) 2224 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:08.203517+0000 mon.smithi115 (mon.0) 2225 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:21:08.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:08.203806+0000 mon.smithi115 (mon.0) 2226 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:08.204053+0000 mon.smithi115 (mon.0) 2227 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:08.204282+0000 mon.smithi115 (mon.0) 2228 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:08.204500+0000 mon.smithi115 (mon.0) 2229 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:08.811 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:21:08.811 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:21:08.812 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:21:08.812 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:21:08.812 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:21:08.812 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:21:08.812 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:21:08.812 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:21:08.812 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:21:08.812 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:21:08.812 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "14/23 daemons upgraded", 2024-02-23T02:21:08.812 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:21:08.812 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:21:08.812 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:21:09.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:07.929086+0000 mgr.smithi115.zzjgkn (mgr.34102) 2191 : audit [DBG] from='client.36192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:09.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:08.193784+0000 mgr.smithi115.zzjgkn (mgr.34102) 2192 : cluster [DBG] pgmap v1680: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:09.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:08.198707+0000 mgr.smithi115.zzjgkn (mgr.34102) 2193 : audit [DBG] from='client.36196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:09.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:08.535146+0000 mon.smithi115 (mon.0) 2230 : audit [DBG] from='client.? 172.21.15.115:0/369895980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:21:09.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:08.810196+0000 mgr.smithi115.zzjgkn (mgr.34102) 2194 : audit [DBG] from='client.36204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:07.929086+0000 mgr.smithi115.zzjgkn (mgr.34102) 2191 : audit [DBG] from='client.36192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:08.193784+0000 mgr.smithi115.zzjgkn (mgr.34102) 2192 : cluster [DBG] pgmap v1680: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:08.198707+0000 mgr.smithi115.zzjgkn (mgr.34102) 2193 : audit [DBG] from='client.36196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:08.535146+0000 mon.smithi115 (mon.0) 2230 : audit [DBG] from='client.? 172.21.15.115:0/369895980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:21:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:08.810196+0000 mgr.smithi115.zzjgkn (mgr.34102) 2194 : audit [DBG] from='client.36204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:09.924089+0000 mon.smithi115 (mon.0) 2231 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-02-23T02:21:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:09.924395+0000 mon.smithi115 (mon.0) 2232 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:21:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:09.924677+0000 mon.smithi115 (mon.0) 2233 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:21:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:09.924916+0000 mon.smithi115 (mon.0) 2234 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T02:21:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:09.948490+0000 mon.smithi115 (mon.0) 2235 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:21:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:09.924089+0000 mon.smithi115 (mon.0) 2231 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-02-23T02:21:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:09.924395+0000 mon.smithi115 (mon.0) 2232 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:21:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:09.924677+0000 mon.smithi115 (mon.0) 2233 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:21:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:09.924916+0000 mon.smithi115 (mon.0) 2234 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T02:21:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:09.948490+0000 mon.smithi115 (mon.0) 2235 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:21:11.693 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:10.194378+0000 mgr.smithi115.zzjgkn (mgr.34102) 2195 : cluster [DBG] pgmap v1681: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:11.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:10.194378+0000 mgr.smithi115.zzjgkn (mgr.34102) 2195 : cluster [DBG] pgmap v1681: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:12.194989+0000 mgr.smithi115.zzjgkn (mgr.34102) 2196 : cluster [DBG] pgmap v1682: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:12.194989+0000 mgr.smithi115.zzjgkn (mgr.34102) 2196 : cluster [DBG] pgmap v1682: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:14.195734+0000 mgr.smithi115.zzjgkn (mgr.34102) 2197 : cluster [DBG] pgmap v1683: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:14.195734+0000 mgr.smithi115.zzjgkn (mgr.34102) 2197 : cluster [DBG] pgmap v1683: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:17.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:16.196347+0000 mgr.smithi115.zzjgkn (mgr.34102) 2198 : cluster [DBG] pgmap v1684: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:16.196347+0000 mgr.smithi115.zzjgkn (mgr.34102) 2198 : cluster [DBG] pgmap v1684: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:19.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:18.197058+0000 mgr.smithi115.zzjgkn (mgr.34102) 2199 : cluster [DBG] pgmap v1685: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:18.197058+0000 mgr.smithi115.zzjgkn (mgr.34102) 2199 : cluster [DBG] pgmap v1685: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:21.694 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:20.197728+0000 mgr.smithi115.zzjgkn (mgr.34102) 2200 : cluster [DBG] pgmap v1686: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:21.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:20.197728+0000 mgr.smithi115.zzjgkn (mgr.34102) 2200 : cluster [DBG] pgmap v1686: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:22.198289+0000 mgr.smithi115.zzjgkn (mgr.34102) 2201 : cluster [DBG] pgmap v1687: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:22.198289+0000 mgr.smithi115.zzjgkn (mgr.34102) 2201 : cluster [DBG] pgmap v1687: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:24.198863+0000 mgr.smithi115.zzjgkn (mgr.34102) 2202 : cluster [DBG] pgmap v1688: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:24.198863+0000 mgr.smithi115.zzjgkn (mgr.34102) 2202 : cluster [DBG] pgmap v1688: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:26.199350+0000 mgr.smithi115.zzjgkn (mgr.34102) 2203 : cluster [DBG] pgmap v1689: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:26.199350+0000 mgr.smithi115.zzjgkn (mgr.34102) 2203 : cluster [DBG] pgmap v1689: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:29.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:28.199907+0000 mgr.smithi115.zzjgkn (mgr.34102) 2204 : cluster [DBG] pgmap v1690: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:29.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:28.199907+0000 mgr.smithi115.zzjgkn (mgr.34102) 2204 : cluster [DBG] pgmap v1690: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:31.695 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:30.200517+0000 mgr.smithi115.zzjgkn (mgr.34102) 2205 : cluster [DBG] pgmap v1691: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:31.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:30.200517+0000 mgr.smithi115.zzjgkn (mgr.34102) 2205 : cluster [DBG] pgmap v1691: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:32.201132+0000 mgr.smithi115.zzjgkn (mgr.34102) 2206 : cluster [DBG] pgmap v1692: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:32.201132+0000 mgr.smithi115.zzjgkn (mgr.34102) 2206 : cluster [DBG] pgmap v1692: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:35.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:34.201784+0000 mgr.smithi115.zzjgkn (mgr.34102) 2207 : cluster [DBG] pgmap v1693: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:35.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:34.201784+0000 mgr.smithi115.zzjgkn (mgr.34102) 2207 : cluster [DBG] pgmap v1693: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:36.202322+0000 mgr.smithi115.zzjgkn (mgr.34102) 2208 : cluster [DBG] pgmap v1694: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:36.202322+0000 mgr.smithi115.zzjgkn (mgr.34102) 2208 : cluster [DBG] pgmap v1694: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:39.113 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:21:39.660 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:21:39.660 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (70m) 49s ago 76m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:21:39.660 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (43m) 51s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:21:39.660 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (43m) 49s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:21:39.661 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (73m) 49s ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:21:39.661 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 51s ago 2h 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:21:39.661 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 49s ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:21:39.661 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (70m) 51s ago 2h 452M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:21:39.661 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (59m) 49s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:21:39.661 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (54m) 51s ago 2h 338M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:21:39.661 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (49m) 49s ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:21:39.661 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (76m) 51s ago 76m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:21:39.661 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (75m) 49s ago 75m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:21:39.661 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 51s ago 118m - - 2024-02-23T02:21:39.661 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 49s ago 115m - - 2024-02-23T02:21:39.661 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (38m) 51s ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:21:39.661 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (33m) 51s ago 2h 224M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:21:39.662 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (28m) 51s ago 2h 198M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:21:39.662 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (21m) 51s ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:21:39.662 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (16m) 49s ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:21:39.662 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (11m) 49s ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:21:39.662 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (6m) 49s ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:21:39.662 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (55s) 49s ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:21:39.662 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (76m) 49s ago 76m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:21:39.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:38.202963+0000 mgr.smithi115.zzjgkn (mgr.34102) 2209 : cluster [DBG] pgmap v1695: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:39.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:38.202963+0000 mgr.smithi115.zzjgkn (mgr.34102) 2209 : cluster [DBG] pgmap v1695: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:39.988 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:21:39.988 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:21:39.988 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:21:39.988 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:21:39.988 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:21:39.989 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:21:39.989 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:21:39.989 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:21:39.989 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:21:39.989 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:21:39.989 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:21:39.989 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:21:39.989 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:21:39.989 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:21:39.989 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:21:39.989 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 12 2024-02-23T02:21:39.989 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:21:39.989 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:21:40.264 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:21:40.264 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:21:40.264 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:21:40.264 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:21:40.264 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:21:40.264 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:21:40.264 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:21:40.264 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:21:40.264 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:21:40.264 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:21:40.265 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "14/23 daemons upgraded", 2024-02-23T02:21:40.265 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:21:40.265 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:21:40.265 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:21:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.100985+0000 mgr.smithi115.zzjgkn (mgr.34102) 2210 : audit [DBG] from='client.36208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.379389+0000 mgr.smithi115.zzjgkn (mgr.34102) 2211 : audit [DBG] from='client.36212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.647218+0000 mgr.smithi115.zzjgkn (mgr.34102) 2212 : audit [DBG] from='client.36216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.649053+0000 mon.smithi115 (mon.0) 2236 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:21:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.649487+0000 mon.smithi115 (mon.0) 2237 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.649797+0000 mon.smithi115 (mon.0) 2238 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.650076+0000 mon.smithi115 (mon.0) 2239 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.650339+0000 mon.smithi115 (mon.0) 2240 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.652237+0000 mon.smithi115 (mon.0) 2241 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:21:40.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.652530+0000 mon.smithi115 (mon.0) 2242 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.652813+0000 mon.smithi115 (mon.0) 2243 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.653084+0000 mon.smithi115 (mon.0) 2244 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.653345+0000 mon.smithi115 (mon.0) 2245 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:39.987172+0000 mon.smithi115 (mon.0) 2246 : audit [DBG] from='client.? 172.21.15.115:0/4096852566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:21:40.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.100985+0000 mgr.smithi115.zzjgkn (mgr.34102) 2210 : audit [DBG] from='client.36208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:40.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.379389+0000 mgr.smithi115.zzjgkn (mgr.34102) 2211 : audit [DBG] from='client.36212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:40.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.647218+0000 mgr.smithi115.zzjgkn (mgr.34102) 2212 : audit [DBG] from='client.36216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:40.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.649053+0000 mon.smithi115 (mon.0) 2236 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:21:40.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.649487+0000 mon.smithi115 (mon.0) 2237 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.649797+0000 mon.smithi115 (mon.0) 2238 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.650076+0000 mon.smithi115 (mon.0) 2239 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.650339+0000 mon.smithi115 (mon.0) 2240 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.652237+0000 mon.smithi115 (mon.0) 2241 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:21:40.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.652530+0000 mon.smithi115 (mon.0) 2242 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.652813+0000 mon.smithi115 (mon.0) 2243 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.653084+0000 mon.smithi115 (mon.0) 2244 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.653345+0000 mon.smithi115 (mon.0) 2245 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:21:40.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:39.987172+0000 mon.smithi115 (mon.0) 2246 : audit [DBG] from='client.? 172.21.15.115:0/4096852566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:21:41.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:40.203452+0000 mgr.smithi115.zzjgkn (mgr.34102) 2213 : cluster [DBG] pgmap v1696: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:41.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:21:40.262630+0000 mgr.smithi115.zzjgkn (mgr.34102) 2214 : audit [DBG] from='client.36224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:41.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:40.203452+0000 mgr.smithi115.zzjgkn (mgr.34102) 2213 : cluster [DBG] pgmap v1696: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:41.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:21:40.262630+0000 mgr.smithi115.zzjgkn (mgr.34102) 2214 : audit [DBG] from='client.36224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:21:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:42.204125+0000 mgr.smithi115.zzjgkn (mgr.34102) 2215 : cluster [DBG] pgmap v1697: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:42.204125+0000 mgr.smithi115.zzjgkn (mgr.34102) 2215 : cluster [DBG] pgmap v1697: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:44.204717+0000 mgr.smithi115.zzjgkn (mgr.34102) 2216 : cluster [DBG] pgmap v1698: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:44.204717+0000 mgr.smithi115.zzjgkn (mgr.34102) 2216 : cluster [DBG] pgmap v1698: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:46.205299+0000 mgr.smithi115.zzjgkn (mgr.34102) 2217 : cluster [DBG] pgmap v1699: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:46.205299+0000 mgr.smithi115.zzjgkn (mgr.34102) 2217 : cluster [DBG] pgmap v1699: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:49.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:48.205963+0000 mgr.smithi115.zzjgkn (mgr.34102) 2218 : cluster [DBG] pgmap v1700: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:48.205963+0000 mgr.smithi115.zzjgkn (mgr.34102) 2218 : cluster [DBG] pgmap v1700: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:51.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:50.206603+0000 mgr.smithi115.zzjgkn (mgr.34102) 2219 : cluster [DBG] pgmap v1701: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:51.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:50.206603+0000 mgr.smithi115.zzjgkn (mgr.34102) 2219 : cluster [DBG] pgmap v1701: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:52.207256+0000 mgr.smithi115.zzjgkn (mgr.34102) 2220 : cluster [DBG] pgmap v1702: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:52.207256+0000 mgr.smithi115.zzjgkn (mgr.34102) 2220 : cluster [DBG] pgmap v1702: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:55.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:54.207837+0000 mgr.smithi115.zzjgkn (mgr.34102) 2221 : cluster [DBG] pgmap v1703: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:54.207837+0000 mgr.smithi115.zzjgkn (mgr.34102) 2221 : cluster [DBG] pgmap v1703: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:57.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:56.208343+0000 mgr.smithi115.zzjgkn (mgr.34102) 2222 : cluster [DBG] pgmap v1704: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:57.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:56.208343+0000 mgr.smithi115.zzjgkn (mgr.34102) 2222 : cluster [DBG] pgmap v1704: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:59.722 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:21:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:21:58.208934+0000 mgr.smithi115.zzjgkn (mgr.34102) 2223 : cluster [DBG] pgmap v1705: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:21:59.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:21:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:21:58.208934+0000 mgr.smithi115.zzjgkn (mgr.34102) 2223 : cluster [DBG] pgmap v1705: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:01.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:00.209695+0000 mgr.smithi115.zzjgkn (mgr.34102) 2224 : cluster [DBG] pgmap v1706: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:01.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:00.209695+0000 mgr.smithi115.zzjgkn (mgr.34102) 2224 : cluster [DBG] pgmap v1706: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:02.210405+0000 mgr.smithi115.zzjgkn (mgr.34102) 2225 : cluster [DBG] pgmap v1707: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:03.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:02.210405+0000 mgr.smithi115.zzjgkn (mgr.34102) 2225 : cluster [DBG] pgmap v1707: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:05.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:04.210989+0000 mgr.smithi115.zzjgkn (mgr.34102) 2226 : cluster [DBG] pgmap v1708: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:05.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:04.210989+0000 mgr.smithi115.zzjgkn (mgr.34102) 2226 : cluster [DBG] pgmap v1708: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:07.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:06.211716+0000 mgr.smithi115.zzjgkn (mgr.34102) 2227 : cluster [DBG] pgmap v1709: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:07.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:06.211716+0000 mgr.smithi115.zzjgkn (mgr.34102) 2227 : cluster [DBG] pgmap v1709: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:09.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:08.212159+0000 mgr.smithi115.zzjgkn (mgr.34102) 2228 : cluster [DBG] pgmap v1710: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:09.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:08.212159+0000 mgr.smithi115.zzjgkn (mgr.34102) 2228 : cluster [DBG] pgmap v1710: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:10.577 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:22:10.806 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:09.928317+0000 mon.smithi115 (mon.0) 2247 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-02-23T02:22:10.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:09.928681+0000 mon.smithi115 (mon.0) 2248 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:22:10.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:09.928930+0000 mon.smithi115 (mon.0) 2249 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T02:22:10.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:09.929143+0000 mon.smithi115 (mon.0) 2250 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:22:10.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:09.928317+0000 mon.smithi115 (mon.0) 2247 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-02-23T02:22:10.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:09.928681+0000 mon.smithi115 (mon.0) 2248 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:22:10.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:09.928930+0000 mon.smithi115 (mon.0) 2249 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T02:22:10.807 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:09.929143+0000 mon.smithi115 (mon.0) 2250 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:22:11.123 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:22:11.123 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (71m) 81s ago 76m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:22:11.123 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (44m) 83s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:22:11.123 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (44m) 81s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:22:11.123 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (73m) 81s ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:22:11.123 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 83s ago 2h 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:22:11.123 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 81s ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:22:11.123 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (70m) 83s ago 2h 452M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:22:11.123 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (60m) 81s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:22:11.123 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (55m) 83s ago 2h 338M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:22:11.123 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (49m) 81s ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:22:11.123 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (76m) 83s ago 76m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:22:11.124 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (76m) 81s ago 76m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:22:11.124 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 83s ago 118m - - 2024-02-23T02:22:11.124 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 81s ago 116m - - 2024-02-23T02:22:11.124 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (39m) 83s ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:22:11.124 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (33m) 83s ago 2h 224M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:22:11.124 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (28m) 83s ago 2h 198M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:22:11.124 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (22m) 83s ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:22:11.124 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (17m) 81s ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:22:11.124 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (11m) 81s ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:22:11.124 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (6m) 81s ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:22:11.124 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (87s) 81s ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:22:11.124 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (76m) 81s ago 76m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:22:11.452 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:22:11.452 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:22:11.452 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:22:11.452 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:22:11.452 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:22:11.452 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:22:11.452 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:22:11.453 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:22:11.453 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:22:11.453 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:22:11.453 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:22:11.453 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:22:11.453 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:22:11.453 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:22:11.453 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:22:11.453 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 12 2024-02-23T02:22:11.453 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:22:11.453 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:22:11.732 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:22:11.732 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:22:11.732 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:22:11.732 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:22:11.732 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:22:11.732 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:22:11.732 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:22:11.732 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:22:11.733 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:22:11.733 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:22:11.733 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "14/23 daemons upgraded", 2024-02-23T02:22:11.733 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:22:11.733 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:22:11.733 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:22:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:10.212692+0000 mgr.smithi115.zzjgkn (mgr.34102) 2229 : cluster [DBG] pgmap v1711: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:10.564661+0000 mgr.smithi115.zzjgkn (mgr.34102) 2230 : audit [DBG] from='client.36228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:10.842060+0000 mgr.smithi115.zzjgkn (mgr.34102) 2231 : audit [DBG] from='client.36232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:11.111593+0000 mon.smithi115 (mon.0) 2251 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:22:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:11.111954+0000 mon.smithi115 (mon.0) 2252 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:11.112227+0000 mon.smithi115 (mon.0) 2253 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:11.112477+0000 mon.smithi115 (mon.0) 2254 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:11.112731+0000 mon.smithi115 (mon.0) 2255 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:11.114825+0000 mon.smithi115 (mon.0) 2256 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:22:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:11.115096+0000 mon.smithi115 (mon.0) 2257 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:11.115350+0000 mon.smithi115 (mon.0) 2258 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:11.115631+0000 mon.smithi115 (mon.0) 2259 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:11.115880+0000 mon.smithi115 (mon.0) 2260 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:11.450874+0000 mon.smithi115 (mon.0) 2261 : audit [DBG] from='client.? 172.21.15.115:0/4101041775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:22:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:10.212692+0000 mgr.smithi115.zzjgkn (mgr.34102) 2229 : cluster [DBG] pgmap v1711: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:10.564661+0000 mgr.smithi115.zzjgkn (mgr.34102) 2230 : audit [DBG] from='client.36228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:10.842060+0000 mgr.smithi115.zzjgkn (mgr.34102) 2231 : audit [DBG] from='client.36232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:11.111593+0000 mon.smithi115 (mon.0) 2251 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:22:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:11.111954+0000 mon.smithi115 (mon.0) 2252 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:11.112227+0000 mon.smithi115 (mon.0) 2253 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:11.112477+0000 mon.smithi115 (mon.0) 2254 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:11.112731+0000 mon.smithi115 (mon.0) 2255 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:11.114825+0000 mon.smithi115 (mon.0) 2256 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:22:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:11.115096+0000 mon.smithi115 (mon.0) 2257 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:11.115350+0000 mon.smithi115 (mon.0) 2258 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:11.115631+0000 mon.smithi115 (mon.0) 2259 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:11.115880+0000 mon.smithi115 (mon.0) 2260 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:11.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:11.450874+0000 mon.smithi115 (mon.0) 2261 : audit [DBG] from='client.? 172.21.15.115:0/4101041775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:22:12.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:11.109728+0000 mgr.smithi115.zzjgkn (mgr.34102) 2232 : audit [DBG] from='client.36236 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:12.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:11.730703+0000 mgr.smithi115.zzjgkn (mgr.34102) 2233 : audit [DBG] from='client.36244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:12.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:11.109728+0000 mgr.smithi115.zzjgkn (mgr.34102) 2232 : audit [DBG] from='client.36236 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:12.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:11.730703+0000 mgr.smithi115.zzjgkn (mgr.34102) 2233 : audit [DBG] from='client.36244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:13.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:12.213185+0000 mgr.smithi115.zzjgkn (mgr.34102) 2234 : cluster [DBG] pgmap v1712: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:13.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:12.213185+0000 mgr.smithi115.zzjgkn (mgr.34102) 2234 : cluster [DBG] pgmap v1712: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:15.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:14.213913+0000 mgr.smithi115.zzjgkn (mgr.34102) 2235 : cluster [DBG] pgmap v1713: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:15.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:14.213913+0000 mgr.smithi115.zzjgkn (mgr.34102) 2235 : cluster [DBG] pgmap v1713: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:17.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:16.214555+0000 mgr.smithi115.zzjgkn (mgr.34102) 2236 : cluster [DBG] pgmap v1714: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:17.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:16.214555+0000 mgr.smithi115.zzjgkn (mgr.34102) 2236 : cluster [DBG] pgmap v1714: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:19.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:18.215298+0000 mgr.smithi115.zzjgkn (mgr.34102) 2237 : cluster [DBG] pgmap v1715: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:19.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:18.215298+0000 mgr.smithi115.zzjgkn (mgr.34102) 2237 : cluster [DBG] pgmap v1715: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:21.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:20.216012+0000 mgr.smithi115.zzjgkn (mgr.34102) 2238 : cluster [DBG] pgmap v1716: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:21.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:20.216012+0000 mgr.smithi115.zzjgkn (mgr.34102) 2238 : cluster [DBG] pgmap v1716: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:22.216681+0000 mgr.smithi115.zzjgkn (mgr.34102) 2239 : cluster [DBG] pgmap v1717: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:22.216681+0000 mgr.smithi115.zzjgkn (mgr.34102) 2239 : cluster [DBG] pgmap v1717: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:24.217214+0000 mgr.smithi115.zzjgkn (mgr.34102) 2240 : cluster [DBG] pgmap v1718: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:24.217214+0000 mgr.smithi115.zzjgkn (mgr.34102) 2240 : cluster [DBG] pgmap v1718: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:27.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:26.217763+0000 mgr.smithi115.zzjgkn (mgr.34102) 2241 : cluster [DBG] pgmap v1719: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:27.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:26.217763+0000 mgr.smithi115.zzjgkn (mgr.34102) 2241 : cluster [DBG] pgmap v1719: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:29.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:28.218349+0000 mgr.smithi115.zzjgkn (mgr.34102) 2242 : cluster [DBG] pgmap v1720: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:29.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:28.218349+0000 mgr.smithi115.zzjgkn (mgr.34102) 2242 : cluster [DBG] pgmap v1720: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:31.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:30.219054+0000 mgr.smithi115.zzjgkn (mgr.34102) 2243 : cluster [DBG] pgmap v1721: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:31.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:30.219054+0000 mgr.smithi115.zzjgkn (mgr.34102) 2243 : cluster [DBG] pgmap v1721: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:32.219786+0000 mgr.smithi115.zzjgkn (mgr.34102) 2244 : cluster [DBG] pgmap v1722: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:33.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:32.219786+0000 mgr.smithi115.zzjgkn (mgr.34102) 2244 : cluster [DBG] pgmap v1722: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:36.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:34.220399+0000 mgr.smithi115.zzjgkn (mgr.34102) 2245 : cluster [DBG] pgmap v1723: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:34.220399+0000 mgr.smithi115.zzjgkn (mgr.34102) 2245 : cluster [DBG] pgmap v1723: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:38.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:36.221058+0000 mgr.smithi115.zzjgkn (mgr.34102) 2246 : cluster [DBG] pgmap v1724: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:36.221058+0000 mgr.smithi115.zzjgkn (mgr.34102) 2246 : cluster [DBG] pgmap v1724: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:40.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:38.221722+0000 mgr.smithi115.zzjgkn (mgr.34102) 2247 : cluster [DBG] pgmap v1725: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:38.221722+0000 mgr.smithi115.zzjgkn (mgr.34102) 2247 : cluster [DBG] pgmap v1725: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:40.222244+0000 mgr.smithi115.zzjgkn (mgr.34102) 2248 : cluster [DBG] pgmap v1726: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:40.222244+0000 mgr.smithi115.zzjgkn (mgr.34102) 2248 : cluster [DBG] pgmap v1726: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:42.031 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:22:42.578 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:22:42.579 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (71m) 112s ago 77m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:22:42.579 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (44m) 114s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:22:42.579 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (44m) 112s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:22:42.579 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (74m) 112s ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:22:42.579 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 114s ago 2h 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:22:42.579 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 112s ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:22:42.579 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (71m) 114s ago 2h 452M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:22:42.579 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (60m) 112s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:22:42.579 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (55m) 114s ago 2h 338M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:22:42.579 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (50m) 112s ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:22:42.579 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (77m) 114s ago 77m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:22:42.579 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (77m) 112s ago 77m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:22:42.580 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 114s ago 119m - - 2024-02-23T02:22:42.580 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 112s ago 117m - - 2024-02-23T02:22:42.580 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (39m) 114s ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:22:42.580 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (34m) 114s ago 2h 224M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:22:42.580 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (29m) 114s ago 2h 198M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:22:42.580 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (22m) 114s ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:22:42.580 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (17m) 112s ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:22:42.580 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (12m) 112s ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:22:42.580 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (7m) 112s ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:22:42.580 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (118s) 112s ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:22:42.580 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (77m) 112s ago 77m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:22:42.907 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:22:42.908 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:22:42.908 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 12 2024-02-23T02:22:42.908 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:22:42.908 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:22:43.185 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:22:43.185 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:22:43.185 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:22:43.186 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:22:43.186 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:22:43.186 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:22:43.186 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:22:43.186 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:22:43.186 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:22:43.186 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:22:43.186 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "14/23 daemons upgraded", 2024-02-23T02:22:43.186 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:22:43.186 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:22:43.186 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:22:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.019276+0000 mgr.smithi115.zzjgkn (mgr.34102) 2249 : audit [DBG] from='client.36248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:42.222848+0000 mgr.smithi115.zzjgkn (mgr.34102) 2250 : cluster [DBG] pgmap v1727: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:43.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.296801+0000 mgr.smithi115.zzjgkn (mgr.34102) 2251 : audit [DBG] from='client.36252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:43.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.565954+0000 mgr.smithi115.zzjgkn (mgr.34102) 2252 : audit [DBG] from='client.36256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:43.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.567714+0000 mon.smithi115 (mon.0) 2262 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:22:43.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.568046+0000 mon.smithi115 (mon.0) 2263 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:43.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.568290+0000 mon.smithi115 (mon.0) 2264 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:43.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.568510+0000 mon.smithi115 (mon.0) 2265 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:43.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.568740+0000 mon.smithi115 (mon.0) 2266 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:43.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.570595+0000 mon.smithi115 (mon.0) 2267 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:22:43.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.570860+0000 mon.smithi115 (mon.0) 2268 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:43.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.571098+0000 mon.smithi115 (mon.0) 2269 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:43.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.571324+0000 mon.smithi115 (mon.0) 2270 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:43.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.571548+0000 mon.smithi115 (mon.0) 2271 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:43.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:42.905645+0000 mon.smithi115 (mon.0) 2272 : audit [DBG] from='client.? 172.21.15.115:0/441762666' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:22:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.019276+0000 mgr.smithi115.zzjgkn (mgr.34102) 2249 : audit [DBG] from='client.36248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:42.222848+0000 mgr.smithi115.zzjgkn (mgr.34102) 2250 : cluster [DBG] pgmap v1727: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.296801+0000 mgr.smithi115.zzjgkn (mgr.34102) 2251 : audit [DBG] from='client.36252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.565954+0000 mgr.smithi115.zzjgkn (mgr.34102) 2252 : audit [DBG] from='client.36256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.567714+0000 mon.smithi115 (mon.0) 2262 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.568046+0000 mon.smithi115 (mon.0) 2263 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.568290+0000 mon.smithi115 (mon.0) 2264 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.568510+0000 mon.smithi115 (mon.0) 2265 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.568740+0000 mon.smithi115 (mon.0) 2266 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.570595+0000 mon.smithi115 (mon.0) 2267 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.570860+0000 mon.smithi115 (mon.0) 2268 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.571098+0000 mon.smithi115 (mon.0) 2269 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.571324+0000 mon.smithi115 (mon.0) 2270 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.571548+0000 mon.smithi115 (mon.0) 2271 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:22:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:42.905645+0000 mon.smithi115 (mon.0) 2272 : audit [DBG] from='client.? 172.21.15.115:0/441762666' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:22:45.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:22:43.184024+0000 mgr.smithi115.zzjgkn (mgr.34102) 2253 : audit [DBG] from='client.36264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:45.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:22:43.184024+0000 mgr.smithi115.zzjgkn (mgr.34102) 2253 : audit [DBG] from='client.36264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:22:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:44.223476+0000 mgr.smithi115.zzjgkn (mgr.34102) 2254 : cluster [DBG] pgmap v1728: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:44.223476+0000 mgr.smithi115.zzjgkn (mgr.34102) 2254 : cluster [DBG] pgmap v1728: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:46.224042+0000 mgr.smithi115.zzjgkn (mgr.34102) 2255 : cluster [DBG] pgmap v1729: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:46.224042+0000 mgr.smithi115.zzjgkn (mgr.34102) 2255 : cluster [DBG] pgmap v1729: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:48.224611+0000 mgr.smithi115.zzjgkn (mgr.34102) 2256 : cluster [DBG] pgmap v1730: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:48.224611+0000 mgr.smithi115.zzjgkn (mgr.34102) 2256 : cluster [DBG] pgmap v1730: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:50.225318+0000 mgr.smithi115.zzjgkn (mgr.34102) 2257 : cluster [DBG] pgmap v1731: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:50.225318+0000 mgr.smithi115.zzjgkn (mgr.34102) 2257 : cluster [DBG] pgmap v1731: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:52.226047+0000 mgr.smithi115.zzjgkn (mgr.34102) 2258 : cluster [DBG] pgmap v1732: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:54.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:52.226047+0000 mgr.smithi115.zzjgkn (mgr.34102) 2258 : cluster [DBG] pgmap v1732: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:56.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:54.226641+0000 mgr.smithi115.zzjgkn (mgr.34102) 2259 : cluster [DBG] pgmap v1733: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:56.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:54.226641+0000 mgr.smithi115.zzjgkn (mgr.34102) 2259 : cluster [DBG] pgmap v1733: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:58.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:56.227368+0000 mgr.smithi115.zzjgkn (mgr.34102) 2260 : cluster [DBG] pgmap v1734: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:22:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:56.227368+0000 mgr.smithi115.zzjgkn (mgr.34102) 2260 : cluster [DBG] pgmap v1734: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:22:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:22:58.227926+0000 mgr.smithi115.zzjgkn (mgr.34102) 2261 : cluster [DBG] pgmap v1735: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:22:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:22:58.227926+0000 mgr.smithi115.zzjgkn (mgr.34102) 2261 : cluster [DBG] pgmap v1735: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:00.228582+0000 mgr.smithi115.zzjgkn (mgr.34102) 2262 : cluster [DBG] pgmap v1736: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:00.228582+0000 mgr.smithi115.zzjgkn (mgr.34102) 2262 : cluster [DBG] pgmap v1736: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:03.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:02.229257+0000 mgr.smithi115.zzjgkn (mgr.34102) 2263 : cluster [DBG] pgmap v1737: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:02.229257+0000 mgr.smithi115.zzjgkn (mgr.34102) 2263 : cluster [DBG] pgmap v1737: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:04.230013+0000 mgr.smithi115.zzjgkn (mgr.34102) 2264 : cluster [DBG] pgmap v1738: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:04.230013+0000 mgr.smithi115.zzjgkn (mgr.34102) 2264 : cluster [DBG] pgmap v1738: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:08.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:06.230589+0000 mgr.smithi115.zzjgkn (mgr.34102) 2265 : cluster [DBG] pgmap v1739: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:08.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:06.230589+0000 mgr.smithi115.zzjgkn (mgr.34102) 2265 : cluster [DBG] pgmap v1739: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:10.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:08.231175+0000 mgr.smithi115.zzjgkn (mgr.34102) 2266 : cluster [DBG] pgmap v1740: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:08.231175+0000 mgr.smithi115.zzjgkn (mgr.34102) 2266 : cluster [DBG] pgmap v1740: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:11.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:09.932458+0000 mon.smithi115 (mon.0) 2273 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-02-23T02:23:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:09.932773+0000 mon.smithi115 (mon.0) 2274 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T02:23:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:09.933029+0000 mon.smithi115 (mon.0) 2275 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-02-23T02:23:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:09.933274+0000 mon.smithi115 (mon.0) 2276 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:23:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:09.932458+0000 mon.smithi115 (mon.0) 2273 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-02-23T02:23:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:09.932773+0000 mon.smithi115 (mon.0) 2274 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T02:23:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:09.933029+0000 mon.smithi115 (mon.0) 2275 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-02-23T02:23:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:09.933274+0000 mon.smithi115 (mon.0) 2276 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:23:12.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:10.231803+0000 mgr.smithi115.zzjgkn (mgr.34102) 2267 : cluster [DBG] pgmap v1741: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:10.231803+0000 mgr.smithi115.zzjgkn (mgr.34102) 2267 : cluster [DBG] pgmap v1741: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:13.484 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:23:13.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:12.232416+0000 mgr.smithi115.zzjgkn (mgr.34102) 2268 : cluster [DBG] pgmap v1742: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:14.029 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:23:14.029 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (72m) 2m ago 77m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:23:14.029 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (45m) 2m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:23:14.029 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (45m) 2m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:23:14.029 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (74m) 2m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:23:14.029 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 2m ago 2h 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:23:14.029 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 2m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:23:14.029 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (71m) 2m ago 2h 452M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (61m) 2m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (56m) 2m ago 2h 338M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (50m) 2m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (77m) 2m ago 77m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (77m) 2m ago 77m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 119m - - 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 117m - - 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (40m) 2m ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (34m) 2m ago 2h 224M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (29m) 2m ago 2h 198M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (23m) 2m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (18m) 2m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (13m) 2m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (7m) 2m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (2m) 2m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:23:14.030 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (77m) 2m ago 77m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:23:14.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:12.232416+0000 mgr.smithi115.zzjgkn (mgr.34102) 2268 : cluster [DBG] pgmap v1742: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:14.354 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:23:14.354 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:23:14.354 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:23:14.354 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:23:14.354 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:23:14.354 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:23:14.354 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:23:14.354 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:23:14.354 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:23:14.354 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:23:14.354 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:23:14.355 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:23:14.355 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:23:14.355 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:23:14.355 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:23:14.355 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 12 2024-02-23T02:23:14.355 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:23:14.355 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:23:14.632 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:23:14.632 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:23:14.632 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:23:14.632 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:23:14.632 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:23:14.632 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:23:14.632 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:23:14.632 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:23:14.632 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:23:14.633 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:23:14.633 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "14/23 daemons upgraded", 2024-02-23T02:23:14.633 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:23:14.633 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:23:14.633 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:23:14.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:13.471961+0000 mgr.smithi115.zzjgkn (mgr.34102) 2269 : audit [DBG] from='client.36268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:14.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:13.746374+0000 mgr.smithi115.zzjgkn (mgr.34102) 2270 : audit [DBG] from='client.36272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:14.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:14.018383+0000 mon.smithi115 (mon.0) 2277 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:23:14.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:14.018699+0000 mon.smithi115 (mon.0) 2278 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:14.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:14.018951+0000 mon.smithi115 (mon.0) 2279 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:14.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:14.019174+0000 mon.smithi115 (mon.0) 2280 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:14.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:14.019396+0000 mon.smithi115 (mon.0) 2281 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:14.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:14.021217+0000 mon.smithi115 (mon.0) 2282 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:23:14.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:14.021472+0000 mon.smithi115 (mon.0) 2283 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:14.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:14.021708+0000 mon.smithi115 (mon.0) 2284 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:14.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:14.021935+0000 mon.smithi115 (mon.0) 2285 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:14.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:14.022146+0000 mon.smithi115 (mon.0) 2286 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:14.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:14.352743+0000 mon.smithi115 (mon.0) 2287 : audit [DBG] from='client.? 172.21.15.115:0/3144703148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:23:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:13.471961+0000 mgr.smithi115.zzjgkn (mgr.34102) 2269 : audit [DBG] from='client.36268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:13.746374+0000 mgr.smithi115.zzjgkn (mgr.34102) 2270 : audit [DBG] from='client.36272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:14.018383+0000 mon.smithi115 (mon.0) 2277 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:23:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:14.018699+0000 mon.smithi115 (mon.0) 2278 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:14.018951+0000 mon.smithi115 (mon.0) 2279 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:14.019174+0000 mon.smithi115 (mon.0) 2280 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:14.019396+0000 mon.smithi115 (mon.0) 2281 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:14.021217+0000 mon.smithi115 (mon.0) 2282 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:23:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:14.021472+0000 mon.smithi115 (mon.0) 2283 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:14.021708+0000 mon.smithi115 (mon.0) 2284 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:14.021935+0000 mon.smithi115 (mon.0) 2285 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:14.022146+0000 mon.smithi115 (mon.0) 2286 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:15.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:14.352743+0000 mon.smithi115 (mon.0) 2287 : audit [DBG] from='client.? 172.21.15.115:0/3144703148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:23:16.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:14.016600+0000 mgr.smithi115.zzjgkn (mgr.34102) 2271 : audit [DBG] from='client.36276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:16.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:14.232925+0000 mgr.smithi115.zzjgkn (mgr.34102) 2272 : cluster [DBG] pgmap v1743: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:16.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:14.630585+0000 mgr.smithi115.zzjgkn (mgr.34102) 2273 : audit [DBG] from='client.36284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:14.016600+0000 mgr.smithi115.zzjgkn (mgr.34102) 2271 : audit [DBG] from='client.36276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:14.232925+0000 mgr.smithi115.zzjgkn (mgr.34102) 2272 : cluster [DBG] pgmap v1743: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:14.630585+0000 mgr.smithi115.zzjgkn (mgr.34102) 2273 : audit [DBG] from='client.36284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:16.233577+0000 mgr.smithi115.zzjgkn (mgr.34102) 2274 : cluster [DBG] pgmap v1744: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:16.233577+0000 mgr.smithi115.zzjgkn (mgr.34102) 2274 : cluster [DBG] pgmap v1744: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:18.234217+0000 mgr.smithi115.zzjgkn (mgr.34102) 2275 : cluster [DBG] pgmap v1745: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:18.234217+0000 mgr.smithi115.zzjgkn (mgr.34102) 2275 : cluster [DBG] pgmap v1745: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:21.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:23:19.779665+0000 mgr.smithi115.zzjgkn (mgr.34102) 2276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:23:21.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:23:21.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:23:21.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:23:21.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:23:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:23:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:23:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:23:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:23:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:23:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:23:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:23:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:23:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:23:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:23:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:23:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:23:21.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:23:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:23:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:23:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:23:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:23:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:23:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:23:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:23:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:23:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:23:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:23:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:23:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:23:21.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:23:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:23:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:23:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:23:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:23:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:23:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:23:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:23:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:23:19.780556+0000 mgr.smithi115.zzjgkn (mgr.34102) 2277 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:23:21.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:23:19.780699+0000 mgr.smithi115.zzjgkn (mgr.34102) 2278 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:23:21.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:23:19.779665+0000 mgr.smithi115.zzjgkn (mgr.34102) 2276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:23:21.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:23:21.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:23:21.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:23:21.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:23:21.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:23:21.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:23:21.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:23:21.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:23:21.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:23:21.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:23:21.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:23:21.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:23:21.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:23:21.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:23:21.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:23:21.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:23:21.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:23:21.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:23:21.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:23:21.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:23:21.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:23:21.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:23:21.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:23:21.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:23:21.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:23:21.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:23:21.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:23:21.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:23:21.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:23:21.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:23:21.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:23:21.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:23:21.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:23:21.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:23:21.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:23:21.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:23:21.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:23:21.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:23:19.780556+0000 mgr.smithi115.zzjgkn (mgr.34102) 2277 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:23:21.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:23:19.780699+0000 mgr.smithi115.zzjgkn (mgr.34102) 2278 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:23:22.025 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:20.234778+0000 mgr.smithi115.zzjgkn (mgr.34102) 2279 : cluster [DBG] pgmap v1746: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:20.234778+0000 mgr.smithi115.zzjgkn (mgr.34102) 2279 : cluster [DBG] pgmap v1746: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:22.235540+0000 mgr.smithi115.zzjgkn (mgr.34102) 2280 : cluster [DBG] pgmap v1747: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:22.235540+0000 mgr.smithi115.zzjgkn (mgr.34102) 2280 : cluster [DBG] pgmap v1747: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:24.236274+0000 mgr.smithi115.zzjgkn (mgr.34102) 2281 : cluster [DBG] pgmap v1748: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:24.236274+0000 mgr.smithi115.zzjgkn (mgr.34102) 2281 : cluster [DBG] pgmap v1748: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:26.237041+0000 mgr.smithi115.zzjgkn (mgr.34102) 2282 : cluster [DBG] pgmap v1749: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:26.237041+0000 mgr.smithi115.zzjgkn (mgr.34102) 2282 : cluster [DBG] pgmap v1749: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:29.909 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:28.237594+0000 mgr.smithi115.zzjgkn (mgr.34102) 2283 : cluster [DBG] pgmap v1750: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:28.237594+0000 mgr.smithi115.zzjgkn (mgr.34102) 2283 : cluster [DBG] pgmap v1750: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:30.238088+0000 mgr.smithi115.zzjgkn (mgr.34102) 2284 : cluster [DBG] pgmap v1751: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:30.238088+0000 mgr.smithi115.zzjgkn (mgr.34102) 2284 : cluster [DBG] pgmap v1751: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:33.775 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:32.238905+0000 mgr.smithi115.zzjgkn (mgr.34102) 2285 : cluster [DBG] pgmap v1752: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:32.238905+0000 mgr.smithi115.zzjgkn (mgr.34102) 2285 : cluster [DBG] pgmap v1752: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:36.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:34.239658+0000 mgr.smithi115.zzjgkn (mgr.34102) 2286 : cluster [DBG] pgmap v1753: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:34.239658+0000 mgr.smithi115.zzjgkn (mgr.34102) 2286 : cluster [DBG] pgmap v1753: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:38.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:36.240306+0000 mgr.smithi115.zzjgkn (mgr.34102) 2287 : cluster [DBG] pgmap v1754: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:36.240306+0000 mgr.smithi115.zzjgkn (mgr.34102) 2287 : cluster [DBG] pgmap v1754: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:40.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:38.240840+0000 mgr.smithi115.zzjgkn (mgr.34102) 2288 : cluster [DBG] pgmap v1755: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:38.240840+0000 mgr.smithi115.zzjgkn (mgr.34102) 2288 : cluster [DBG] pgmap v1755: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:40.241543+0000 mgr.smithi115.zzjgkn (mgr.34102) 2289 : cluster [DBG] pgmap v1756: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:40.241543+0000 mgr.smithi115.zzjgkn (mgr.34102) 2289 : cluster [DBG] pgmap v1756: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:44.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:42.242132+0000 mgr.smithi115.zzjgkn (mgr.34102) 2290 : cluster [DBG] pgmap v1757: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:42.242132+0000 mgr.smithi115.zzjgkn (mgr.34102) 2290 : cluster [DBG] pgmap v1757: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:44.929 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:23:45.472 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:23:45.472 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (72m) 2m ago 78m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:23:45.472 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (45m) 2m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (45m) 2m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (75m) 2m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 2m ago 2h 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 2m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (72m) 2m ago 2h 452M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (61m) 2m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (56m) 2m ago 2h 338M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (51m) 2m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (78m) 2m ago 78m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (78m) 2m ago 78m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 2h - - 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 118m - - 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (40m) 2m ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:23:45.473 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (35m) 2m ago 2h 224M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:23:45.474 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (30m) 2m ago 2h 198M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:23:45.474 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (24m) 2m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:23:45.474 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (18m) 2m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:23:45.474 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (13m) 2m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:23:45.474 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (8m) 2m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:23:45.474 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (3m) 2m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:23:45.474 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (78m) 2m ago 78m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:23:45.802 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:23:45.802 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:23:45.803 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 12 2024-02-23T02:23:45.804 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:23:45.804 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:23:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:44.242864+0000 mgr.smithi115.zzjgkn (mgr.34102) 2291 : cluster [DBG] pgmap v1758: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:45.461027+0000 mon.smithi115 (mon.0) 2288 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:23:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:45.461403+0000 mon.smithi115 (mon.0) 2289 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:45.461752+0000 mon.smithi115 (mon.0) 2290 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:45.462021+0000 mon.smithi115 (mon.0) 2291 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:45.462278+0000 mon.smithi115 (mon.0) 2292 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:45.464223+0000 mon.smithi115 (mon.0) 2293 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:23:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:45.464573+0000 mon.smithi115 (mon.0) 2294 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:45.464858+0000 mon.smithi115 (mon.0) 2295 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:45.465116+0000 mon.smithi115 (mon.0) 2296 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:45.465373+0000 mon.smithi115 (mon.0) 2297 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:44.242864+0000 mgr.smithi115.zzjgkn (mgr.34102) 2291 : cluster [DBG] pgmap v1758: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:45.461027+0000 mon.smithi115 (mon.0) 2288 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:23:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:45.461403+0000 mon.smithi115 (mon.0) 2289 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:45.461752+0000 mon.smithi115 (mon.0) 2290 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:45.462021+0000 mon.smithi115 (mon.0) 2291 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:45.462278+0000 mon.smithi115 (mon.0) 2292 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:45.464223+0000 mon.smithi115 (mon.0) 2293 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:23:46.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:45.464573+0000 mon.smithi115 (mon.0) 2294 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:45.464858+0000 mon.smithi115 (mon.0) 2295 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:45.465116+0000 mon.smithi115 (mon.0) 2296 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:45.465373+0000 mon.smithi115 (mon.0) 2297 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:23:46.079 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:23:46.080 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:23:46.080 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:23:46.080 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:23:46.080 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:23:46.080 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:23:46.080 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:23:46.080 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:23:46.080 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:23:46.080 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:23:46.080 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "14/23 daemons upgraded", 2024-02-23T02:23:46.080 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:23:46.080 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:23:46.080 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:23:47.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:44.916607+0000 mgr.smithi115.zzjgkn (mgr.34102) 2292 : audit [DBG] from='client.36288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:47.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:45.191307+0000 mgr.smithi115.zzjgkn (mgr.34102) 2293 : audit [DBG] from='client.36292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:47.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:45.459271+0000 mgr.smithi115.zzjgkn (mgr.34102) 2294 : audit [DBG] from='client.36296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:47.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:45.801210+0000 mon.smithi115 (mon.0) 2298 : audit [DBG] from='client.? 172.21.15.115:0/2975831179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:23:47.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:44.916607+0000 mgr.smithi115.zzjgkn (mgr.34102) 2292 : audit [DBG] from='client.36288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:47.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:45.191307+0000 mgr.smithi115.zzjgkn (mgr.34102) 2293 : audit [DBG] from='client.36292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:47.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:45.459271+0000 mgr.smithi115.zzjgkn (mgr.34102) 2294 : audit [DBG] from='client.36296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:47.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:45.801210+0000 mon.smithi115 (mon.0) 2298 : audit [DBG] from='client.? 172.21.15.115:0/2975831179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:23:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:23:46.078178+0000 mgr.smithi115.zzjgkn (mgr.34102) 2295 : audit [DBG] from='client.36304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:46.243399+0000 mgr.smithi115.zzjgkn (mgr.34102) 2296 : cluster [DBG] pgmap v1759: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:23:46.078178+0000 mgr.smithi115.zzjgkn (mgr.34102) 2295 : audit [DBG] from='client.36304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:23:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:46.243399+0000 mgr.smithi115.zzjgkn (mgr.34102) 2296 : cluster [DBG] pgmap v1759: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:48.244077+0000 mgr.smithi115.zzjgkn (mgr.34102) 2297 : cluster [DBG] pgmap v1760: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:48.244077+0000 mgr.smithi115.zzjgkn (mgr.34102) 2297 : cluster [DBG] pgmap v1760: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:50.244849+0000 mgr.smithi115.zzjgkn (mgr.34102) 2298 : cluster [DBG] pgmap v1761: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:50.244849+0000 mgr.smithi115.zzjgkn (mgr.34102) 2298 : cluster [DBG] pgmap v1761: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:54.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:52.245448+0000 mgr.smithi115.zzjgkn (mgr.34102) 2299 : cluster [DBG] pgmap v1762: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:54.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:52.245448+0000 mgr.smithi115.zzjgkn (mgr.34102) 2299 : cluster [DBG] pgmap v1762: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:56.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:54.246062+0000 mgr.smithi115.zzjgkn (mgr.34102) 2300 : cluster [DBG] pgmap v1763: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:56.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:54.246062+0000 mgr.smithi115.zzjgkn (mgr.34102) 2300 : cluster [DBG] pgmap v1763: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:58.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:56.246847+0000 mgr.smithi115.zzjgkn (mgr.34102) 2301 : cluster [DBG] pgmap v1764: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:23:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:56.246847+0000 mgr.smithi115.zzjgkn (mgr.34102) 2301 : cluster [DBG] pgmap v1764: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:23:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:23:58.247360+0000 mgr.smithi115.zzjgkn (mgr.34102) 2302 : cluster [DBG] pgmap v1765: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:23:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:23:58.247360+0000 mgr.smithi115.zzjgkn (mgr.34102) 2302 : cluster [DBG] pgmap v1765: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:00.248012+0000 mgr.smithi115.zzjgkn (mgr.34102) 2303 : cluster [DBG] pgmap v1766: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:00.248012+0000 mgr.smithi115.zzjgkn (mgr.34102) 2303 : cluster [DBG] pgmap v1766: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:04.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:02.248589+0000 mgr.smithi115.zzjgkn (mgr.34102) 2304 : cluster [DBG] pgmap v1767: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:04.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:02.248589+0000 mgr.smithi115.zzjgkn (mgr.34102) 2304 : cluster [DBG] pgmap v1767: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:06.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:04.249230+0000 mgr.smithi115.zzjgkn (mgr.34102) 2305 : cluster [DBG] pgmap v1768: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:06.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:04.249230+0000 mgr.smithi115.zzjgkn (mgr.34102) 2305 : cluster [DBG] pgmap v1768: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:08.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:06.250024+0000 mgr.smithi115.zzjgkn (mgr.34102) 2306 : cluster [DBG] pgmap v1769: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:08.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:06.250024+0000 mgr.smithi115.zzjgkn (mgr.34102) 2306 : cluster [DBG] pgmap v1769: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:10.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:08.250686+0000 mgr.smithi115.zzjgkn (mgr.34102) 2307 : cluster [DBG] pgmap v1770: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:08.250686+0000 mgr.smithi115.zzjgkn (mgr.34102) 2307 : cluster [DBG] pgmap v1770: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:09.936597+0000 mon.smithi115 (mon.0) 2299 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-02-23T02:24:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:09.936913+0000 mon.smithi115 (mon.0) 2300 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T02:24:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:09.937166+0000 mon.smithi115 (mon.0) 2301 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:24:11.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:09.937402+0000 mon.smithi115 (mon.0) 2302 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:24:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:09.936597+0000 mon.smithi115 (mon.0) 2299 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-02-23T02:24:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:09.936913+0000 mon.smithi115 (mon.0) 2300 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T02:24:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:09.937166+0000 mon.smithi115 (mon.0) 2301 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:24:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:09.937402+0000 mon.smithi115 (mon.0) 2302 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:24:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:10.251176+0000 mgr.smithi115.zzjgkn (mgr.34102) 2308 : cluster [DBG] pgmap v1771: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:10.251176+0000 mgr.smithi115.zzjgkn (mgr.34102) 2308 : cluster [DBG] pgmap v1771: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:14.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:12.251905+0000 mgr.smithi115.zzjgkn (mgr.34102) 2309 : cluster [DBG] pgmap v1772: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:12.251905+0000 mgr.smithi115.zzjgkn (mgr.34102) 2309 : cluster [DBG] pgmap v1772: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:16.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:14.252444+0000 mgr.smithi115.zzjgkn (mgr.34102) 2310 : cluster [DBG] pgmap v1773: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:16.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:14.252444+0000 mgr.smithi115.zzjgkn (mgr.34102) 2310 : cluster [DBG] pgmap v1773: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:16.377 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:24:16.923 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:24:16.923 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (73m) 3m ago 78m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:24:16.923 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (46m) 3m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:24:16.924 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (46m) 3m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:24:16.924 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (75m) 3m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:24:16.924 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 3m ago 2h 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:24:16.924 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 3m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:24:16.924 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (72m) 3m ago 2h 452M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:24:16.924 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (62m) 3m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:24:16.925 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (57m) 3m ago 2h 338M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:24:16.925 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (52m) 3m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:24:16.925 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (78m) 3m ago 78m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:24:16.925 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (78m) 3m ago 78m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:24:16.925 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 2h - - 2024-02-23T02:24:16.926 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 118m - - 2024-02-23T02:24:16.926 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (41m) 3m ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:24:16.926 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (35m) 3m ago 2h 224M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:24:16.926 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (30m) 3m ago 2h 198M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:24:16.926 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (24m) 3m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:24:16.926 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (19m) 3m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:24:16.927 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (14m) 3m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:24:16.927 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (8m) 3m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:24:16.927 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (3m) 3m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:24:16.927 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (78m) 3m ago 78m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:24:17.251 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:24:17.252 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:24:17.253 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 12 2024-02-23T02:24:17.253 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:24:17.253 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:24:17.527 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:24:17.527 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:24:17.527 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:24:17.528 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:24:17.528 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:24:17.528 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:24:17.528 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:24:17.528 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:24:17.528 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:24:17.528 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:24:17.528 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "14/23 daemons upgraded", 2024-02-23T02:24:17.528 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:24:17.528 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:24:17.528 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:24:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:16.252937+0000 mgr.smithi115.zzjgkn (mgr.34102) 2311 : cluster [DBG] pgmap v1774: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:16.364678+0000 mgr.smithi115.zzjgkn (mgr.34102) 2312 : audit [DBG] from='client.36308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:16.639888+0000 mgr.smithi115.zzjgkn (mgr.34102) 2313 : audit [DBG] from='client.36312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:16.909609+0000 mgr.smithi115.zzjgkn (mgr.34102) 2314 : audit [DBG] from='client.36316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:16.911448+0000 mon.smithi115 (mon.0) 2303 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:24:18.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:16.911785+0000 mon.smithi115 (mon.0) 2304 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:16.912053+0000 mon.smithi115 (mon.0) 2305 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:16.912297+0000 mon.smithi115 (mon.0) 2306 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:16.912531+0000 mon.smithi115 (mon.0) 2307 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:16.914477+0000 mon.smithi115 (mon.0) 2308 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:24:18.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:16.914768+0000 mon.smithi115 (mon.0) 2309 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:16.915033+0000 mon.smithi115 (mon.0) 2310 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:16.915286+0000 mon.smithi115 (mon.0) 2311 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:16.915528+0000 mon.smithi115 (mon.0) 2312 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:17.250445+0000 mon.smithi115 (mon.0) 2313 : audit [DBG] from='client.? 172.21.15.115:0/1965251828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:24:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:16.252937+0000 mgr.smithi115.zzjgkn (mgr.34102) 2311 : cluster [DBG] pgmap v1774: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:18.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:16.364678+0000 mgr.smithi115.zzjgkn (mgr.34102) 2312 : audit [DBG] from='client.36308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:18.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:16.639888+0000 mgr.smithi115.zzjgkn (mgr.34102) 2313 : audit [DBG] from='client.36312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:18.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:16.909609+0000 mgr.smithi115.zzjgkn (mgr.34102) 2314 : audit [DBG] from='client.36316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:18.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:16.911448+0000 mon.smithi115 (mon.0) 2303 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:24:18.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:16.911785+0000 mon.smithi115 (mon.0) 2304 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:16.912053+0000 mon.smithi115 (mon.0) 2305 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:16.912297+0000 mon.smithi115 (mon.0) 2306 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:16.912531+0000 mon.smithi115 (mon.0) 2307 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:16.914477+0000 mon.smithi115 (mon.0) 2308 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:24:18.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:16.914768+0000 mon.smithi115 (mon.0) 2309 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:16.915033+0000 mon.smithi115 (mon.0) 2310 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:16.915286+0000 mon.smithi115 (mon.0) 2311 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:16.915528+0000 mon.smithi115 (mon.0) 2312 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:18.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:17.250445+0000 mon.smithi115 (mon.0) 2313 : audit [DBG] from='client.? 172.21.15.115:0/1965251828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:24:19.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:17.525966+0000 mgr.smithi115.zzjgkn (mgr.34102) 2315 : audit [DBG] from='client.36324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:19.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:17.525966+0000 mgr.smithi115.zzjgkn (mgr.34102) 2315 : audit [DBG] from='client.36324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:18.253603+0000 mgr.smithi115.zzjgkn (mgr.34102) 2316 : cluster [DBG] pgmap v1775: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:18.253603+0000 mgr.smithi115.zzjgkn (mgr.34102) 2316 : cluster [DBG] pgmap v1775: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:22.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:20.254205+0000 mgr.smithi115.zzjgkn (mgr.34102) 2317 : cluster [DBG] pgmap v1776: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:20.254205+0000 mgr.smithi115.zzjgkn (mgr.34102) 2317 : cluster [DBG] pgmap v1776: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:24.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:22.254854+0000 mgr.smithi115.zzjgkn (mgr.34102) 2318 : cluster [DBG] pgmap v1777: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:22.254854+0000 mgr.smithi115.zzjgkn (mgr.34102) 2318 : cluster [DBG] pgmap v1777: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:24.255375+0000 mgr.smithi115.zzjgkn (mgr.34102) 2319 : cluster [DBG] pgmap v1778: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:24.255375+0000 mgr.smithi115.zzjgkn (mgr.34102) 2319 : cluster [DBG] pgmap v1778: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:28.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:26.256090+0000 mgr.smithi115.zzjgkn (mgr.34102) 2320 : cluster [DBG] pgmap v1779: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:28.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:26.256090+0000 mgr.smithi115.zzjgkn (mgr.34102) 2320 : cluster [DBG] pgmap v1779: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:28.256808+0000 mgr.smithi115.zzjgkn (mgr.34102) 2321 : cluster [DBG] pgmap v1780: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:28.256808+0000 mgr.smithi115.zzjgkn (mgr.34102) 2321 : cluster [DBG] pgmap v1780: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:30.257342+0000 mgr.smithi115.zzjgkn (mgr.34102) 2322 : cluster [DBG] pgmap v1781: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:30.257342+0000 mgr.smithi115.zzjgkn (mgr.34102) 2322 : cluster [DBG] pgmap v1781: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:34.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:32.258093+0000 mgr.smithi115.zzjgkn (mgr.34102) 2323 : cluster [DBG] pgmap v1782: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:34.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:32.258093+0000 mgr.smithi115.zzjgkn (mgr.34102) 2323 : cluster [DBG] pgmap v1782: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:36.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:34.258735+0000 mgr.smithi115.zzjgkn (mgr.34102) 2324 : cluster [DBG] pgmap v1783: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:36.497 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:34.258735+0000 mgr.smithi115.zzjgkn (mgr.34102) 2324 : cluster [DBG] pgmap v1783: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:36.259303+0000 mgr.smithi115.zzjgkn (mgr.34102) 2325 : cluster [DBG] pgmap v1784: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:36.259303+0000 mgr.smithi115.zzjgkn (mgr.34102) 2325 : cluster [DBG] pgmap v1784: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:38.259809+0000 mgr.smithi115.zzjgkn (mgr.34102) 2326 : cluster [DBG] pgmap v1785: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:40.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:38.259809+0000 mgr.smithi115.zzjgkn (mgr.34102) 2326 : cluster [DBG] pgmap v1785: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:40.260503+0000 mgr.smithi115.zzjgkn (mgr.34102) 2327 : cluster [DBG] pgmap v1786: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:40.260503+0000 mgr.smithi115.zzjgkn (mgr.34102) 2327 : cluster [DBG] pgmap v1786: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:44.206 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:42.261184+0000 mgr.smithi115.zzjgkn (mgr.34102) 2328 : cluster [DBG] pgmap v1787: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:44.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:42.261184+0000 mgr.smithi115.zzjgkn (mgr.34102) 2328 : cluster [DBG] pgmap v1787: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:46.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:44.261852+0000 mgr.smithi115.zzjgkn (mgr.34102) 2329 : cluster [DBG] pgmap v1788: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:46.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:44.261852+0000 mgr.smithi115.zzjgkn (mgr.34102) 2329 : cluster [DBG] pgmap v1788: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:47.824 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:24:48.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:46.262490+0000 mgr.smithi115.zzjgkn (mgr.34102) 2330 : cluster [DBG] pgmap v1789: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:48.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:46.262490+0000 mgr.smithi115.zzjgkn (mgr.34102) 2330 : cluster [DBG] pgmap v1789: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:48.373 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:24:48.373 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (73m) 3m ago 79m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (47m) 4m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (46m) 3m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (76m) 3m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 4m ago 2h 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 3m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (73m) 4m ago 2h 452M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (62m) 3m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (57m) 4m ago 2h 338M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (52m) 3m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (79m) 4m ago 79m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (79m) 3m ago 79m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 2h - - 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 119m - - 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (41m) 4m ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:24:48.374 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (36m) 4m ago 2h 224M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:24:48.375 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (31m) 4m ago 2h 198M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:24:48.375 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (25m) 4m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:24:48.375 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (19m) 3m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:24:48.375 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (14m) 3m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:24:48.375 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (9m) 3m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:24:48.375 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (4m) 3m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:24:48.375 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (79m) 3m ago 79m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:24:48.696 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:24:48.696 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:24:48.696 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:24:48.697 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:24:48.697 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:24:48.697 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:24:48.697 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:24:48.697 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:24:48.697 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:24:48.697 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:24:48.697 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:24:48.697 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:24:48.697 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:24:48.697 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:24:48.697 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:24:48.697 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 12 2024-02-23T02:24:48.698 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:24:48.698 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:24:48.972 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:24:48.972 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:24:48.972 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:24:48.972 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:24:48.972 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:24:48.973 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:24:48.973 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:24:48.973 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:24:48.973 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:24:48.973 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:24:48.973 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "14/23 daemons upgraded", 2024-02-23T02:24:48.973 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:24:48.973 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:24:48.973 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:24:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:47.811385+0000 mgr.smithi115.zzjgkn (mgr.34102) 2331 : audit [DBG] from='client.36328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.362582+0000 mon.smithi115 (mon.0) 2314 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:24:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.362914+0000 mon.smithi115 (mon.0) 2315 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.363188+0000 mon.smithi115 (mon.0) 2316 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.363443+0000 mon.smithi115 (mon.0) 2317 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.363703+0000 mon.smithi115 (mon.0) 2318 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.365569+0000 mon.smithi115 (mon.0) 2319 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:24:49.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.365840+0000 mon.smithi115 (mon.0) 2320 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.366092+0000 mon.smithi115 (mon.0) 2321 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.366341+0000 mon.smithi115 (mon.0) 2322 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.366584+0000 mon.smithi115 (mon.0) 2323 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.695296+0000 mon.smithi115 (mon.0) 2324 : audit [DBG] from='client.? 172.21.15.115:0/800272333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:24:49.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:47.811385+0000 mgr.smithi115.zzjgkn (mgr.34102) 2331 : audit [DBG] from='client.36328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:49.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.362582+0000 mon.smithi115 (mon.0) 2314 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:24:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.362914+0000 mon.smithi115 (mon.0) 2315 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.363188+0000 mon.smithi115 (mon.0) 2316 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.363443+0000 mon.smithi115 (mon.0) 2317 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.363703+0000 mon.smithi115 (mon.0) 2318 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.365569+0000 mon.smithi115 (mon.0) 2319 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:24:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.365840+0000 mon.smithi115 (mon.0) 2320 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.366092+0000 mon.smithi115 (mon.0) 2321 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.366341+0000 mon.smithi115 (mon.0) 2322 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.366584+0000 mon.smithi115 (mon.0) 2323 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:24:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.695296+0000 mon.smithi115 (mon.0) 2324 : audit [DBG] from='client.? 172.21.15.115:0/800272333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:24:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.089494+0000 mgr.smithi115.zzjgkn (mgr.34102) 2332 : audit [DBG] from='client.36332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:48.262945+0000 mgr.smithi115.zzjgkn (mgr.34102) 2333 : cluster [DBG] pgmap v1790: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:50.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.360826+0000 mgr.smithi115.zzjgkn (mgr.34102) 2334 : audit [DBG] from='client.36336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.089494+0000 mgr.smithi115.zzjgkn (mgr.34102) 2332 : audit [DBG] from='client.36332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:48.262945+0000 mgr.smithi115.zzjgkn (mgr.34102) 2333 : cluster [DBG] pgmap v1790: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.360826+0000 mgr.smithi115.zzjgkn (mgr.34102) 2334 : audit [DBG] from='client.36336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:51.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:24:48.970501+0000 mgr.smithi115.zzjgkn (mgr.34102) 2335 : audit [DBG] from='client.36344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:51.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:24:48.970501+0000 mgr.smithi115.zzjgkn (mgr.34102) 2335 : audit [DBG] from='client.36344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:24:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:50.263512+0000 mgr.smithi115.zzjgkn (mgr.34102) 2336 : cluster [DBG] pgmap v1791: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:50.263512+0000 mgr.smithi115.zzjgkn (mgr.34102) 2336 : cluster [DBG] pgmap v1791: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:54.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:52.264136+0000 mgr.smithi115.zzjgkn (mgr.34102) 2337 : cluster [DBG] pgmap v1792: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:54.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:52.264136+0000 mgr.smithi115.zzjgkn (mgr.34102) 2337 : cluster [DBG] pgmap v1792: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:54.264668+0000 mgr.smithi115.zzjgkn (mgr.34102) 2338 : cluster [DBG] pgmap v1793: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:54.264668+0000 mgr.smithi115.zzjgkn (mgr.34102) 2338 : cluster [DBG] pgmap v1793: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:56.265378+0000 mgr.smithi115.zzjgkn (mgr.34102) 2339 : cluster [DBG] pgmap v1794: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:24:58.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:56.265378+0000 mgr.smithi115.zzjgkn (mgr.34102) 2339 : cluster [DBG] pgmap v1794: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:24:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:24:58.266096+0000 mgr.smithi115.zzjgkn (mgr.34102) 2340 : cluster [DBG] pgmap v1795: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:00.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:24:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:24:58.266096+0000 mgr.smithi115.zzjgkn (mgr.34102) 2340 : cluster [DBG] pgmap v1795: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:00.266700+0000 mgr.smithi115.zzjgkn (mgr.34102) 2341 : cluster [DBG] pgmap v1796: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:00.266700+0000 mgr.smithi115.zzjgkn (mgr.34102) 2341 : cluster [DBG] pgmap v1796: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:02.267432+0000 mgr.smithi115.zzjgkn (mgr.34102) 2342 : cluster [DBG] pgmap v1797: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:02.267432+0000 mgr.smithi115.zzjgkn (mgr.34102) 2342 : cluster [DBG] pgmap v1797: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:04.268172+0000 mgr.smithi115.zzjgkn (mgr.34102) 2343 : cluster [DBG] pgmap v1798: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:06.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:04.268172+0000 mgr.smithi115.zzjgkn (mgr.34102) 2343 : cluster [DBG] pgmap v1798: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:08.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:06.268936+0000 mgr.smithi115.zzjgkn (mgr.34102) 2344 : cluster [DBG] pgmap v1799: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:08.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:06.268936+0000 mgr.smithi115.zzjgkn (mgr.34102) 2344 : cluster [DBG] pgmap v1799: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:08.269658+0000 mgr.smithi115.zzjgkn (mgr.34102) 2345 : cluster [DBG] pgmap v1800: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:08.269658+0000 mgr.smithi115.zzjgkn (mgr.34102) 2345 : cluster [DBG] pgmap v1800: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:09.940773+0000 mon.smithi115 (mon.0) 2325 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T02:25:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:09.941122+0000 mon.smithi115 (mon.0) 2326 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-02-23T02:25:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:09.941317+0000 mon.smithi115 (mon.0) 2327 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:25:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:09.941508+0000 mon.smithi115 (mon.0) 2328 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:25:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:09.940773+0000 mon.smithi115 (mon.0) 2325 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T02:25:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:09.941122+0000 mon.smithi115 (mon.0) 2326 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-02-23T02:25:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:09.941317+0000 mon.smithi115 (mon.0) 2327 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:25:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:09.941508+0000 mon.smithi115 (mon.0) 2328 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:25:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:10.270257+0000 mgr.smithi115.zzjgkn (mgr.34102) 2346 : cluster [DBG] pgmap v1801: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:10.270257+0000 mgr.smithi115.zzjgkn (mgr.34102) 2346 : cluster [DBG] pgmap v1801: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:14.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:12.271096+0000 mgr.smithi115.zzjgkn (mgr.34102) 2347 : cluster [DBG] pgmap v1802: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:14.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:12.271096+0000 mgr.smithi115.zzjgkn (mgr.34102) 2347 : cluster [DBG] pgmap v1802: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:14.271746+0000 mgr.smithi115.zzjgkn (mgr.34102) 2348 : cluster [DBG] pgmap v1803: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:16.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:14.271746+0000 mgr.smithi115.zzjgkn (mgr.34102) 2348 : cluster [DBG] pgmap v1803: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:16.272285+0000 mgr.smithi115.zzjgkn (mgr.34102) 2349 : cluster [DBG] pgmap v1804: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:18.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:16.272285+0000 mgr.smithi115.zzjgkn (mgr.34102) 2349 : cluster [DBG] pgmap v1804: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:19.264 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:25:19.808 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:25:19.808 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (74m) 4m ago 79m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:25:19.808 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (47m) 4m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:25:19.808 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (47m) 4m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:25:19.809 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (76m) 4m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:25:19.809 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 4m ago 2h 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:25:19.809 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 4m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:25:19.809 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (74m) 4m ago 2h 452M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:25:19.809 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (63m) 4m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:25:19.809 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (58m) 4m ago 2h 338M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:25:19.810 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (53m) 4m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:25:19.810 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (79m) 4m ago 79m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:25:19.810 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (79m) 4m ago 79m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:25:19.810 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 2h - - 2024-02-23T02:25:19.810 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 119m - - 2024-02-23T02:25:19.810 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (42m) 4m ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:25:19.811 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (37m) 4m ago 2h 224M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:25:19.811 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (31m) 4m ago 2h 198M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:25:19.811 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (25m) 4m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:25:19.811 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (20m) 4m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:25:19.811 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (15m) 4m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:25:19.811 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (9m) 4m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:25:19.811 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (4m) 4m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:25:19.811 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (79m) 4m ago 79m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:25:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:18.272899+0000 mgr.smithi115.zzjgkn (mgr.34102) 2350 : cluster [DBG] pgmap v1805: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:19.796826+0000 mon.smithi115 (mon.0) 2329 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:25:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:19.797184+0000 mon.smithi115 (mon.0) 2330 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:19.797450+0000 mon.smithi115 (mon.0) 2331 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:19.797696+0000 mon.smithi115 (mon.0) 2332 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:19.797932+0000 mon.smithi115 (mon.0) 2333 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:19.799769+0000 mon.smithi115 (mon.0) 2334 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:25:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:19.800040+0000 mon.smithi115 (mon.0) 2335 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:19.800281+0000 mon.smithi115 (mon.0) 2336 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:19.800516+0000 mon.smithi115 (mon.0) 2337 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:19.800760+0000 mon.smithi115 (mon.0) 2338 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.132 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:25:20.132 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:25:20.132 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:25:20.132 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:25:20.132 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:25:20.132 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:25:20.132 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:25:20.132 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:25:20.132 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:25:20.132 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:25:20.132 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:25:20.132 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:25:20.133 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:25:20.133 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:25:20.133 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:25:20.133 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 12 2024-02-23T02:25:20.133 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:25:20.133 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:25:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:18.272899+0000 mgr.smithi115.zzjgkn (mgr.34102) 2350 : cluster [DBG] pgmap v1805: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:19.796826+0000 mon.smithi115 (mon.0) 2329 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:25:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:19.797184+0000 mon.smithi115 (mon.0) 2330 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:19.797450+0000 mon.smithi115 (mon.0) 2331 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:19.797696+0000 mon.smithi115 (mon.0) 2332 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:19.797932+0000 mon.smithi115 (mon.0) 2333 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:19.799769+0000 mon.smithi115 (mon.0) 2334 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:25:20.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:19.800040+0000 mon.smithi115 (mon.0) 2335 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:19.800281+0000 mon.smithi115 (mon.0) 2336 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:19.800516+0000 mon.smithi115 (mon.0) 2337 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:19.800760+0000 mon.smithi115 (mon.0) 2338 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:20.407 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:25:20.407 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:25:20.408 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:25:20.408 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:25:20.408 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:25:20.408 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:25:20.408 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:25:20.408 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:25:20.408 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:25:20.408 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:25:20.408 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "14/23 daemons upgraded", 2024-02-23T02:25:20.408 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading osd daemons", 2024-02-23T02:25:20.408 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:25:20.408 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:25:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:19.252014+0000 mgr.smithi115.zzjgkn (mgr.34102) 2351 : audit [DBG] from='client.36348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:19.528392+0000 mgr.smithi115.zzjgkn (mgr.34102) 2352 : audit [DBG] from='client.36352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:19.795100+0000 mgr.smithi115.zzjgkn (mgr.34102) 2353 : audit [DBG] from='client.36356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:20.130656+0000 mon.smithi115 (mon.0) 2339 : audit [DBG] from='client.? 172.21.15.115:0/2457112040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:25:21.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:19.252014+0000 mgr.smithi115.zzjgkn (mgr.34102) 2351 : audit [DBG] from='client.36348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:21.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:19.528392+0000 mgr.smithi115.zzjgkn (mgr.34102) 2352 : audit [DBG] from='client.36352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:21.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:19.795100+0000 mgr.smithi115.zzjgkn (mgr.34102) 2353 : audit [DBG] from='client.36356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:21.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:20.130656+0000 mon.smithi115 (mon.0) 2339 : audit [DBG] from='client.? 172.21.15.115:0/2457112040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:25:22.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:20.273406+0000 mgr.smithi115.zzjgkn (mgr.34102) 2354 : cluster [DBG] pgmap v1806: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:22.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:20.406067+0000 mgr.smithi115.zzjgkn (mgr.34102) 2355 : audit [DBG] from='client.36364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:20.273406+0000 mgr.smithi115.zzjgkn (mgr.34102) 2354 : cluster [DBG] pgmap v1806: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:20.406067+0000 mgr.smithi115.zzjgkn (mgr.34102) 2355 : audit [DBG] from='client.36364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:22.274170+0000 mgr.smithi115.zzjgkn (mgr.34102) 2356 : cluster [DBG] pgmap v1807: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:22.274170+0000 mgr.smithi115.zzjgkn (mgr.34102) 2356 : cluster [DBG] pgmap v1807: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:24.274792+0000 mgr.smithi115.zzjgkn (mgr.34102) 2357 : cluster [DBG] pgmap v1808: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:24.274792+0000 mgr.smithi115.zzjgkn (mgr.34102) 2357 : cluster [DBG] pgmap v1808: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:28.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:26.275357+0000 mgr.smithi115.zzjgkn (mgr.34102) 2358 : cluster [DBG] pgmap v1809: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:28.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:26.275357+0000 mgr.smithi115.zzjgkn (mgr.34102) 2358 : cluster [DBG] pgmap v1809: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:28.275860+0000 mgr.smithi115.zzjgkn (mgr.34102) 2359 : cluster [DBG] pgmap v1810: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:28.275860+0000 mgr.smithi115.zzjgkn (mgr.34102) 2359 : cluster [DBG] pgmap v1810: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:30.276413+0000 mgr.smithi115.zzjgkn (mgr.34102) 2360 : cluster [DBG] pgmap v1811: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:30.276413+0000 mgr.smithi115.zzjgkn (mgr.34102) 2360 : cluster [DBG] pgmap v1811: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:34.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:32.277036+0000 mgr.smithi115.zzjgkn (mgr.34102) 2361 : cluster [DBG] pgmap v1812: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:34.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:32.277036+0000 mgr.smithi115.zzjgkn (mgr.34102) 2361 : cluster [DBG] pgmap v1812: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:36.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:34.277658+0000 mgr.smithi115.zzjgkn (mgr.34102) 2362 : cluster [DBG] pgmap v1813: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:36.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:34.277658+0000 mgr.smithi115.zzjgkn (mgr.34102) 2362 : cluster [DBG] pgmap v1813: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:36.278316+0000 mgr.smithi115.zzjgkn (mgr.34102) 2363 : cluster [DBG] pgmap v1814: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:36.278316+0000 mgr.smithi115.zzjgkn (mgr.34102) 2363 : cluster [DBG] pgmap v1814: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:38.278968+0000 mgr.smithi115.zzjgkn (mgr.34102) 2364 : cluster [DBG] pgmap v1815: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:40.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:38.278968+0000 mgr.smithi115.zzjgkn (mgr.34102) 2364 : cluster [DBG] pgmap v1815: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:41.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:40.279712+0000 mgr.smithi115.zzjgkn (mgr.34102) 2365 : cluster [DBG] pgmap v1816: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:41.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:40.279712+0000 mgr.smithi115.zzjgkn (mgr.34102) 2365 : cluster [DBG] pgmap v1816: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:43.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:42.280258+0000 mgr.smithi115.zzjgkn (mgr.34102) 2366 : cluster [DBG] pgmap v1817: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:42.280258+0000 mgr.smithi115.zzjgkn (mgr.34102) 2366 : cluster [DBG] pgmap v1817: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:45.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:44.280862+0000 mgr.smithi115.zzjgkn (mgr.34102) 2367 : cluster [DBG] pgmap v1818: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:45.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:44.280862+0000 mgr.smithi115.zzjgkn (mgr.34102) 2367 : cluster [DBG] pgmap v1818: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:47.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:46.281504+0000 mgr.smithi115.zzjgkn (mgr.34102) 2368 : cluster [DBG] pgmap v1819: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:47.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:46.281504+0000 mgr.smithi115.zzjgkn (mgr.34102) 2368 : cluster [DBG] pgmap v1819: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:49.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:48.282075+0000 mgr.smithi115.zzjgkn (mgr.34102) 2369 : cluster [DBG] pgmap v1820: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:49.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.292125+0000 mon.smithi115 (mon.0) 2340 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:25:49.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.294902+0000 mon.smithi115 (mon.0) 2341 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:25:49.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.296394+0000 mon.smithi115 (mon.0) 2342 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:25:49.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.297792+0000 mon.smithi115 (mon.0) 2343 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:25:49.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.299887+0000 mon.smithi115 (mon.0) 2344 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:25:49.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.305384+0000 mon.smithi115 (mon.0) 2345 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:25:49.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.306156+0000 mon.smithi115 (mon.0) 2346 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-23T02:25:49.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.309770+0000 mon.smithi115 (mon.0) 2347 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-23T02:25:49.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.310454+0000 mon.smithi115 (mon.0) 2348 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-23T02:25:49.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.314819+0000 mon.smithi115 (mon.0) 2349 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-23T02:25:49.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.315470+0000 mon.smithi115 (mon.0) 2350 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-23T02:25:49.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.319886+0000 mon.smithi115 (mon.0) 2351 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-23T02:25:49.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.320554+0000 mon.smithi115 (mon.0) 2352 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-23T02:25:49.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.325511+0000 mon.smithi115 (mon.0) 2353 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-23T02:25:49.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.326214+0000 mon.smithi115 (mon.0) 2354 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-23T02:25:49.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.330784+0000 mon.smithi115 (mon.0) 2355 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-23T02:25:49.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.331433+0000 mon.smithi115 (mon.0) 2356 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-23T02:25:49.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.335756+0000 mon.smithi115 (mon.0) 2357 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-23T02:25:49.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.336400+0000 mon.smithi115 (mon.0) 2358 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-23T02:25:49.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.340489+0000 mon.smithi115 (mon.0) 2359 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-23T02:25:49.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.341136+0000 mon.smithi115 (mon.0) 2360 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-23T02:25:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:48.282075+0000 mgr.smithi115.zzjgkn (mgr.34102) 2369 : cluster [DBG] pgmap v1820: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.292125+0000 mon.smithi115 (mon.0) 2340 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:25:49.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.294902+0000 mon.smithi115 (mon.0) 2341 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.296394+0000 mon.smithi115 (mon.0) 2342 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.297792+0000 mon.smithi115 (mon.0) 2343 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.299887+0000 mon.smithi115 (mon.0) 2344 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.305384+0000 mon.smithi115 (mon.0) 2345 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.306156+0000 mon.smithi115 (mon.0) 2346 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.309770+0000 mon.smithi115 (mon.0) 2347 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.310454+0000 mon.smithi115 (mon.0) 2348 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.314819+0000 mon.smithi115 (mon.0) 2349 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.315470+0000 mon.smithi115 (mon.0) 2350 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.319886+0000 mon.smithi115 (mon.0) 2351 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.320554+0000 mon.smithi115 (mon.0) 2352 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.325511+0000 mon.smithi115 (mon.0) 2353 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.326214+0000 mon.smithi115 (mon.0) 2354 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-23T02:25:49.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.330784+0000 mon.smithi115 (mon.0) 2355 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-23T02:25:49.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.331433+0000 mon.smithi115 (mon.0) 2356 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-23T02:25:49.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.335756+0000 mon.smithi115 (mon.0) 2357 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-23T02:25:49.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.336400+0000 mon.smithi115 (mon.0) 2358 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-23T02:25:49.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.340489+0000 mon.smithi115 (mon.0) 2359 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-23T02:25:49.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.341136+0000 mon.smithi115 (mon.0) 2360 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-23T02:25:50.712 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:25:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:25:49.289872+0000 mgr.smithi115.zzjgkn (mgr.34102) 2370 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:25:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:25:50.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:25:50.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:25:50.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:25:50.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:25:50.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:25:50.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:25:50.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:25:50.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:25:50.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:25:50.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:25:50.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:25:50.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:25:50.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:25:50.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:25:50.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:25:50.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:25:50.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:25:50.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:25:50.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:25:50.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:25:50.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:25:50.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:25:50.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:25:50.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:25:50.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:25:50.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:25:50.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:25:50.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:25:50.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:25:50.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:25:50.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:25:50.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:25:50.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:25:50.779 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:25:50.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:25:50.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:25:50.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:25:50.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:25:50.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:25:50.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:25:50.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:25:50.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:25:50.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:25:50.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:25:50.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:25:50.780 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:25:50.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:25:50.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:25:50.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:25:50.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:25:50.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:25:49.300588+0000 mgr.smithi115.zzjgkn (mgr.34102) 2371 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-23T02:25:50.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.344069+0000 mon.smithi115 (mon.0) 2361 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-23T02:25:50.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:25:49.345611+0000 mgr.smithi115.zzjgkn (mgr.34102) 2372 : cephadm [INF] Upgrade: Setting require_osd_release to 16 pacific 2024-02-23T02:25:50.781 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:49.348668+0000 mon.smithi115 (mon.0) 2362 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd require-osd-release", "release": "pacific"}]: dispatch 2024-02-23T02:25:50.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:25:49.289872+0000 mgr.smithi115.zzjgkn (mgr.34102) 2370 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:25:50.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:25:50.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:25:50.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:25:50.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:25:50.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:25:50.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:25:50.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:25:50.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:25:50.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:25:50.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:25:50.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:25:50.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:25:50.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:25:50.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:25:50.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:25:50.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:25:50.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:25:50.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:25:50.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:25:50.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:25:50.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:25:50.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:25:50.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:25:50.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:25:50.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:25:50.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:25:50.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:25:50.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:25:50.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:25:50.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:25:50.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:25:50.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:25:50.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:25:50.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:25:50.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:25:50.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:25:50.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:25:50.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:25:50.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:25:50.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:25:50.786 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:25:50.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:25:50.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:25:50.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:25:50.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:25:50.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:25:50.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:25:50.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:25:50.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:25:50.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:25:50.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:25:50.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:25:49.300588+0000 mgr.smithi115.zzjgkn (mgr.34102) 2371 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-23T02:25:50.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.344069+0000 mon.smithi115 (mon.0) 2361 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-23T02:25:50.788 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:25:49.345611+0000 mgr.smithi115.zzjgkn (mgr.34102) 2372 : cephadm [INF] Upgrade: Setting require_osd_release to 16 pacific 2024-02-23T02:25:50.788 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:49.348668+0000 mon.smithi115 (mon.0) 2362 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd require-osd-release", "release": "pacific"}]: dispatch 2024-02-23T02:25:51.289 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:25:51.289 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (74m) 5m ago 80m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:25:51.289 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (48m) 5m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:25:51.289 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (47m) 5m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:25:51.289 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (77m) 5m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:25:51.289 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2h) 5m ago 2h 36.9M - 15.2.13 2cf504fded39 ba558306af48 2024-02-23T02:25:51.289 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 5m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:25:51.289 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (74m) 5m ago 2h 452M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:25:51.289 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (64m) 5m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:25:51.289 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (58m) 5m ago 2h 338M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:25:51.289 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (53m) 5m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:25:51.289 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (80m) 5m ago 80m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:25:51.290 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (80m) 5m ago 80m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:25:51.290 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 2h - - 2024-02-23T02:25:51.290 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 2h - - 2024-02-23T02:25:51.290 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (42m) 5m ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:25:51.290 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (37m) 5m ago 2h 224M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:25:51.290 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (32m) 5m ago 2h 198M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:25:51.290 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (26m) 5m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:25:51.290 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (20m) 5m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:25:51.290 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (15m) 5m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:25:51.290 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (10m) 5m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:25:51.290 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (5m) 5m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:25:51.290 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (80m) 5m ago 80m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:25:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:50.282717+0000 mgr.smithi115.zzjgkn (mgr.34102) 2373 : cluster [DBG] pgmap v1821: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:50.346570+0000 mon.smithi115 (mon.0) 2363 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running pacific or later but require_osd_release < pacific) 2024-02-23T02:25:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:50.355004+0000 mon.smithi115 (mon.0) 2364 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "osd require-osd-release", "release": "pacific"}]': finished 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:50.355079+0000 mon.smithi115 (mon.0) 2365 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:50.357570+0000 mon.smithi115 (mon.0) 2366 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi115.sbksrt"]}]: dispatch 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:25:50.358187+0000 mgr.smithi115.zzjgkn (mgr.34102) 2374 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi115.sbksrt 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:50.700047+0000 mgr.smithi115.zzjgkn (mgr.34102) 2375 : audit [DBG] from='client.36368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.277331+0000 mon.smithi115 (mon.0) 2367 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.277666+0000 mon.smithi115 (mon.0) 2368 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.277930+0000 mon.smithi115 (mon.0) 2369 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.278167+0000 mon.smithi115 (mon.0) 2370 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.278402+0000 mon.smithi115 (mon.0) 2371 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.280326+0000 mon.smithi115 (mon.0) 2372 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.280626+0000 mon.smithi115 (mon.0) 2373 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.280897+0000 mon.smithi115 (mon.0) 2374 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.281140+0000 mon.smithi115 (mon.0) 2375 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.281376+0000 mon.smithi115 (mon.0) 2376 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.625 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:25:51.626 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:25:51.626 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:25:51.626 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:25:51.626 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:25:51.626 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:25:51.626 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:25:51.626 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:25:51.626 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:25:51.626 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:25:51.626 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:25:51.626 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-23T02:25:51.626 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:25:51.627 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:25:51.627 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-23T02:25:51.627 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 12 2024-02-23T02:25:51.627 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:25:51.627 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:25:51.711 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:50.282717+0000 mgr.smithi115.zzjgkn (mgr.34102) 2373 : cluster [DBG] pgmap v1821: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:51.711 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:50.346570+0000 mon.smithi115 (mon.0) 2363 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running pacific or later but require_osd_release < pacific) 2024-02-23T02:25:51.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:50.355004+0000 mon.smithi115 (mon.0) 2364 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "osd require-osd-release", "release": "pacific"}]': finished 2024-02-23T02:25:51.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:50.355079+0000 mon.smithi115 (mon.0) 2365 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-02-23T02:25:51.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:50.357570+0000 mon.smithi115 (mon.0) 2366 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi115.sbksrt"]}]: dispatch 2024-02-23T02:25:51.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:25:50.358187+0000 mgr.smithi115.zzjgkn (mgr.34102) 2374 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi115.sbksrt 2024-02-23T02:25:51.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:50.700047+0000 mgr.smithi115.zzjgkn (mgr.34102) 2375 : audit [DBG] from='client.36368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:51.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.277331+0000 mon.smithi115 (mon.0) 2367 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:25:51.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.277666+0000 mon.smithi115 (mon.0) 2368 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.277930+0000 mon.smithi115 (mon.0) 2369 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.278167+0000 mon.smithi115 (mon.0) 2370 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.278402+0000 mon.smithi115 (mon.0) 2371 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.712 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.280326+0000 mon.smithi115 (mon.0) 2372 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:25:51.713 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.280626+0000 mon.smithi115 (mon.0) 2373 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.713 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.280897+0000 mon.smithi115 (mon.0) 2374 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.713 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.281140+0000 mon.smithi115 (mon.0) 2375 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.713 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.281376+0000 mon.smithi115 (mon.0) 2376 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:25:51.904 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:25:51.904 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:25:51.904 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:25:51.904 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:25:51.904 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:25:51.905 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:25:51.905 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:25:51.905 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:25:51.905 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:25:51.905 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:25:51.905 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "14/23 daemons upgraded", 2024-02-23T02:25:51.905 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:25:51.905 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:25:51.905 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:25:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:50.991347+0000 mgr.smithi115.zzjgkn (mgr.34102) 2376 : audit [DBG] from='client.36372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.275582+0000 mgr.smithi115.zzjgkn (mgr.34102) 2377 : audit [DBG] from='client.36376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.624357+0000 mon.smithi115 (mon.0) 2377 : audit [DBG] from='client.? 172.21.15.115:0/4156627284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:25:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.902738+0000 mgr.smithi115.zzjgkn (mgr.34102) 2378 : audit [DBG] from='client.36384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.942541+0000 mon.smithi115 (mon.0) 2378 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:25:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.943151+0000 mon.smithi115 (mon.0) 2379 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi115.sbksrt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-23T02:25:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.943723+0000 mon.smithi115 (mon.0) 2380 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:25:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:51.944496+0000 mon.smithi115 (mon.0) 2381 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "container_image"}]: dispatch 2024-02-23T02:25:52.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:50.991347+0000 mgr.smithi115.zzjgkn (mgr.34102) 2376 : audit [DBG] from='client.36372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:52.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.275582+0000 mgr.smithi115.zzjgkn (mgr.34102) 2377 : audit [DBG] from='client.36376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:52.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.624357+0000 mon.smithi115 (mon.0) 2377 : audit [DBG] from='client.? 172.21.15.115:0/4156627284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:25:52.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.902738+0000 mgr.smithi115.zzjgkn (mgr.34102) 2378 : audit [DBG] from='client.36384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:25:52.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.942541+0000 mon.smithi115 (mon.0) 2378 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:25:52.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.943151+0000 mon.smithi115 (mon.0) 2379 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi115.sbksrt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-23T02:25:52.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.943723+0000 mon.smithi115 (mon.0) 2380 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:25:52.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:51.944496+0000 mon.smithi115 (mon.0) 2381 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "container_image"}]: dispatch 2024-02-23T02:25:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:25:51.938507+0000 mgr.smithi115.zzjgkn (mgr.34102) 2379 : cephadm [INF] Upgrade: Updating mds.foofs.smithi115.sbksrt 2024-02-23T02:25:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:25:51.944190+0000 mgr.smithi115.zzjgkn (mgr.34102) 2380 : cephadm [INF] Deploying daemon mds.foofs.smithi115.sbksrt on smithi115 2024-02-23T02:25:53.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:52.283212+0000 mgr.smithi115.zzjgkn (mgr.34102) 2381 : cluster [DBG] pgmap v1823: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:25:51.938507+0000 mgr.smithi115.zzjgkn (mgr.34102) 2379 : cephadm [INF] Upgrade: Updating mds.foofs.smithi115.sbksrt 2024-02-23T02:25:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:25:51.944190+0000 mgr.smithi115.zzjgkn (mgr.34102) 2380 : cephadm [INF] Deploying daemon mds.foofs.smithi115.sbksrt on smithi115 2024-02-23T02:25:53.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:52.283212+0000 mgr.smithi115.zzjgkn (mgr.34102) 2381 : cluster [DBG] pgmap v1823: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:54.732 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T02:25:54.353+0000 7fcb210e4700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-23T02:25:54.732 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:53.579950+0000 mon.smithi115 (mon.0) 2382 : cluster [WRN] daemon mds.foofs.smithi115.sbksrt compat changed unexpectedly 2024-02-23T02:25:54.732 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:53.586496+0000 mon.smithi115 (mon.0) 2383 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-23T02:25:54.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:53.579950+0000 mon.smithi115 (mon.0) 2382 : cluster [WRN] daemon mds.foofs.smithi115.sbksrt compat changed unexpectedly 2024-02-23T02:25:54.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:53.586496+0000 mon.smithi115 (mon.0) 2383 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-23T02:25:55.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:54.283547+0000 mgr.smithi115.zzjgkn (mgr.34102) 2382 : cluster [DBG] pgmap v1825: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:55.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:54.354451+0000 mon.smithi115 (mon.0) 2384 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-23T02:25:55.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:54.354474+0000 mon.smithi115 (mon.0) 2385 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-23T02:25:55.696 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:54.361118+0000 mon.smithi115 (mon.0) 2386 : cluster [INF] Standby daemon mds.foofs.smithi131.xlpzyy assigned to filesystem foofs as rank 0 2024-02-23T02:25:55.697 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:54.361198+0000 mon.smithi115 (mon.0) 2387 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-23T02:25:55.697 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:54.361214+0000 mon.smithi115 (mon.0) 2388 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-23T02:25:55.697 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:54.361388+0000 mon.smithi115 (mon.0) 2389 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-23T02:25:55.697 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:54.367143+0000 mon.smithi115 (mon.0) 2390 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi131.xlpzyy=up:replay} 2024-02-23T02:25:55.697 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:54.954513+0000 mon.smithi115 (mon.0) 2391 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:25:55.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:54.283547+0000 mgr.smithi115.zzjgkn (mgr.34102) 2382 : cluster [DBG] pgmap v1825: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:25:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:54.354451+0000 mon.smithi115 (mon.0) 2384 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-23T02:25:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:54.354474+0000 mon.smithi115 (mon.0) 2385 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-23T02:25:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:54.361118+0000 mon.smithi115 (mon.0) 2386 : cluster [INF] Standby daemon mds.foofs.smithi131.xlpzyy assigned to filesystem foofs as rank 0 2024-02-23T02:25:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:54.361198+0000 mon.smithi115 (mon.0) 2387 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-23T02:25:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:54.361214+0000 mon.smithi115 (mon.0) 2388 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-23T02:25:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:54.361388+0000 mon.smithi115 (mon.0) 2389 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-23T02:25:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:54.367143+0000 mon.smithi115 (mon.0) 2390 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi131.xlpzyy=up:replay} 2024-02-23T02:25:55.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:54.954513+0000 mon.smithi115 (mon.0) 2391 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:25:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:55.593706+0000 mds.foofs.smithi131.xlpzyy (mds.0) 1 : cluster [DBG] reconnect by client.27731 172.21.15.131:0/1773926231 after 0 2024-02-23T02:25:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:55.593812+0000 mds.foofs.smithi131.xlpzyy (mds.0) 2 : cluster [DBG] reconnect by client.19956 172.21.15.115:0/2252918969 after 0 2024-02-23T02:25:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:55.594822+0000 mon.smithi115 (mon.0) 2392 : cluster [DBG] mds.? [v2:172.21.15.131:6832/40808897,v1:172.21.15.131:6833/40808897] up:reconnect 2024-02-23T02:25:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:55.594896+0000 mon.smithi115 (mon.0) 2393 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi131.xlpzyy=up:reconnect} 2024-02-23T02:25:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:56.516390+0000 mon.smithi115 (mon.0) 2394 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:25:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:56.517053+0000 mon.smithi115 (mon.0) 2395 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:25:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:56.518281+0000 mon.smithi115 (mon.0) 2396 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:25:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:55.593706+0000 mds.foofs.smithi131.xlpzyy (mds.0) 1 : cluster [DBG] reconnect by client.27731 172.21.15.131:0/1773926231 after 0 2024-02-23T02:25:57.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:55.593812+0000 mds.foofs.smithi131.xlpzyy (mds.0) 2 : cluster [DBG] reconnect by client.19956 172.21.15.115:0/2252918969 after 0 2024-02-23T02:25:57.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:55.594822+0000 mon.smithi115 (mon.0) 2392 : cluster [DBG] mds.? [v2:172.21.15.131:6832/40808897,v1:172.21.15.131:6833/40808897] up:reconnect 2024-02-23T02:25:57.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:55.594896+0000 mon.smithi115 (mon.0) 2393 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi131.xlpzyy=up:reconnect} 2024-02-23T02:25:57.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:56.516390+0000 mon.smithi115 (mon.0) 2394 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:25:57.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:56.517053+0000 mon.smithi115 (mon.0) 2395 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:25:57.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:56.518281+0000 mon.smithi115 (mon.0) 2396 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:25:58.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:56.284158+0000 mgr.smithi115.zzjgkn (mgr.34102) 2383 : cluster [DBG] pgmap v1826: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.0 MiB/s rd, 2 op/s 2024-02-23T02:25:58.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:56.593279+0000 mon.smithi115 (mon.0) 2397 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-23T02:25:58.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:56.600402+0000 mon.smithi115 (mon.0) 2398 : cluster [DBG] mds.? [v2:172.21.15.131:6832/40808897,v1:172.21.15.131:6833/40808897] up:rejoin 2024-02-23T02:25:58.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:56.600439+0000 mon.smithi115 (mon.0) 2399 : cluster [DBG] mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943] up:boot 2024-02-23T02:25:58.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:56.600484+0000 mon.smithi115 (mon.0) 2400 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi131.xlpzyy=up:rejoin} 1 up:standby 2024-02-23T02:25:58.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:56.600668+0000 mon.smithi115 (mon.0) 2401 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi115.sbksrt"}]: dispatch 2024-02-23T02:25:58.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:56.603991+0000 mon.smithi115 (mon.0) 2402 : cluster [INF] daemon mds.foofs.smithi131.xlpzyy is now active in filesystem foofs as rank 0 2024-02-23T02:25:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:56.284158+0000 mgr.smithi115.zzjgkn (mgr.34102) 2383 : cluster [DBG] pgmap v1826: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.0 MiB/s rd, 2 op/s 2024-02-23T02:25:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:56.593279+0000 mon.smithi115 (mon.0) 2397 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-23T02:25:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:56.600402+0000 mon.smithi115 (mon.0) 2398 : cluster [DBG] mds.? [v2:172.21.15.131:6832/40808897,v1:172.21.15.131:6833/40808897] up:rejoin 2024-02-23T02:25:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:56.600439+0000 mon.smithi115 (mon.0) 2399 : cluster [DBG] mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943] up:boot 2024-02-23T02:25:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:56.600484+0000 mon.smithi115 (mon.0) 2400 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi131.xlpzyy=up:rejoin} 1 up:standby 2024-02-23T02:25:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:56.600668+0000 mon.smithi115 (mon.0) 2401 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi115.sbksrt"}]: dispatch 2024-02-23T02:25:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:56.603991+0000 mon.smithi115 (mon.0) 2402 : cluster [INF] daemon mds.foofs.smithi131.xlpzyy is now active in filesystem foofs as rank 0 2024-02-23T02:25:59.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:57.597448+0000 mon.smithi115 (mon.0) 2403 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-23T02:25:59.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:57.601057+0000 mon.smithi115 (mon.0) 2404 : cluster [DBG] mds.? [v2:172.21.15.131:6832/40808897,v1:172.21.15.131:6833/40808897] up:active 2024-02-23T02:25:59.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:57.601101+0000 mon.smithi115 (mon.0) 2405 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi131.xlpzyy=up:active} 1 up:standby 2024-02-23T02:25:59.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:58.565847+0000 mon.smithi115 (mon.0) 2406 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:25:59.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:57.597448+0000 mon.smithi115 (mon.0) 2403 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-23T02:25:59.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:57.601057+0000 mon.smithi115 (mon.0) 2404 : cluster [DBG] mds.? [v2:172.21.15.131:6832/40808897,v1:172.21.15.131:6833/40808897] up:active 2024-02-23T02:25:59.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:57.601101+0000 mon.smithi115 (mon.0) 2405 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi131.xlpzyy=up:active} 1 up:standby 2024-02-23T02:25:59.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:58.565847+0000 mon.smithi115 (mon.0) 2406 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:25:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:58.284729+0000 mgr.smithi115.zzjgkn (mgr.34102) 2384 : cluster [DBG] pgmap v1827: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 255 B/s wr, 5 op/s 2024-02-23T02:25:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:58.836231+0000 mon.smithi115 (mon.0) 2407 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:25:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:58.836874+0000 mon.smithi115 (mon.0) 2408 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:25:59.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:25:58.837395+0000 mgr.smithi115.zzjgkn (mgr.34102) 2385 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:25:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:58.837934+0000 mgr.smithi115.zzjgkn (mgr.34102) 2386 : cluster [DBG] pgmap v1828: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 241 B/s wr, 7 op/s 2024-02-23T02:25:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:25:58.838125+0000 mgr.smithi115.zzjgkn (mgr.34102) 2387 : cluster [DBG] pgmap v1829: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 26 MiB/s rd, 312 B/s wr, 9 op/s 2024-02-23T02:25:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:58.841808+0000 mon.smithi115 (mon.0) 2409 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:25:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:58.843853+0000 mon.smithi115 (mon.0) 2410 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:25:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:25:58.847049+0000 mon.smithi115 (mon.0) 2411 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:25:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:25:58.848230+0000 mgr.smithi115.zzjgkn (mgr.34102) 2388 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:25:59.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:25:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:25:58.848336+0000 mgr.smithi115.zzjgkn (mgr.34102) 2389 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:26:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:58.284729+0000 mgr.smithi115.zzjgkn (mgr.34102) 2384 : cluster [DBG] pgmap v1827: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 255 B/s wr, 5 op/s 2024-02-23T02:26:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:58.836231+0000 mon.smithi115 (mon.0) 2407 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:26:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:58.836874+0000 mon.smithi115 (mon.0) 2408 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:26:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:25:58.837395+0000 mgr.smithi115.zzjgkn (mgr.34102) 2385 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:26:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:58.837934+0000 mgr.smithi115.zzjgkn (mgr.34102) 2386 : cluster [DBG] pgmap v1828: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 241 B/s wr, 7 op/s 2024-02-23T02:26:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:25:58.838125+0000 mgr.smithi115.zzjgkn (mgr.34102) 2387 : cluster [DBG] pgmap v1829: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 26 MiB/s rd, 312 B/s wr, 9 op/s 2024-02-23T02:26:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:58.841808+0000 mon.smithi115 (mon.0) 2409 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:26:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:58.843853+0000 mon.smithi115 (mon.0) 2410 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:26:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:25:58.847049+0000 mon.smithi115 (mon.0) 2411 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:26:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:25:58.848230+0000 mgr.smithi115.zzjgkn (mgr.34102) 2388 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:26:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:25:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:25:58.848336+0000 mgr.smithi115.zzjgkn (mgr.34102) 2389 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:26:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:00.838747+0000 mgr.smithi115.zzjgkn (mgr.34102) 2390 : cluster [DBG] pgmap v1830: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 23 MiB/s rd, 282 B/s wr, 9 op/s 2024-02-23T02:26:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:00.838747+0000 mgr.smithi115.zzjgkn (mgr.34102) 2390 : cluster [DBG] pgmap v1830: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 23 MiB/s rd, 282 B/s wr, 9 op/s 2024-02-23T02:26:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:02.839447+0000 mgr.smithi115.zzjgkn (mgr.34102) 2391 : cluster [DBG] pgmap v1831: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 239 B/s wr, 10 op/s 2024-02-23T02:26:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:02.839447+0000 mgr.smithi115.zzjgkn (mgr.34102) 2391 : cluster [DBG] pgmap v1831: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 239 B/s wr, 10 op/s 2024-02-23T02:26:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:04.840025+0000 mgr.smithi115.zzjgkn (mgr.34102) 2392 : cluster [DBG] pgmap v1832: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 239 B/s wr, 8 op/s 2024-02-23T02:26:06.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:04.840025+0000 mgr.smithi115.zzjgkn (mgr.34102) 2392 : cluster [DBG] pgmap v1832: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 239 B/s wr, 8 op/s 2024-02-23T02:26:08.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:06.840835+0000 mgr.smithi115.zzjgkn (mgr.34102) 2393 : cluster [DBG] pgmap v1833: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.9 KiB/s wr, 7 op/s 2024-02-23T02:26:08.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:06.840835+0000 mgr.smithi115.zzjgkn (mgr.34102) 2393 : cluster [DBG] pgmap v1833: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.9 KiB/s wr, 7 op/s 2024-02-23T02:26:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:08.841531+0000 mgr.smithi115.zzjgkn (mgr.34102) 2394 : cluster [DBG] pgmap v1834: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 8.7 KiB/s wr, 7 op/s 2024-02-23T02:26:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:08.841531+0000 mgr.smithi115.zzjgkn (mgr.34102) 2394 : cluster [DBG] pgmap v1834: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 8.7 KiB/s wr, 7 op/s 2024-02-23T02:26:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:09.944731+0000 mon.smithi115 (mon.0) 2412 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-23T02:26:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:09.945040+0000 mon.smithi115 (mon.0) 2413 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:26:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:09.945270+0000 mon.smithi115 (mon.0) 2414 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T02:26:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:09.945493+0000 mon.smithi115 (mon.0) 2415 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-23T02:26:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:09.955474+0000 mon.smithi115 (mon.0) 2416 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:26:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:09.944731+0000 mon.smithi115 (mon.0) 2412 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-23T02:26:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:09.945040+0000 mon.smithi115 (mon.0) 2413 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-23T02:26:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:09.945270+0000 mon.smithi115 (mon.0) 2414 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T02:26:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:09.945493+0000 mon.smithi115 (mon.0) 2415 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-23T02:26:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:09.955474+0000 mon.smithi115 (mon.0) 2416 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:26:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:10.841983+0000 mgr.smithi115.zzjgkn (mgr.34102) 2395 : cluster [DBG] pgmap v1835: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 7.7 KiB/s wr, 6 op/s 2024-02-23T02:26:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:10.841983+0000 mgr.smithi115.zzjgkn (mgr.34102) 2395 : cluster [DBG] pgmap v1835: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 7.7 KiB/s wr, 6 op/s 2024-02-23T02:26:14.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:12.842727+0000 mgr.smithi115.zzjgkn (mgr.34102) 2396 : cluster [DBG] pgmap v1836: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 9.7 KiB/s wr, 6 op/s 2024-02-23T02:26:14.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:12.842727+0000 mgr.smithi115.zzjgkn (mgr.34102) 2396 : cluster [DBG] pgmap v1836: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 9.7 KiB/s wr, 6 op/s 2024-02-23T02:26:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:14.843390+0000 mgr.smithi115.zzjgkn (mgr.34102) 2397 : cluster [DBG] pgmap v1837: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s wr, 4 op/s 2024-02-23T02:26:16.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:14.843390+0000 mgr.smithi115.zzjgkn (mgr.34102) 2397 : cluster [DBG] pgmap v1837: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s wr, 4 op/s 2024-02-23T02:26:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:16.844132+0000 mgr.smithi115.zzjgkn (mgr.34102) 2398 : cluster [DBG] pgmap v1838: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s wr, 4 op/s 2024-02-23T02:26:18.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:16.844132+0000 mgr.smithi115.zzjgkn (mgr.34102) 2398 : cluster [DBG] pgmap v1838: 129 pgs: 129 active+clean; 174 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s wr, 4 op/s 2024-02-23T02:26:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:18.844701+0000 mgr.smithi115.zzjgkn (mgr.34102) 2399 : cluster [DBG] pgmap v1839: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s wr, 3 op/s 2024-02-23T02:26:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:18.844701+0000 mgr.smithi115.zzjgkn (mgr.34102) 2399 : cluster [DBG] pgmap v1839: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s wr, 3 op/s 2024-02-23T02:26:22.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:20.845129+0000 mgr.smithi115.zzjgkn (mgr.34102) 2400 : cluster [DBG] pgmap v1840: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s wr, 1 op/s 2024-02-23T02:26:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:20.845129+0000 mgr.smithi115.zzjgkn (mgr.34102) 2400 : cluster [DBG] pgmap v1840: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s wr, 1 op/s 2024-02-23T02:26:22.202 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:26:22.745 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:26:22.745 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (75m) 5m ago 81m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:26:22.745 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (48m) 24s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:26:22.745 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (48m) 5m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:26:22.745 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (77m) 5m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:26:22.745 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (26s) 24s ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 5m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (75m) 24s ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (64m) 5m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (59m) 24s ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (54m) 5m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (80m) 24s ago 80m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (80m) 5m ago 80m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 24s ago 2h - - 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 2h - - 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (43m) 24s ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (38m) 24s ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (32m) 24s ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (26m) 24s ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (21m) 5m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:26:22.746 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (16m) 5m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:26:22.747 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (10m) 5m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:26:22.747 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (5m) 5m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:26:22.747 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (80m) 5m ago 80m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:26:23.070 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:26:23.071 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:26:23.071 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:26:23.071 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:26:23.071 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:26:23.071 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:26:23.071 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:26:23.071 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:26:23.071 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:26:23.071 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:26:23.071 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:26:23.072 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:26:23.072 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T02:26:23.072 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:26:23.072 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:26:23.072 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:26:23.072 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 13 2024-02-23T02:26:23.072 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:26:23.072 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:26:23.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:22.734056+0000 mon.smithi115 (mon.0) 2417 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:26:23.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:22.734368+0000 mon.smithi115 (mon.0) 2418 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:22.734637+0000 mon.smithi115 (mon.0) 2419 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:22.734917+0000 mon.smithi115 (mon.0) 2420 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:22.735215+0000 mon.smithi115 (mon.0) 2421 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:22.737128+0000 mon.smithi115 (mon.0) 2422 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:26:23.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:22.737400+0000 mon.smithi115 (mon.0) 2423 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:22.737678+0000 mon.smithi115 (mon.0) 2424 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:22.737923+0000 mon.smithi115 (mon.0) 2425 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:22.738152+0000 mon.smithi115 (mon.0) 2426 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:22.734056+0000 mon.smithi115 (mon.0) 2417 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:26:23.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:22.734368+0000 mon.smithi115 (mon.0) 2418 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:22.734637+0000 mon.smithi115 (mon.0) 2419 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:22.734917+0000 mon.smithi115 (mon.0) 2420 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:22.735215+0000 mon.smithi115 (mon.0) 2421 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:22.737128+0000 mon.smithi115 (mon.0) 2422 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:26:23.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:22.737400+0000 mon.smithi115 (mon.0) 2423 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:22.737678+0000 mon.smithi115 (mon.0) 2424 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:22.737923+0000 mon.smithi115 (mon.0) 2425 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:22.738152+0000 mon.smithi115 (mon.0) 2426 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:23.345 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:26:23.345 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:26:23.345 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:26:23.345 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:26:23.345 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:26:23.345 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:26:23.346 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:26:23.346 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:26:23.346 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:26:23.346 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:26:23.346 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "15/23 daemons upgraded", 2024-02-23T02:26:23.346 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:26:23.346 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:26:23.346 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:26:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:22.189216+0000 mgr.smithi115.zzjgkn (mgr.34102) 2401 : audit [DBG] from='client.36392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:22.465483+0000 mgr.smithi115.zzjgkn (mgr.34102) 2402 : audit [DBG] from='client.36396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:22.732258+0000 mgr.smithi115.zzjgkn (mgr.34102) 2403 : audit [DBG] from='client.36400 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:22.845639+0000 mgr.smithi115.zzjgkn (mgr.34102) 2404 : cluster [DBG] pgmap v1841: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-02-23T02:26:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:23.069315+0000 mon.smithi115 (mon.0) 2427 : audit [DBG] from='client.? 172.21.15.115:0/4057536694' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:26:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:22.189216+0000 mgr.smithi115.zzjgkn (mgr.34102) 2401 : audit [DBG] from='client.36392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:22.465483+0000 mgr.smithi115.zzjgkn (mgr.34102) 2402 : audit [DBG] from='client.36396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:22.732258+0000 mgr.smithi115.zzjgkn (mgr.34102) 2403 : audit [DBG] from='client.36400 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:22.845639+0000 mgr.smithi115.zzjgkn (mgr.34102) 2404 : cluster [DBG] pgmap v1841: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.3 KiB/s wr, 1 op/s 2024-02-23T02:26:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:23.069315+0000 mon.smithi115 (mon.0) 2427 : audit [DBG] from='client.? 172.21.15.115:0/4057536694' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:26:25.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:23.343669+0000 mgr.smithi115.zzjgkn (mgr.34102) 2405 : audit [DBG] from='client.36408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:25.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:23.343669+0000 mgr.smithi115.zzjgkn (mgr.34102) 2405 : audit [DBG] from='client.36408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:24.846317+0000 mgr.smithi115.zzjgkn (mgr.34102) 2406 : cluster [DBG] pgmap v1842: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-23T02:26:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:24.846317+0000 mgr.smithi115.zzjgkn (mgr.34102) 2406 : cluster [DBG] pgmap v1842: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-23T02:26:27.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:26.846986+0000 mgr.smithi115.zzjgkn (mgr.34102) 2407 : cluster [DBG] pgmap v1843: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-23T02:26:27.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:26.846986+0000 mgr.smithi115.zzjgkn (mgr.34102) 2407 : cluster [DBG] pgmap v1843: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-23T02:26:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:28.847604+0000 mgr.smithi115.zzjgkn (mgr.34102) 2408 : cluster [DBG] pgmap v1844: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 85 B/s wr, 0 op/s 2024-02-23T02:26:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:28.847604+0000 mgr.smithi115.zzjgkn (mgr.34102) 2408 : cluster [DBG] pgmap v1844: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 85 B/s wr, 0 op/s 2024-02-23T02:26:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:30.848204+0000 mgr.smithi115.zzjgkn (mgr.34102) 2409 : cluster [DBG] pgmap v1845: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:30.848204+0000 mgr.smithi115.zzjgkn (mgr.34102) 2409 : cluster [DBG] pgmap v1845: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:32.848820+0000 mgr.smithi115.zzjgkn (mgr.34102) 2410 : cluster [DBG] pgmap v1846: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:32.848820+0000 mgr.smithi115.zzjgkn (mgr.34102) 2410 : cluster [DBG] pgmap v1846: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:36.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:34.849311+0000 mgr.smithi115.zzjgkn (mgr.34102) 2411 : cluster [DBG] pgmap v1847: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:36.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:34.849311+0000 mgr.smithi115.zzjgkn (mgr.34102) 2411 : cluster [DBG] pgmap v1847: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:36.850049+0000 mgr.smithi115.zzjgkn (mgr.34102) 2412 : cluster [DBG] pgmap v1848: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:36.850049+0000 mgr.smithi115.zzjgkn (mgr.34102) 2412 : cluster [DBG] pgmap v1848: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:38.850831+0000 mgr.smithi115.zzjgkn (mgr.34102) 2413 : cluster [DBG] pgmap v1849: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:40.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:38.850831+0000 mgr.smithi115.zzjgkn (mgr.34102) 2413 : cluster [DBG] pgmap v1849: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:40.851480+0000 mgr.smithi115.zzjgkn (mgr.34102) 2414 : cluster [DBG] pgmap v1850: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:40.851480+0000 mgr.smithi115.zzjgkn (mgr.34102) 2414 : cluster [DBG] pgmap v1850: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:44.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:42.852072+0000 mgr.smithi115.zzjgkn (mgr.34102) 2415 : cluster [DBG] pgmap v1851: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:44.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:42.852072+0000 mgr.smithi115.zzjgkn (mgr.34102) 2415 : cluster [DBG] pgmap v1851: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:46.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:44.852781+0000 mgr.smithi115.zzjgkn (mgr.34102) 2416 : cluster [DBG] pgmap v1852: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:46.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:44.852781+0000 mgr.smithi115.zzjgkn (mgr.34102) 2416 : cluster [DBG] pgmap v1852: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:48.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:46.853517+0000 mgr.smithi115.zzjgkn (mgr.34102) 2417 : cluster [DBG] pgmap v1853: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:48.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:46.853517+0000 mgr.smithi115.zzjgkn (mgr.34102) 2417 : cluster [DBG] pgmap v1853: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:48.854052+0000 mgr.smithi115.zzjgkn (mgr.34102) 2418 : cluster [DBG] pgmap v1854: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:48.854052+0000 mgr.smithi115.zzjgkn (mgr.34102) 2418 : cluster [DBG] pgmap v1854: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:50.854552+0000 mgr.smithi115.zzjgkn (mgr.34102) 2419 : cluster [DBG] pgmap v1855: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:50.854552+0000 mgr.smithi115.zzjgkn (mgr.34102) 2419 : cluster [DBG] pgmap v1855: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:53.645 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:26:54.195 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:26:54.195 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (75m) 6m ago 81m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:26:54.195 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (49m) 55s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:26:54.195 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (49m) 6m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:26:54.195 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (78m) 6m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:26:54.195 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (58s) 55s ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:26:54.195 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 6m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (75m) 55s ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (65m) 6m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (59m) 55s ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (54m) 6m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (81m) 55s ago 81m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (81m) 6m ago 81m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 55s ago 2h - - 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 6m ago 2h - - 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (43m) 55s ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (38m) 55s ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (33m) 55s ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (27m) 55s ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (21m) 6m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (16m) 6m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:26:54.196 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (11m) 6m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:26:54.197 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (6m) 6m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:26:54.197 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (81m) 6m ago 81m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:26:54.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:52.855152+0000 mgr.smithi115.zzjgkn (mgr.34102) 2420 : cluster [DBG] pgmap v1856: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:54.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:52.855152+0000 mgr.smithi115.zzjgkn (mgr.34102) 2420 : cluster [DBG] pgmap v1856: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:54.517 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:26:54.517 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:26:54.517 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:26:54.517 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:26:54.517 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 13 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:26:54.518 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:26:54.789 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:26:54.790 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:26:54.790 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:26:54.790 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:26:54.790 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:26:54.790 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:26:54.790 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:26:54.790 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:26:54.790 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:26:54.790 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:26:54.790 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "15/23 daemons upgraded", 2024-02-23T02:26:54.790 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:26:54.790 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:26:54.790 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:26:55.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:53.632470+0000 mgr.smithi115.zzjgkn (mgr.34102) 2421 : audit [DBG] from='client.36412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:55.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:53.911775+0000 mgr.smithi115.zzjgkn (mgr.34102) 2422 : audit [DBG] from='client.36416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:55.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:54.183874+0000 mon.smithi115 (mon.0) 2428 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:26:55.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:54.184232+0000 mon.smithi115 (mon.0) 2429 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:54.184523+0000 mon.smithi115 (mon.0) 2430 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:54.184799+0000 mon.smithi115 (mon.0) 2431 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:54.185057+0000 mon.smithi115 (mon.0) 2432 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:54.186922+0000 mon.smithi115 (mon.0) 2433 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:26:55.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:54.187180+0000 mon.smithi115 (mon.0) 2434 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:54.187436+0000 mon.smithi115 (mon.0) 2435 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:54.187691+0000 mon.smithi115 (mon.0) 2436 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:54.187943+0000 mon.smithi115 (mon.0) 2437 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:54.515992+0000 mon.smithi115 (mon.0) 2438 : audit [DBG] from='client.? 172.21.15.115:0/756206692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:26:55.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:53.632470+0000 mgr.smithi115.zzjgkn (mgr.34102) 2421 : audit [DBG] from='client.36412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:55.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:53.911775+0000 mgr.smithi115.zzjgkn (mgr.34102) 2422 : audit [DBG] from='client.36416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:55.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:54.183874+0000 mon.smithi115 (mon.0) 2428 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:26:55.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:54.184232+0000 mon.smithi115 (mon.0) 2429 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:54.184523+0000 mon.smithi115 (mon.0) 2430 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:54.184799+0000 mon.smithi115 (mon.0) 2431 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:54.185057+0000 mon.smithi115 (mon.0) 2432 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:54.186922+0000 mon.smithi115 (mon.0) 2433 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:26:55.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:54.187180+0000 mon.smithi115 (mon.0) 2434 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:54.187436+0000 mon.smithi115 (mon.0) 2435 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:54.187691+0000 mon.smithi115 (mon.0) 2436 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:54.187943+0000 mon.smithi115 (mon.0) 2437 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:26:55.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:54.515992+0000 mon.smithi115 (mon.0) 2438 : audit [DBG] from='client.? 172.21.15.115:0/756206692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:26:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:54.182089+0000 mgr.smithi115.zzjgkn (mgr.34102) 2423 : audit [DBG] from='client.36420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:26:54.788077+0000 mgr.smithi115.zzjgkn (mgr.34102) 2424 : audit [DBG] from='client.36428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:54.855594+0000 mgr.smithi115.zzjgkn (mgr.34102) 2425 : cluster [DBG] pgmap v1857: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:54.182089+0000 mgr.smithi115.zzjgkn (mgr.34102) 2423 : audit [DBG] from='client.36420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:26:54.788077+0000 mgr.smithi115.zzjgkn (mgr.34102) 2424 : audit [DBG] from='client.36428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:26:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:54.855594+0000 mgr.smithi115.zzjgkn (mgr.34102) 2425 : cluster [DBG] pgmap v1857: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:56.856351+0000 mgr.smithi115.zzjgkn (mgr.34102) 2426 : cluster [DBG] pgmap v1858: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:58.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:56.856351+0000 mgr.smithi115.zzjgkn (mgr.34102) 2426 : cluster [DBG] pgmap v1858: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:59.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:26:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:26:58.856933+0000 mgr.smithi115.zzjgkn (mgr.34102) 2427 : cluster [DBG] pgmap v1859: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:26:59.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:26:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:26:58.856933+0000 mgr.smithi115.zzjgkn (mgr.34102) 2427 : cluster [DBG] pgmap v1859: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:02.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:00.857567+0000 mgr.smithi115.zzjgkn (mgr.34102) 2428 : cluster [DBG] pgmap v1860: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:02.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:00.857567+0000 mgr.smithi115.zzjgkn (mgr.34102) 2428 : cluster [DBG] pgmap v1860: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:02.858213+0000 mgr.smithi115.zzjgkn (mgr.34102) 2429 : cluster [DBG] pgmap v1861: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:02.858213+0000 mgr.smithi115.zzjgkn (mgr.34102) 2429 : cluster [DBG] pgmap v1861: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:04.858920+0000 mgr.smithi115.zzjgkn (mgr.34102) 2430 : cluster [DBG] pgmap v1862: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:06.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:04.858920+0000 mgr.smithi115.zzjgkn (mgr.34102) 2430 : cluster [DBG] pgmap v1862: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:08.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:06.859508+0000 mgr.smithi115.zzjgkn (mgr.34102) 2431 : cluster [DBG] pgmap v1863: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:08.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:06.859508+0000 mgr.smithi115.zzjgkn (mgr.34102) 2431 : cluster [DBG] pgmap v1863: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:08.860246+0000 mgr.smithi115.zzjgkn (mgr.34102) 2432 : cluster [DBG] pgmap v1864: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:08.860246+0000 mgr.smithi115.zzjgkn (mgr.34102) 2432 : cluster [DBG] pgmap v1864: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:09.948515+0000 mon.smithi115 (mon.0) 2439 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-23T02:27:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:09.948843+0000 mon.smithi115 (mon.0) 2440 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T02:27:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:09.949063+0000 mon.smithi115 (mon.0) 2441 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T02:27:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:09.949287+0000 mon.smithi115 (mon.0) 2442 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:27:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:09.948515+0000 mon.smithi115 (mon.0) 2439 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-23T02:27:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:09.948843+0000 mon.smithi115 (mon.0) 2440 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T02:27:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:09.949063+0000 mon.smithi115 (mon.0) 2441 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T02:27:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:09.949287+0000 mon.smithi115 (mon.0) 2442 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:27:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:10.860781+0000 mgr.smithi115.zzjgkn (mgr.34102) 2433 : cluster [DBG] pgmap v1865: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:10.860781+0000 mgr.smithi115.zzjgkn (mgr.34102) 2433 : cluster [DBG] pgmap v1865: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:14.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:12.861388+0000 mgr.smithi115.zzjgkn (mgr.34102) 2434 : cluster [DBG] pgmap v1866: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:14.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:12.861388+0000 mgr.smithi115.zzjgkn (mgr.34102) 2434 : cluster [DBG] pgmap v1866: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:14.861951+0000 mgr.smithi115.zzjgkn (mgr.34102) 2435 : cluster [DBG] pgmap v1867: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:16.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:14.861951+0000 mgr.smithi115.zzjgkn (mgr.34102) 2435 : cluster [DBG] pgmap v1867: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:16.862577+0000 mgr.smithi115.zzjgkn (mgr.34102) 2436 : cluster [DBG] pgmap v1868: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:18.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:16.862577+0000 mgr.smithi115.zzjgkn (mgr.34102) 2436 : cluster [DBG] pgmap v1868: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:18.863337+0000 mgr.smithi115.zzjgkn (mgr.34102) 2437 : cluster [DBG] pgmap v1869: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:18.863337+0000 mgr.smithi115.zzjgkn (mgr.34102) 2437 : cluster [DBG] pgmap v1869: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:20.864065+0000 mgr.smithi115.zzjgkn (mgr.34102) 2438 : cluster [DBG] pgmap v1870: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:21.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:20.864065+0000 mgr.smithi115.zzjgkn (mgr.34102) 2438 : cluster [DBG] pgmap v1870: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:22.864659+0000 mgr.smithi115.zzjgkn (mgr.34102) 2439 : cluster [DBG] pgmap v1871: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:22.864659+0000 mgr.smithi115.zzjgkn (mgr.34102) 2439 : cluster [DBG] pgmap v1871: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:25.087 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:27:25.636 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:27:25.636 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (76m) 6m ago 82m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:27:25.636 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (49m) 87s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:27:25.636 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (49m) 6m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:27:25.636 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (78m) 6m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:27:25.636 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (89s) 87s ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:27:25.636 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 6m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:27:25.636 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (76m) 87s ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:27:25.636 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (65m) 6m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:27:25.636 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (60m) 87s ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:27:25.636 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (55m) 6m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:27:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (81m) 87s ago 81m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:27:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (81m) 6m ago 81m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:27:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 87s ago 2h - - 2024-02-23T02:27:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 6m ago 2h - - 2024-02-23T02:27:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (44m) 87s ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:27:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (39m) 87s ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:27:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (33m) 87s ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:27:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (27m) 87s ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:27:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (22m) 6m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:27:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (17m) 6m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:27:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (11m) 6m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:27:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (6m) 6m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:27:25.637 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (81m) 6m ago 81m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:27:25.966 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:27:25.966 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:27:25.966 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:27:25.966 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:27:25.966 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:27:25.966 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:27:25.966 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:27:25.966 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:27:25.966 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:27:25.966 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:27:25.966 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:27:25.966 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:27:25.966 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T02:27:25.967 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:27:25.967 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:27:25.967 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:27:25.967 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 13 2024-02-23T02:27:25.967 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:27:25.967 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:27:26.241 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:27:26.241 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:27:26.241 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:27:26.241 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:27:26.241 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:27:26.241 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:27:26.241 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:27:26.241 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:27:26.241 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:27:26.241 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:27:26.241 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "15/23 daemons upgraded", 2024-02-23T02:27:26.241 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:27:26.241 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:27:26.242 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:27:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:24.865258+0000 mgr.smithi115.zzjgkn (mgr.34102) 2440 : cluster [DBG] pgmap v1872: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.623875+0000 mon.smithi115 (mon.0) 2443 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:27:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.624269+0000 mon.smithi115 (mon.0) 2444 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.624585+0000 mon.smithi115 (mon.0) 2445 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.624898+0000 mon.smithi115 (mon.0) 2446 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.625190+0000 mon.smithi115 (mon.0) 2447 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.627293+0000 mon.smithi115 (mon.0) 2448 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:27:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.627589+0000 mon.smithi115 (mon.0) 2449 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.627882+0000 mon.smithi115 (mon.0) 2450 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.628154+0000 mon.smithi115 (mon.0) 2451 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.628510+0000 mon.smithi115 (mon.0) 2452 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:24.865258+0000 mgr.smithi115.zzjgkn (mgr.34102) 2440 : cluster [DBG] pgmap v1872: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.623875+0000 mon.smithi115 (mon.0) 2443 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:27:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.624269+0000 mon.smithi115 (mon.0) 2444 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.624585+0000 mon.smithi115 (mon.0) 2445 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.624898+0000 mon.smithi115 (mon.0) 2446 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.625190+0000 mon.smithi115 (mon.0) 2447 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.627293+0000 mon.smithi115 (mon.0) 2448 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:27:26.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.627589+0000 mon.smithi115 (mon.0) 2449 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.627882+0000 mon.smithi115 (mon.0) 2450 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.628154+0000 mon.smithi115 (mon.0) 2451 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:26.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.628510+0000 mon.smithi115 (mon.0) 2452 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:27.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.075109+0000 mgr.smithi115.zzjgkn (mgr.34102) 2441 : audit [DBG] from='client.36432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:27.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.348908+0000 mgr.smithi115.zzjgkn (mgr.34102) 2442 : audit [DBG] from='client.36436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:27.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.622090+0000 mgr.smithi115.zzjgkn (mgr.34102) 2443 : audit [DBG] from='client.36440 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:27.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:25.964493+0000 mon.smithi115 (mon.0) 2453 : audit [DBG] from='client.? 172.21.15.115:0/1849290329' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:27:27.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.075109+0000 mgr.smithi115.zzjgkn (mgr.34102) 2441 : audit [DBG] from='client.36432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:27.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.348908+0000 mgr.smithi115.zzjgkn (mgr.34102) 2442 : audit [DBG] from='client.36436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:27.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.622090+0000 mgr.smithi115.zzjgkn (mgr.34102) 2443 : audit [DBG] from='client.36440 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:27.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:25.964493+0000 mon.smithi115 (mon.0) 2453 : audit [DBG] from='client.? 172.21.15.115:0/1849290329' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:27:28.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:26.239157+0000 mgr.smithi115.zzjgkn (mgr.34102) 2444 : audit [DBG] from='client.36448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:28.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:26.866115+0000 mgr.smithi115.zzjgkn (mgr.34102) 2445 : cluster [DBG] pgmap v1873: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:28.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:26.239157+0000 mgr.smithi115.zzjgkn (mgr.34102) 2444 : audit [DBG] from='client.36448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:28.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:26.866115+0000 mgr.smithi115.zzjgkn (mgr.34102) 2445 : cluster [DBG] pgmap v1873: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:28.866732+0000 mgr.smithi115.zzjgkn (mgr.34102) 2446 : cluster [DBG] pgmap v1874: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:28.866732+0000 mgr.smithi115.zzjgkn (mgr.34102) 2446 : cluster [DBG] pgmap v1874: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:30.867200+0000 mgr.smithi115.zzjgkn (mgr.34102) 2447 : cluster [DBG] pgmap v1875: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:30.867200+0000 mgr.smithi115.zzjgkn (mgr.34102) 2447 : cluster [DBG] pgmap v1875: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:34.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:32.867957+0000 mgr.smithi115.zzjgkn (mgr.34102) 2448 : cluster [DBG] pgmap v1876: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:34.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:32.867957+0000 mgr.smithi115.zzjgkn (mgr.34102) 2448 : cluster [DBG] pgmap v1876: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:36.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:34.868644+0000 mgr.smithi115.zzjgkn (mgr.34102) 2449 : cluster [DBG] pgmap v1877: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:36.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:34.868644+0000 mgr.smithi115.zzjgkn (mgr.34102) 2449 : cluster [DBG] pgmap v1877: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:36.869271+0000 mgr.smithi115.zzjgkn (mgr.34102) 2450 : cluster [DBG] pgmap v1878: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:36.869271+0000 mgr.smithi115.zzjgkn (mgr.34102) 2450 : cluster [DBG] pgmap v1878: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:38.869971+0000 mgr.smithi115.zzjgkn (mgr.34102) 2451 : cluster [DBG] pgmap v1879: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:40.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:38.869971+0000 mgr.smithi115.zzjgkn (mgr.34102) 2451 : cluster [DBG] pgmap v1879: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:41.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:40.870703+0000 mgr.smithi115.zzjgkn (mgr.34102) 2452 : cluster [DBG] pgmap v1880: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:41.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:40.870703+0000 mgr.smithi115.zzjgkn (mgr.34102) 2452 : cluster [DBG] pgmap v1880: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:44.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:42.871276+0000 mgr.smithi115.zzjgkn (mgr.34102) 2453 : cluster [DBG] pgmap v1881: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:44.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:42.871276+0000 mgr.smithi115.zzjgkn (mgr.34102) 2453 : cluster [DBG] pgmap v1881: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:46.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:44.871820+0000 mgr.smithi115.zzjgkn (mgr.34102) 2454 : cluster [DBG] pgmap v1882: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:46.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:44.871820+0000 mgr.smithi115.zzjgkn (mgr.34102) 2454 : cluster [DBG] pgmap v1882: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:48.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:46.872427+0000 mgr.smithi115.zzjgkn (mgr.34102) 2455 : cluster [DBG] pgmap v1883: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:48.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:46.872427+0000 mgr.smithi115.zzjgkn (mgr.34102) 2455 : cluster [DBG] pgmap v1883: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:48.872992+0000 mgr.smithi115.zzjgkn (mgr.34102) 2456 : cluster [DBG] pgmap v1884: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:48.872992+0000 mgr.smithi115.zzjgkn (mgr.34102) 2456 : cluster [DBG] pgmap v1884: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:50.873772+0000 mgr.smithi115.zzjgkn (mgr.34102) 2457 : cluster [DBG] pgmap v1885: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:50.873772+0000 mgr.smithi115.zzjgkn (mgr.34102) 2457 : cluster [DBG] pgmap v1885: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:54.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:52.874435+0000 mgr.smithi115.zzjgkn (mgr.34102) 2458 : cluster [DBG] pgmap v1886: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:54.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:52.874435+0000 mgr.smithi115.zzjgkn (mgr.34102) 2458 : cluster [DBG] pgmap v1886: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:54.874972+0000 mgr.smithi115.zzjgkn (mgr.34102) 2459 : cluster [DBG] pgmap v1887: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:54.874972+0000 mgr.smithi115.zzjgkn (mgr.34102) 2459 : cluster [DBG] pgmap v1887: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:56.539 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:27:57.089 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:27:57.089 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (76m) 7m ago 82m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:27:57.089 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (50m) 118s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:27:57.089 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (50m) 7m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:27:57.089 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (79m) 7m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:27:57.089 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2m) 118s ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:27:57.089 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 7m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:27:57.089 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (76m) 118s ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:27:57.089 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (66m) 7m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:27:57.089 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (61m) 118s ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:27:57.089 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (55m) 7m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:27:57.089 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (82m) 118s ago 82m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:27:57.090 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (82m) 7m ago 82m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:27:57.090 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 118s ago 2h - - 2024-02-23T02:27:57.090 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 7m ago 2h - - 2024-02-23T02:27:57.090 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (44m) 118s ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:27:57.090 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (39m) 118s ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:27:57.090 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (34m) 118s ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:27:57.090 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (28m) 118s ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:27:57.090 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (22m) 7m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:27:57.090 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (17m) 7m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:27:57.090 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (12m) 7m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:27:57.090 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (7m) 7m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:27:57.090 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (82m) 7m ago 82m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:27:57.412 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:27:57.412 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:27:57.412 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:27:57.412 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:27:57.412 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:27:57.412 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:27:57.412 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:27:57.412 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:27:57.412 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:27:57.413 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:27:57.413 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:27:57.413 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:27:57.413 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T02:27:57.413 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:27:57.413 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:27:57.413 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:27:57.413 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 13 2024-02-23T02:27:57.413 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:27:57.413 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:27:57.690 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:27:57.690 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:27:57.690 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:27:57.690 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:27:57.690 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:27:57.690 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:27:57.690 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:27:57.690 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:27:57.690 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:27:57.690 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:27:57.690 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "15/23 daemons upgraded", 2024-02-23T02:27:57.690 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:27:57.691 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:27:57.691 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:27:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:56.527179+0000 mgr.smithi115.zzjgkn (mgr.34102) 2460 : audit [DBG] from='client.36452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:56.805102+0000 mgr.smithi115.zzjgkn (mgr.34102) 2461 : audit [DBG] from='client.36456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:56.875521+0000 mgr.smithi115.zzjgkn (mgr.34102) 2462 : cluster [DBG] pgmap v1888: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:57.077201+0000 mon.smithi115 (mon.0) 2454 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:27:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:57.077661+0000 mon.smithi115 (mon.0) 2455 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:57.077973+0000 mon.smithi115 (mon.0) 2456 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:57.078287+0000 mon.smithi115 (mon.0) 2457 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:57.078571+0000 mon.smithi115 (mon.0) 2458 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:57.080451+0000 mon.smithi115 (mon.0) 2459 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:27:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:57.080765+0000 mon.smithi115 (mon.0) 2460 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:57.081051+0000 mon.smithi115 (mon.0) 2461 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:57.081321+0000 mon.smithi115 (mon.0) 2462 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:57.081590+0000 mon.smithi115 (mon.0) 2463 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:57.410611+0000 mon.smithi115 (mon.0) 2464 : audit [DBG] from='client.? 172.21.15.115:0/2588722304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:27:58.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:56.527179+0000 mgr.smithi115.zzjgkn (mgr.34102) 2460 : audit [DBG] from='client.36452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:58.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:56.805102+0000 mgr.smithi115.zzjgkn (mgr.34102) 2461 : audit [DBG] from='client.36456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:58.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:56.875521+0000 mgr.smithi115.zzjgkn (mgr.34102) 2462 : cluster [DBG] pgmap v1888: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:27:58.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:57.077201+0000 mon.smithi115 (mon.0) 2454 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:27:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:57.077661+0000 mon.smithi115 (mon.0) 2455 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:57.077973+0000 mon.smithi115 (mon.0) 2456 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:57.078287+0000 mon.smithi115 (mon.0) 2457 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:57.078571+0000 mon.smithi115 (mon.0) 2458 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:57.080451+0000 mon.smithi115 (mon.0) 2459 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:27:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:57.080765+0000 mon.smithi115 (mon.0) 2460 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:57.081051+0000 mon.smithi115 (mon.0) 2461 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:57.081321+0000 mon.smithi115 (mon.0) 2462 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:57.081590+0000 mon.smithi115 (mon.0) 2463 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:27:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:57.410611+0000 mon.smithi115 (mon.0) 2464 : audit [DBG] from='client.? 172.21.15.115:0/2588722304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:27:59.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:57.075408+0000 mgr.smithi115.zzjgkn (mgr.34102) 2463 : audit [DBG] from='client.36460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:59.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:27:57.688325+0000 mgr.smithi115.zzjgkn (mgr.34102) 2464 : audit [DBG] from='client.36468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:59.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:57.075408+0000 mgr.smithi115.zzjgkn (mgr.34102) 2463 : audit [DBG] from='client.36460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:27:59.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:27:57.688325+0000 mgr.smithi115.zzjgkn (mgr.34102) 2464 : audit [DBG] from='client.36468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:28:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:27:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:27:58.876142+0000 mgr.smithi115.zzjgkn (mgr.34102) 2465 : cluster [DBG] pgmap v1889: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:00.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:27:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:27:58.876142+0000 mgr.smithi115.zzjgkn (mgr.34102) 2465 : cluster [DBG] pgmap v1889: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:01.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:00.876659+0000 mgr.smithi115.zzjgkn (mgr.34102) 2466 : cluster [DBG] pgmap v1890: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:01.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:00.876659+0000 mgr.smithi115.zzjgkn (mgr.34102) 2466 : cluster [DBG] pgmap v1890: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:02.877217+0000 mgr.smithi115.zzjgkn (mgr.34102) 2467 : cluster [DBG] pgmap v1891: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:02.877217+0000 mgr.smithi115.zzjgkn (mgr.34102) 2467 : cluster [DBG] pgmap v1891: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:04.877740+0000 mgr.smithi115.zzjgkn (mgr.34102) 2468 : cluster [DBG] pgmap v1892: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:06.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:04.877740+0000 mgr.smithi115.zzjgkn (mgr.34102) 2468 : cluster [DBG] pgmap v1892: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:08.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:06.878502+0000 mgr.smithi115.zzjgkn (mgr.34102) 2469 : cluster [DBG] pgmap v1893: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:08.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:06.878502+0000 mgr.smithi115.zzjgkn (mgr.34102) 2469 : cluster [DBG] pgmap v1893: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:08.879218+0000 mgr.smithi115.zzjgkn (mgr.34102) 2470 : cluster [DBG] pgmap v1894: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:08.879218+0000 mgr.smithi115.zzjgkn (mgr.34102) 2470 : cluster [DBG] pgmap v1894: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:09.952350+0000 mon.smithi115 (mon.0) 2465 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-02-23T02:28:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:09.952673+0000 mon.smithi115 (mon.0) 2466 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T02:28:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:09.952855+0000 mon.smithi115 (mon.0) 2467 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T02:28:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:09.953033+0000 mon.smithi115 (mon.0) 2468 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-02-23T02:28:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:09.952350+0000 mon.smithi115 (mon.0) 2465 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-02-23T02:28:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:09.952673+0000 mon.smithi115 (mon.0) 2466 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T02:28:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:09.952855+0000 mon.smithi115 (mon.0) 2467 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T02:28:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:09.953033+0000 mon.smithi115 (mon.0) 2468 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-02-23T02:28:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:10.879822+0000 mgr.smithi115.zzjgkn (mgr.34102) 2471 : cluster [DBG] pgmap v1895: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:10.879822+0000 mgr.smithi115.zzjgkn (mgr.34102) 2471 : cluster [DBG] pgmap v1895: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:14.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:12.880399+0000 mgr.smithi115.zzjgkn (mgr.34102) 2472 : cluster [DBG] pgmap v1896: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:14.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:12.880399+0000 mgr.smithi115.zzjgkn (mgr.34102) 2472 : cluster [DBG] pgmap v1896: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:14.881139+0000 mgr.smithi115.zzjgkn (mgr.34102) 2473 : cluster [DBG] pgmap v1897: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:16.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:14.881139+0000 mgr.smithi115.zzjgkn (mgr.34102) 2473 : cluster [DBG] pgmap v1897: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:17.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:16.881719+0000 mgr.smithi115.zzjgkn (mgr.34102) 2474 : cluster [DBG] pgmap v1898: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:17.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:16.881719+0000 mgr.smithi115.zzjgkn (mgr.34102) 2474 : cluster [DBG] pgmap v1898: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:18.882336+0000 mgr.smithi115.zzjgkn (mgr.34102) 2475 : cluster [DBG] pgmap v1899: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:20.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:18.882336+0000 mgr.smithi115.zzjgkn (mgr.34102) 2475 : cluster [DBG] pgmap v1899: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:22.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:20.882850+0000 mgr.smithi115.zzjgkn (mgr.34102) 2476 : cluster [DBG] pgmap v1900: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:20.882850+0000 mgr.smithi115.zzjgkn (mgr.34102) 2476 : cluster [DBG] pgmap v1900: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:22.883671+0000 mgr.smithi115.zzjgkn (mgr.34102) 2477 : cluster [DBG] pgmap v1901: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:22.883671+0000 mgr.smithi115.zzjgkn (mgr.34102) 2477 : cluster [DBG] pgmap v1901: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:24.884401+0000 mgr.smithi115.zzjgkn (mgr.34102) 2478 : cluster [DBG] pgmap v1902: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:24.884401+0000 mgr.smithi115.zzjgkn (mgr.34102) 2478 : cluster [DBG] pgmap v1902: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:27.990 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:28:28.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:26.884995+0000 mgr.smithi115.zzjgkn (mgr.34102) 2479 : cluster [DBG] pgmap v1903: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:28.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:26.884995+0000 mgr.smithi115.zzjgkn (mgr.34102) 2479 : cluster [DBG] pgmap v1903: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:28.545 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:28:28.545 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (77m) 7m ago 83m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:28:28.545 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (50m) 2m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (50m) 7m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (79m) 7m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (2m) 2m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 7m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (77m) 2m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (66m) 7m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (61m) 2m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (56m) 7m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (82m) 2m ago 82m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (82m) 7m ago 82m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 2h - - 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 7m ago 2h - - 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (45m) 2m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (40m) 2m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:28:28.546 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (34m) 2m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:28:28.547 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (28m) 2m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:28:28.547 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (23m) 7m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:28:28.547 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (18m) 7m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:28:28.547 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (12m) 7m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:28:28.547 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (7m) 7m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:28:28.547 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (82m) 7m ago 82m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:28:28.874 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:28:28.874 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:28:28.874 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:28:28.874 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:28:28.874 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:28:28.874 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:28:28.874 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:28:28.874 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:28:28.874 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:28:28.874 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:28:28.874 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:28:28.875 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:28:28.875 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T02:28:28.875 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:28:28.875 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:28:28.875 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:28:28.875 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 13 2024-02-23T02:28:28.875 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:28:28.875 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:28:29.150 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:28:29.150 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:28:29.150 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:28:29.150 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:28:29.150 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:28:29.150 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:28:29.150 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:28:29.150 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:28:29.150 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:28:29.150 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:28:29.150 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "15/23 daemons upgraded", 2024-02-23T02:28:29.150 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:28:29.151 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:28:29.151 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:28:29.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:28.534339+0000 mon.smithi115 (mon.0) 2469 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:28:29.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:28.534708+0000 mon.smithi115 (mon.0) 2470 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:28.534983+0000 mon.smithi115 (mon.0) 2471 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:28.535252+0000 mon.smithi115 (mon.0) 2472 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:28.535502+0000 mon.smithi115 (mon.0) 2473 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:28.537423+0000 mon.smithi115 (mon.0) 2474 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:28:29.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:28.537728+0000 mon.smithi115 (mon.0) 2475 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:28.537980+0000 mon.smithi115 (mon.0) 2476 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:28.538223+0000 mon.smithi115 (mon.0) 2477 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:28.538460+0000 mon.smithi115 (mon.0) 2478 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:28.872558+0000 mon.smithi115 (mon.0) 2479 : audit [DBG] from='client.? 172.21.15.115:0/945340972' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:28:29.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:28.534339+0000 mon.smithi115 (mon.0) 2469 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:28:29.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:28.534708+0000 mon.smithi115 (mon.0) 2470 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:28.534983+0000 mon.smithi115 (mon.0) 2471 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:28.535252+0000 mon.smithi115 (mon.0) 2472 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:28.535502+0000 mon.smithi115 (mon.0) 2473 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:28.537423+0000 mon.smithi115 (mon.0) 2474 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:28:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:28.537728+0000 mon.smithi115 (mon.0) 2475 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:28.537980+0000 mon.smithi115 (mon.0) 2476 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:28.538223+0000 mon.smithi115 (mon.0) 2477 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:28.538460+0000 mon.smithi115 (mon.0) 2478 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:28:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:28.872558+0000 mon.smithi115 (mon.0) 2479 : audit [DBG] from='client.? 172.21.15.115:0/945340972' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:28:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:27.978278+0000 mgr.smithi115.zzjgkn (mgr.34102) 2480 : audit [DBG] from='client.36472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:28:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:28:28.027431+0000 mgr.smithi115.zzjgkn (mgr.34102) 2481 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:28:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:28:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:28:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:28:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:28:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:28:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:28:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:28:30.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:28:30.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:28:30.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:28:30.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:28:30.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:28:28.028373+0000 mgr.smithi115.zzjgkn (mgr.34102) 2482 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:28:30.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:28:28.028483+0000 mgr.smithi115.zzjgkn (mgr.34102) 2483 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:28:30.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:28.261412+0000 mgr.smithi115.zzjgkn (mgr.34102) 2484 : audit [DBG] from='client.36476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:28:30.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:28.532478+0000 mgr.smithi115.zzjgkn (mgr.34102) 2485 : audit [DBG] from='client.36480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:28:30.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:28.885495+0000 mgr.smithi115.zzjgkn (mgr.34102) 2486 : cluster [DBG] pgmap v1904: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:27.978278+0000 mgr.smithi115.zzjgkn (mgr.34102) 2480 : audit [DBG] from='client.36472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:28:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:28:28.027431+0000 mgr.smithi115.zzjgkn (mgr.34102) 2481 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:28:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:28:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:28:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:28:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:28:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:28:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:28:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:28:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:28:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:28:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:28:30.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:28:30.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:28:30.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:28:30.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:28:30.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:28:30.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:28:30.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:28:30.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:28:30.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:28:30.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:28:30.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:28:30.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:28:30.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:28:30.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:28:30.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:28:30.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:28:30.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:28:30.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:28:30.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:28:30.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:28:30.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:28:30.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:28:30.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:28:30.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:28:30.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:28:30.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:28:30.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:28:30.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:28:30.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:28:30.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:28:30.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:28:30.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:28:30.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:28:30.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:28:30.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:28:30.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:28:30.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:28:30.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:28:30.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:28:30.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:28:30.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:28:30.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:28:28.028373+0000 mgr.smithi115.zzjgkn (mgr.34102) 2482 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:28:30.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:28:28.028483+0000 mgr.smithi115.zzjgkn (mgr.34102) 2483 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:28:30.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:28.261412+0000 mgr.smithi115.zzjgkn (mgr.34102) 2484 : audit [DBG] from='client.36476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:28:30.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:28.532478+0000 mgr.smithi115.zzjgkn (mgr.34102) 2485 : audit [DBG] from='client.36480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:28:30.281 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:28.885495+0000 mgr.smithi115.zzjgkn (mgr.34102) 2486 : cluster [DBG] pgmap v1904: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:31.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:29.148062+0000 mgr.smithi115.zzjgkn (mgr.34102) 2487 : audit [DBG] from='client.36488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:28:31.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:29.148062+0000 mgr.smithi115.zzjgkn (mgr.34102) 2487 : audit [DBG] from='client.36488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:28:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:30.886024+0000 mgr.smithi115.zzjgkn (mgr.34102) 2488 : cluster [DBG] pgmap v1905: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:32.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:30.886024+0000 mgr.smithi115.zzjgkn (mgr.34102) 2488 : cluster [DBG] pgmap v1905: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:33.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:32.886579+0000 mgr.smithi115.zzjgkn (mgr.34102) 2489 : cluster [DBG] pgmap v1906: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:33.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:32.886579+0000 mgr.smithi115.zzjgkn (mgr.34102) 2489 : cluster [DBG] pgmap v1906: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:36.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:34.887186+0000 mgr.smithi115.zzjgkn (mgr.34102) 2490 : cluster [DBG] pgmap v1907: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:36.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:34.887186+0000 mgr.smithi115.zzjgkn (mgr.34102) 2490 : cluster [DBG] pgmap v1907: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:36.887935+0000 mgr.smithi115.zzjgkn (mgr.34102) 2491 : cluster [DBG] pgmap v1908: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:36.887935+0000 mgr.smithi115.zzjgkn (mgr.34102) 2491 : cluster [DBG] pgmap v1908: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:38.888421+0000 mgr.smithi115.zzjgkn (mgr.34102) 2492 : cluster [DBG] pgmap v1909: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:40.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:38.888421+0000 mgr.smithi115.zzjgkn (mgr.34102) 2492 : cluster [DBG] pgmap v1909: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:40.889059+0000 mgr.smithi115.zzjgkn (mgr.34102) 2493 : cluster [DBG] pgmap v1910: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:40.889059+0000 mgr.smithi115.zzjgkn (mgr.34102) 2493 : cluster [DBG] pgmap v1910: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:44.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:42.889880+0000 mgr.smithi115.zzjgkn (mgr.34102) 2494 : cluster [DBG] pgmap v1911: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:44.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:42.889880+0000 mgr.smithi115.zzjgkn (mgr.34102) 2494 : cluster [DBG] pgmap v1911: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:46.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:44.890553+0000 mgr.smithi115.zzjgkn (mgr.34102) 2495 : cluster [DBG] pgmap v1912: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:46.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:44.890553+0000 mgr.smithi115.zzjgkn (mgr.34102) 2495 : cluster [DBG] pgmap v1912: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:48.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:46.891081+0000 mgr.smithi115.zzjgkn (mgr.34102) 2496 : cluster [DBG] pgmap v1913: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:48.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:46.891081+0000 mgr.smithi115.zzjgkn (mgr.34102) 2496 : cluster [DBG] pgmap v1913: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:48.891738+0000 mgr.smithi115.zzjgkn (mgr.34102) 2497 : cluster [DBG] pgmap v1914: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:49.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:48.891738+0000 mgr.smithi115.zzjgkn (mgr.34102) 2497 : cluster [DBG] pgmap v1914: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:50.892340+0000 mgr.smithi115.zzjgkn (mgr.34102) 2498 : cluster [DBG] pgmap v1915: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:50.892340+0000 mgr.smithi115.zzjgkn (mgr.34102) 2498 : cluster [DBG] pgmap v1915: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:54.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:52.892939+0000 mgr.smithi115.zzjgkn (mgr.34102) 2499 : cluster [DBG] pgmap v1916: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:54.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:52.892939+0000 mgr.smithi115.zzjgkn (mgr.34102) 2499 : cluster [DBG] pgmap v1916: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:54.893559+0000 mgr.smithi115.zzjgkn (mgr.34102) 2500 : cluster [DBG] pgmap v1917: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:54.893559+0000 mgr.smithi115.zzjgkn (mgr.34102) 2500 : cluster [DBG] pgmap v1917: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:56.894098+0000 mgr.smithi115.zzjgkn (mgr.34102) 2501 : cluster [DBG] pgmap v1918: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:58.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:56.894098+0000 mgr.smithi115.zzjgkn (mgr.34102) 2501 : cluster [DBG] pgmap v1918: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:28:59.449 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:28:59.991 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:28:59.991 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (77m) 8m ago 83m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:28:59.991 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (51m) 3m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:28:59.992 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (51m) 8m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:28:59.992 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (80m) 8m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:28:59.992 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (3m) 3m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:28:59.992 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 8m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:28:59.992 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (77m) 3m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:28:59.992 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (67m) 8m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:28:59.992 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (62m) 3m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:28:59.992 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (56m) 8m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:28:59.992 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (83m) 3m ago 83m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:28:59.992 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (83m) 8m ago 83m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:28:59.992 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 2h - - 2024-02-23T02:28:59.992 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 8m ago 2h - - 2024-02-23T02:28:59.992 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (45m) 3m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:28:59.993 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (40m) 3m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:28:59.993 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (35m) 3m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:28:59.993 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (29m) 3m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:28:59.993 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (24m) 8m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:28:59.993 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (18m) 8m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:28:59.993 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (13m) 8m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:28:59.993 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (8m) 8m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:28:59.993 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (83m) 8m ago 83m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:29:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:28:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:28:58.894935+0000 mgr.smithi115.zzjgkn (mgr.34102) 2502 : cluster [DBG] pgmap v1919: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:00.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:28:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:28:58.894935+0000 mgr.smithi115.zzjgkn (mgr.34102) 2502 : cluster [DBG] pgmap v1919: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:00.321 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:29:00.321 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:29:00.321 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:29:00.321 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:29:00.321 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:29:00.321 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:29:00.321 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:29:00.322 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:29:00.322 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:29:00.322 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:29:00.322 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:29:00.322 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:29:00.322 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T02:29:00.322 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:29:00.322 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:29:00.322 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:29:00.322 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 13 2024-02-23T02:29:00.322 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:29:00.322 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:29:00.593 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:29:00.593 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:29:00.594 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:29:00.594 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:29:00.594 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:29:00.594 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:29:00.594 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:29:00.594 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:29:00.594 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:29:00.594 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:29:00.594 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "15/23 daemons upgraded", 2024-02-23T02:29:00.594 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:29:00.594 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:29:00.594 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:29:01.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:59.436352+0000 mgr.smithi115.zzjgkn (mgr.34102) 2503 : audit [DBG] from='client.36492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:01.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:59.710626+0000 mgr.smithi115.zzjgkn (mgr.34102) 2504 : audit [DBG] from='client.36496 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:01.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:59.980254+0000 mon.smithi115 (mon.0) 2480 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:29:01.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:59.980555+0000 mon.smithi115 (mon.0) 2481 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:59.980830+0000 mon.smithi115 (mon.0) 2482 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:59.981076+0000 mon.smithi115 (mon.0) 2483 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:59.981313+0000 mon.smithi115 (mon.0) 2484 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:59.983175+0000 mon.smithi115 (mon.0) 2485 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:29:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:59.983441+0000 mon.smithi115 (mon.0) 2486 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:59.983691+0000 mon.smithi115 (mon.0) 2487 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:59.983931+0000 mon.smithi115 (mon.0) 2488 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:59.984162+0000 mon.smithi115 (mon.0) 2489 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:00.319770+0000 mon.smithi115 (mon.0) 2490 : audit [DBG] from='client.? 172.21.15.115:0/902432779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:29:01.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:59.436352+0000 mgr.smithi115.zzjgkn (mgr.34102) 2503 : audit [DBG] from='client.36492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:01.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:59.710626+0000 mgr.smithi115.zzjgkn (mgr.34102) 2504 : audit [DBG] from='client.36496 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:01.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:59.980254+0000 mon.smithi115 (mon.0) 2480 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:29:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:59.980555+0000 mon.smithi115 (mon.0) 2481 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:59.980830+0000 mon.smithi115 (mon.0) 2482 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:59.981076+0000 mon.smithi115 (mon.0) 2483 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:59.981313+0000 mon.smithi115 (mon.0) 2484 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:59.983175+0000 mon.smithi115 (mon.0) 2485 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:29:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:59.983441+0000 mon.smithi115 (mon.0) 2486 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:59.983691+0000 mon.smithi115 (mon.0) 2487 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:59.983931+0000 mon.smithi115 (mon.0) 2488 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:59.984162+0000 mon.smithi115 (mon.0) 2489 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:00.319770+0000 mon.smithi115 (mon.0) 2490 : audit [DBG] from='client.? 172.21.15.115:0/902432779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:29:02.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:28:59.978507+0000 mgr.smithi115.zzjgkn (mgr.34102) 2505 : audit [DBG] from='client.36500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:02.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:00.591968+0000 mgr.smithi115.zzjgkn (mgr.34102) 2506 : audit [DBG] from='client.36508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:02.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:00.895345+0000 mgr.smithi115.zzjgkn (mgr.34102) 2507 : cluster [DBG] pgmap v1920: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:02.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:28:59.978507+0000 mgr.smithi115.zzjgkn (mgr.34102) 2505 : audit [DBG] from='client.36500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:02.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:00.591968+0000 mgr.smithi115.zzjgkn (mgr.34102) 2506 : audit [DBG] from='client.36508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:02.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:00.895345+0000 mgr.smithi115.zzjgkn (mgr.34102) 2507 : cluster [DBG] pgmap v1920: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:02.896137+0000 mgr.smithi115.zzjgkn (mgr.34102) 2508 : cluster [DBG] pgmap v1921: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:02.896137+0000 mgr.smithi115.zzjgkn (mgr.34102) 2508 : cluster [DBG] pgmap v1921: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:04.896765+0000 mgr.smithi115.zzjgkn (mgr.34102) 2509 : cluster [DBG] pgmap v1922: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:06.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:04.896765+0000 mgr.smithi115.zzjgkn (mgr.34102) 2509 : cluster [DBG] pgmap v1922: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:08.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:06.897343+0000 mgr.smithi115.zzjgkn (mgr.34102) 2510 : cluster [DBG] pgmap v1923: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:08.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:06.897343+0000 mgr.smithi115.zzjgkn (mgr.34102) 2510 : cluster [DBG] pgmap v1923: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:08.897842+0000 mgr.smithi115.zzjgkn (mgr.34102) 2511 : cluster [DBG] pgmap v1924: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:08.897842+0000 mgr.smithi115.zzjgkn (mgr.34102) 2511 : cluster [DBG] pgmap v1924: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:09.970779+0000 mon.smithi115 (mon.0) 2491 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-02-23T02:29:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:09.971027+0000 mon.smithi115 (mon.0) 2492 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T02:29:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:09.971342+0000 mon.smithi115 (mon.0) 2493 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:29:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:09.971672+0000 mon.smithi115 (mon.0) 2494 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 5]}]: dispatch 2024-02-23T02:29:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:09.970779+0000 mon.smithi115 (mon.0) 2491 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-02-23T02:29:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:09.971027+0000 mon.smithi115 (mon.0) 2492 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T02:29:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:09.971342+0000 mon.smithi115 (mon.0) 2493 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:29:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:09.971672+0000 mon.smithi115 (mon.0) 2494 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 5]}]: dispatch 2024-02-23T02:29:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:10.898391+0000 mgr.smithi115.zzjgkn (mgr.34102) 2512 : cluster [DBG] pgmap v1925: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:10.898391+0000 mgr.smithi115.zzjgkn (mgr.34102) 2512 : cluster [DBG] pgmap v1925: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:13.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:12.898995+0000 mgr.smithi115.zzjgkn (mgr.34102) 2513 : cluster [DBG] pgmap v1926: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:13.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:12.898995+0000 mgr.smithi115.zzjgkn (mgr.34102) 2513 : cluster [DBG] pgmap v1926: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:14.899566+0000 mgr.smithi115.zzjgkn (mgr.34102) 2514 : cluster [DBG] pgmap v1927: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:16.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:14.899566+0000 mgr.smithi115.zzjgkn (mgr.34102) 2514 : cluster [DBG] pgmap v1927: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:16.900153+0000 mgr.smithi115.zzjgkn (mgr.34102) 2515 : cluster [DBG] pgmap v1928: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:18.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:16.900153+0000 mgr.smithi115.zzjgkn (mgr.34102) 2515 : cluster [DBG] pgmap v1928: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:18.900786+0000 mgr.smithi115.zzjgkn (mgr.34102) 2516 : cluster [DBG] pgmap v1929: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:18.900786+0000 mgr.smithi115.zzjgkn (mgr.34102) 2516 : cluster [DBG] pgmap v1929: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:22.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:20.901343+0000 mgr.smithi115.zzjgkn (mgr.34102) 2517 : cluster [DBG] pgmap v1930: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:22.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:20.901343+0000 mgr.smithi115.zzjgkn (mgr.34102) 2517 : cluster [DBG] pgmap v1930: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:22.902137+0000 mgr.smithi115.zzjgkn (mgr.34102) 2518 : cluster [DBG] pgmap v1931: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:22.902137+0000 mgr.smithi115.zzjgkn (mgr.34102) 2518 : cluster [DBG] pgmap v1931: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:25.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:24.902896+0000 mgr.smithi115.zzjgkn (mgr.34102) 2519 : cluster [DBG] pgmap v1932: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:25.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:24.902896+0000 mgr.smithi115.zzjgkn (mgr.34102) 2519 : cluster [DBG] pgmap v1932: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:28.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:26.903678+0000 mgr.smithi115.zzjgkn (mgr.34102) 2520 : cluster [DBG] pgmap v1933: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:28.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:26.903678+0000 mgr.smithi115.zzjgkn (mgr.34102) 2520 : cluster [DBG] pgmap v1933: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:28.904386+0000 mgr.smithi115.zzjgkn (mgr.34102) 2521 : cluster [DBG] pgmap v1934: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:28.904386+0000 mgr.smithi115.zzjgkn (mgr.34102) 2521 : cluster [DBG] pgmap v1934: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:30.891 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:29:31.434 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:29:31.434 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (78m) 8m ago 84m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:29:31.434 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (51m) 3m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:29:31.435 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (51m) 8m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:29:31.435 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (81m) 8m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:29:31.435 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (3m) 3m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:29:31.435 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 8m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:29:31.435 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (78m) 3m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:29:31.435 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (67m) 8m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:29:31.435 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (62m) 3m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:29:31.435 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (57m) 8m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:29:31.435 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (83m) 3m ago 83m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:29:31.435 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (83m) 8m ago 83m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:29:31.435 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 2h - - 2024-02-23T02:29:31.435 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 8m ago 2h - - 2024-02-23T02:29:31.435 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (46m) 3m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:29:31.436 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (41m) 3m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:29:31.436 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (35m) 3m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:29:31.436 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (29m) 3m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:29:31.436 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (24m) 8m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:29:31.436 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (19m) 8m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:29:31.436 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (14m) 8m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:29:31.436 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (8m) 8m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:29:31.436 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (83m) 8m ago 83m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:29:31.762 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:29:31.763 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:29:31.763 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:29:31.763 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:29:31.763 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:29:31.763 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:29:31.763 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:29:31.763 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:29:31.763 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:29:31.763 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:29:31.763 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:29:31.763 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:29:31.763 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T02:29:31.764 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:29:31.764 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:29:31.764 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:29:31.764 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 13 2024-02-23T02:29:31.764 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:29:31.764 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:29:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:30.879292+0000 mgr.smithi115.zzjgkn (mgr.34102) 2522 : audit [DBG] from='client.36512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:30.904845+0000 mgr.smithi115.zzjgkn (mgr.34102) 2523 : cluster [DBG] pgmap v1935: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:31.423227+0000 mon.smithi115 (mon.0) 2495 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:29:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:31.423590+0000 mon.smithi115 (mon.0) 2496 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:31.423933+0000 mon.smithi115 (mon.0) 2497 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:31.424196+0000 mon.smithi115 (mon.0) 2498 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:31.424448+0000 mon.smithi115 (mon.0) 2499 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:31.426294+0000 mon.smithi115 (mon.0) 2500 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:29:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:31.426565+0000 mon.smithi115 (mon.0) 2501 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:31.426834+0000 mon.smithi115 (mon.0) 2502 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:31.427082+0000 mon.smithi115 (mon.0) 2503 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:31.427337+0000 mon.smithi115 (mon.0) 2504 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:31.761350+0000 mon.smithi115 (mon.0) 2505 : audit [DBG] from='client.? 172.21.15.115:0/822622936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:29:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:30.879292+0000 mgr.smithi115.zzjgkn (mgr.34102) 2522 : audit [DBG] from='client.36512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:30.904845+0000 mgr.smithi115.zzjgkn (mgr.34102) 2523 : cluster [DBG] pgmap v1935: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:31.423227+0000 mon.smithi115 (mon.0) 2495 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:29:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:31.423590+0000 mon.smithi115 (mon.0) 2496 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:31.423933+0000 mon.smithi115 (mon.0) 2497 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:31.424196+0000 mon.smithi115 (mon.0) 2498 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:31.424448+0000 mon.smithi115 (mon.0) 2499 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:31.426294+0000 mon.smithi115 (mon.0) 2500 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:29:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:31.426565+0000 mon.smithi115 (mon.0) 2501 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:31.426834+0000 mon.smithi115 (mon.0) 2502 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:31.427082+0000 mon.smithi115 (mon.0) 2503 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:31.427337+0000 mon.smithi115 (mon.0) 2504 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:29:32.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:31.761350+0000 mon.smithi115 (mon.0) 2505 : audit [DBG] from='client.? 172.21.15.115:0/822622936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:29:32.040 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:29:32.040 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:29:32.040 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:29:32.040 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:29:32.040 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:29:32.040 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:29:32.040 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:29:32.040 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:29:32.041 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:29:32.041 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:29:32.041 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "15/23 daemons upgraded", 2024-02-23T02:29:32.041 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:29:32.041 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:29:32.041 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:29:33.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:31.151957+0000 mgr.smithi115.zzjgkn (mgr.34102) 2524 : audit [DBG] from='client.36516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:33.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:31.421446+0000 mgr.smithi115.zzjgkn (mgr.34102) 2525 : audit [DBG] from='client.36520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:33.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:31.151957+0000 mgr.smithi115.zzjgkn (mgr.34102) 2524 : audit [DBG] from='client.36516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:33.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:31.421446+0000 mgr.smithi115.zzjgkn (mgr.34102) 2525 : audit [DBG] from='client.36520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:34.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:29:32.038754+0000 mgr.smithi115.zzjgkn (mgr.34102) 2526 : audit [DBG] from='client.36528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:34.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:32.905378+0000 mgr.smithi115.zzjgkn (mgr.34102) 2527 : cluster [DBG] pgmap v1936: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:34.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:29:32.038754+0000 mgr.smithi115.zzjgkn (mgr.34102) 2526 : audit [DBG] from='client.36528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:29:34.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:32.905378+0000 mgr.smithi115.zzjgkn (mgr.34102) 2527 : cluster [DBG] pgmap v1936: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:35.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:34.905902+0000 mgr.smithi115.zzjgkn (mgr.34102) 2528 : cluster [DBG] pgmap v1937: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:35.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:34.905902+0000 mgr.smithi115.zzjgkn (mgr.34102) 2528 : cluster [DBG] pgmap v1937: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:36.906423+0000 mgr.smithi115.zzjgkn (mgr.34102) 2529 : cluster [DBG] pgmap v1938: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:38.319 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:36.906423+0000 mgr.smithi115.zzjgkn (mgr.34102) 2529 : cluster [DBG] pgmap v1938: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:38.907032+0000 mgr.smithi115.zzjgkn (mgr.34102) 2530 : cluster [DBG] pgmap v1939: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:40.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:38.907032+0000 mgr.smithi115.zzjgkn (mgr.34102) 2530 : cluster [DBG] pgmap v1939: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:40.907733+0000 mgr.smithi115.zzjgkn (mgr.34102) 2531 : cluster [DBG] pgmap v1940: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:40.907733+0000 mgr.smithi115.zzjgkn (mgr.34102) 2531 : cluster [DBG] pgmap v1940: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:44.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:42.908480+0000 mgr.smithi115.zzjgkn (mgr.34102) 2532 : cluster [DBG] pgmap v1941: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:44.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:42.908480+0000 mgr.smithi115.zzjgkn (mgr.34102) 2532 : cluster [DBG] pgmap v1941: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:45.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:44.909029+0000 mgr.smithi115.zzjgkn (mgr.34102) 2533 : cluster [DBG] pgmap v1942: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:45.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:44.909029+0000 mgr.smithi115.zzjgkn (mgr.34102) 2533 : cluster [DBG] pgmap v1942: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:48.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:46.909695+0000 mgr.smithi115.zzjgkn (mgr.34102) 2534 : cluster [DBG] pgmap v1943: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:48.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:46.909695+0000 mgr.smithi115.zzjgkn (mgr.34102) 2534 : cluster [DBG] pgmap v1943: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:48.910376+0000 mgr.smithi115.zzjgkn (mgr.34102) 2535 : cluster [DBG] pgmap v1944: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:48.910376+0000 mgr.smithi115.zzjgkn (mgr.34102) 2535 : cluster [DBG] pgmap v1944: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:52.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:50.910859+0000 mgr.smithi115.zzjgkn (mgr.34102) 2536 : cluster [DBG] pgmap v1945: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:52.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:50.910859+0000 mgr.smithi115.zzjgkn (mgr.34102) 2536 : cluster [DBG] pgmap v1945: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:53.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:52.911475+0000 mgr.smithi115.zzjgkn (mgr.34102) 2537 : cluster [DBG] pgmap v1946: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:53.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:52.911475+0000 mgr.smithi115.zzjgkn (mgr.34102) 2537 : cluster [DBG] pgmap v1946: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:54.912144+0000 mgr.smithi115.zzjgkn (mgr.34102) 2538 : cluster [DBG] pgmap v1947: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:54.912144+0000 mgr.smithi115.zzjgkn (mgr.34102) 2538 : cluster [DBG] pgmap v1947: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:56.912797+0000 mgr.smithi115.zzjgkn (mgr.34102) 2539 : cluster [DBG] pgmap v1948: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:29:58.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:56.912797+0000 mgr.smithi115.zzjgkn (mgr.34102) 2539 : cluster [DBG] pgmap v1948: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:00.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:29:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:29:58.913385+0000 mgr.smithi115.zzjgkn (mgr.34102) 2540 : cluster [DBG] pgmap v1949: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:00.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:29:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:29:58.913385+0000 mgr.smithi115.zzjgkn (mgr.34102) 2540 : cluster [DBG] pgmap v1949: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:01.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:00.000180+0000 mon.smithi115 (mon.0) 2506 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T02:30:01.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:00.913938+0000 mgr.smithi115.zzjgkn (mgr.34102) 2541 : cluster [DBG] pgmap v1950: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:01.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:00.000180+0000 mon.smithi115 (mon.0) 2506 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T02:30:01.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:00.913938+0000 mgr.smithi115.zzjgkn (mgr.34102) 2541 : cluster [DBG] pgmap v1950: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:02.339 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:30:02.882 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:30:02.882 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (79m) 9m ago 84m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (52m) 4m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (52m) 9m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (81m) 9m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (4m) 4m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 9m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (78m) 4m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (68m) 9m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (63m) 4m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (57m) 9m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (84m) 4m ago 84m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (84m) 9m ago 84m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 2h - - 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 9m ago 2h - - 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (46m) 4m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (41m) 4m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:30:02.883 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (36m) 4m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:30:02.884 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (30m) 4m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:30:02.884 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (25m) 9m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:30:02.884 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (19m) 9m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:30:02.884 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (14m) 9m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:30:02.884 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (9m) 9m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:30:02.884 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (84m) 9m ago 84m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:30:03.210 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:30:03.210 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:30:03.210 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:30:03.210 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:30:03.210 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:30:03.210 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:30:03.210 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:30:03.210 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:30:03.210 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:30:03.210 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:30:03.210 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:30:03.211 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:30:03.211 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T02:30:03.211 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:30:03.211 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:30:03.211 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:30:03.211 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 13 2024-02-23T02:30:03.211 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:30:03.211 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:30:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:02.870851+0000 mon.smithi115 (mon.0) 2507 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:30:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:02.871252+0000 mon.smithi115 (mon.0) 2508 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:02.871562+0000 mon.smithi115 (mon.0) 2509 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:02.871866+0000 mon.smithi115 (mon.0) 2510 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:02.872159+0000 mon.smithi115 (mon.0) 2511 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:02.874096+0000 mon.smithi115 (mon.0) 2512 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:30:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:02.874433+0000 mon.smithi115 (mon.0) 2513 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:02.874743+0000 mon.smithi115 (mon.0) 2514 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:02.875062+0000 mon.smithi115 (mon.0) 2515 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:02.875378+0000 mon.smithi115 (mon.0) 2516 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:02.870851+0000 mon.smithi115 (mon.0) 2507 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:30:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:02.871252+0000 mon.smithi115 (mon.0) 2508 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:02.871562+0000 mon.smithi115 (mon.0) 2509 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:02.871866+0000 mon.smithi115 (mon.0) 2510 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:02.872159+0000 mon.smithi115 (mon.0) 2511 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:02.874096+0000 mon.smithi115 (mon.0) 2512 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:30:03.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:02.874433+0000 mon.smithi115 (mon.0) 2513 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:02.874743+0000 mon.smithi115 (mon.0) 2514 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:02.875062+0000 mon.smithi115 (mon.0) 2515 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:02.875378+0000 mon.smithi115 (mon.0) 2516 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:03.485 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:30:03.486 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:30:03.486 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:30:03.486 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:30:03.486 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:30:03.486 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:30:03.486 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:30:03.486 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:30:03.486 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:30:03.486 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:30:03.486 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "15/23 daemons upgraded", 2024-02-23T02:30:03.486 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:30:03.486 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:30:03.486 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:30:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:02.327127+0000 mgr.smithi115.zzjgkn (mgr.34102) 2542 : audit [DBG] from='client.36532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:02.601693+0000 mgr.smithi115.zzjgkn (mgr.34102) 2543 : audit [DBG] from='client.36536 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:02.868968+0000 mgr.smithi115.zzjgkn (mgr.34102) 2544 : audit [DBG] from='client.36540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:02.914536+0000 mgr.smithi115.zzjgkn (mgr.34102) 2545 : cluster [DBG] pgmap v1951: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:03.208574+0000 mon.smithi115 (mon.0) 2517 : audit [DBG] from='client.? 172.21.15.115:0/3271723294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:30:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:02.327127+0000 mgr.smithi115.zzjgkn (mgr.34102) 2542 : audit [DBG] from='client.36532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:02.601693+0000 mgr.smithi115.zzjgkn (mgr.34102) 2543 : audit [DBG] from='client.36536 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:02.868968+0000 mgr.smithi115.zzjgkn (mgr.34102) 2544 : audit [DBG] from='client.36540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:02.914536+0000 mgr.smithi115.zzjgkn (mgr.34102) 2545 : cluster [DBG] pgmap v1951: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:03.208574+0000 mon.smithi115 (mon.0) 2517 : audit [DBG] from='client.? 172.21.15.115:0/3271723294' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:30:05.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:03.484025+0000 mgr.smithi115.zzjgkn (mgr.34102) 2546 : audit [DBG] from='client.36548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:05.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:03.484025+0000 mgr.smithi115.zzjgkn (mgr.34102) 2546 : audit [DBG] from='client.36548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:04.915179+0000 mgr.smithi115.zzjgkn (mgr.34102) 2547 : cluster [DBG] pgmap v1952: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:06.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:04.915179+0000 mgr.smithi115.zzjgkn (mgr.34102) 2547 : cluster [DBG] pgmap v1952: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:07.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:06.915761+0000 mgr.smithi115.zzjgkn (mgr.34102) 2548 : cluster [DBG] pgmap v1953: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:07.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:06.915761+0000 mgr.smithi115.zzjgkn (mgr.34102) 2548 : cluster [DBG] pgmap v1953: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:08.916336+0000 mgr.smithi115.zzjgkn (mgr.34102) 2549 : cluster [DBG] pgmap v1954: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:10.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:08.916336+0000 mgr.smithi115.zzjgkn (mgr.34102) 2549 : cluster [DBG] pgmap v1954: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:09.975536+0000 mon.smithi115 (mon.0) 2518 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-02-23T02:30:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:09.975827+0000 mon.smithi115 (mon.0) 2519 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T02:30:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:09.976059+0000 mon.smithi115 (mon.0) 2520 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T02:30:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:09.976339+0000 mon.smithi115 (mon.0) 2521 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:30:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:09.975536+0000 mon.smithi115 (mon.0) 2518 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-02-23T02:30:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:09.975827+0000 mon.smithi115 (mon.0) 2519 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T02:30:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:09.976059+0000 mon.smithi115 (mon.0) 2520 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T02:30:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:09.976339+0000 mon.smithi115 (mon.0) 2521 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:30:12.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:10.916937+0000 mgr.smithi115.zzjgkn (mgr.34102) 2550 : cluster [DBG] pgmap v1955: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:12.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:10.916937+0000 mgr.smithi115.zzjgkn (mgr.34102) 2550 : cluster [DBG] pgmap v1955: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:13.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:12.917573+0000 mgr.smithi115.zzjgkn (mgr.34102) 2551 : cluster [DBG] pgmap v1956: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:13.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:12.917573+0000 mgr.smithi115.zzjgkn (mgr.34102) 2551 : cluster [DBG] pgmap v1956: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:14.918149+0000 mgr.smithi115.zzjgkn (mgr.34102) 2552 : cluster [DBG] pgmap v1957: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:16.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:14.918149+0000 mgr.smithi115.zzjgkn (mgr.34102) 2552 : cluster [DBG] pgmap v1957: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:16.918963+0000 mgr.smithi115.zzjgkn (mgr.34102) 2553 : cluster [DBG] pgmap v1958: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:18.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:16.918963+0000 mgr.smithi115.zzjgkn (mgr.34102) 2553 : cluster [DBG] pgmap v1958: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:19.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:18.919545+0000 mgr.smithi115.zzjgkn (mgr.34102) 2554 : cluster [DBG] pgmap v1959: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:19.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:18.919545+0000 mgr.smithi115.zzjgkn (mgr.34102) 2554 : cluster [DBG] pgmap v1959: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:22.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:20.920072+0000 mgr.smithi115.zzjgkn (mgr.34102) 2555 : cluster [DBG] pgmap v1960: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:22.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:20.920072+0000 mgr.smithi115.zzjgkn (mgr.34102) 2555 : cluster [DBG] pgmap v1960: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:22.920917+0000 mgr.smithi115.zzjgkn (mgr.34102) 2556 : cluster [DBG] pgmap v1961: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:22.920917+0000 mgr.smithi115.zzjgkn (mgr.34102) 2556 : cluster [DBG] pgmap v1961: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:25.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:24.921705+0000 mgr.smithi115.zzjgkn (mgr.34102) 2557 : cluster [DBG] pgmap v1962: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:25.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:24.921705+0000 mgr.smithi115.zzjgkn (mgr.34102) 2557 : cluster [DBG] pgmap v1962: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:28.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:26.922184+0000 mgr.smithi115.zzjgkn (mgr.34102) 2558 : cluster [DBG] pgmap v1963: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:28.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:26.922184+0000 mgr.smithi115.zzjgkn (mgr.34102) 2558 : cluster [DBG] pgmap v1963: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:29.470 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:28.922771+0000 mgr.smithi115.zzjgkn (mgr.34102) 2559 : cluster [DBG] pgmap v1964: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:29.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:28.922771+0000 mgr.smithi115.zzjgkn (mgr.34102) 2559 : cluster [DBG] pgmap v1964: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:30.923301+0000 mgr.smithi115.zzjgkn (mgr.34102) 2560 : cluster [DBG] pgmap v1965: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:32.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:30.923301+0000 mgr.smithi115.zzjgkn (mgr.34102) 2560 : cluster [DBG] pgmap v1965: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:33.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:32.924076+0000 mgr.smithi115.zzjgkn (mgr.34102) 2561 : cluster [DBG] pgmap v1966: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:33.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:32.924076+0000 mgr.smithi115.zzjgkn (mgr.34102) 2561 : cluster [DBG] pgmap v1966: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:33.783 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:30:34.326 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:30:34.326 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (79m) 9m ago 85m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:30:34.326 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (52m) 4m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:30:34.326 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (52m) 9m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:30:34.326 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (82m) 9m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:30:34.326 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (4m) 4m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:30:34.326 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 9m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:30:34.327 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (79m) 4m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:30:34.327 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (68m) 9m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:30:34.327 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (63m) 4m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:30:34.327 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (58m) 9m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:30:34.327 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (84m) 4m ago 84m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:30:34.327 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (84m) 9m ago 84m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:30:34.327 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 2h - - 2024-02-23T02:30:34.327 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 9m ago 2h - - 2024-02-23T02:30:34.327 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (47m) 4m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:30:34.327 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (42m) 4m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:30:34.327 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (37m) 4m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:30:34.327 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (30m) 4m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:30:34.328 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (25m) 9m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:30:34.328 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (20m) 9m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:30:34.328 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (15m) 9m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:30:34.328 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (9m) 9m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:30:34.328 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (85m) 9m ago 85m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:30:34.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:33.771057+0000 mgr.smithi115.zzjgkn (mgr.34102) 2562 : audit [DBG] from='client.36552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:34.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:33.771057+0000 mgr.smithi115.zzjgkn (mgr.34102) 2562 : audit [DBG] from='client.36552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:34.653 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:30:34.653 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:30:34.653 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 13 2024-02-23T02:30:34.654 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:30:34.655 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:30:34.930 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:30:34.930 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:30:34.930 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:30:34.930 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:30:34.930 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:30:34.930 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:30:34.931 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:30:34.931 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:30:34.931 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:30:34.931 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:30:34.931 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "15/23 daemons upgraded", 2024-02-23T02:30:34.931 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:30:34.931 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:30:34.931 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:30:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.045688+0000 mgr.smithi115.zzjgkn (mgr.34102) 2563 : audit [DBG] from='client.36556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.312982+0000 mgr.smithi115.zzjgkn (mgr.34102) 2564 : audit [DBG] from='client.36560 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.314774+0000 mon.smithi115 (mon.0) 2522 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:30:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.315143+0000 mon.smithi115 (mon.0) 2523 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.315416+0000 mon.smithi115 (mon.0) 2524 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.315709+0000 mon.smithi115 (mon.0) 2525 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.315971+0000 mon.smithi115 (mon.0) 2526 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.317870+0000 mon.smithi115 (mon.0) 2527 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:30:35.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.318138+0000 mon.smithi115 (mon.0) 2528 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.318392+0000 mon.smithi115 (mon.0) 2529 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.318649+0000 mon.smithi115 (mon.0) 2530 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.318901+0000 mon.smithi115 (mon.0) 2531 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.652082+0000 mon.smithi115 (mon.0) 2532 : audit [DBG] from='client.? 172.21.15.115:0/1503679226' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:30:35.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:34.924568+0000 mgr.smithi115.zzjgkn (mgr.34102) 2565 : cluster [DBG] pgmap v1967: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:35.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:34.928480+0000 mgr.smithi115.zzjgkn (mgr.34102) 2566 : audit [DBG] from='client.36568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.045688+0000 mgr.smithi115.zzjgkn (mgr.34102) 2563 : audit [DBG] from='client.36556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.312982+0000 mgr.smithi115.zzjgkn (mgr.34102) 2564 : audit [DBG] from='client.36560 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.314774+0000 mon.smithi115 (mon.0) 2522 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:30:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.315143+0000 mon.smithi115 (mon.0) 2523 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.315416+0000 mon.smithi115 (mon.0) 2524 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.315709+0000 mon.smithi115 (mon.0) 2525 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.315971+0000 mon.smithi115 (mon.0) 2526 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.317870+0000 mon.smithi115 (mon.0) 2527 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:30:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.318138+0000 mon.smithi115 (mon.0) 2528 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.318392+0000 mon.smithi115 (mon.0) 2529 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.318649+0000 mon.smithi115 (mon.0) 2530 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.318901+0000 mon.smithi115 (mon.0) 2531 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:30:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.652082+0000 mon.smithi115 (mon.0) 2532 : audit [DBG] from='client.? 172.21.15.115:0/1503679226' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:30:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:34.924568+0000 mgr.smithi115.zzjgkn (mgr.34102) 2565 : cluster [DBG] pgmap v1967: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:34.928480+0000 mgr.smithi115.zzjgkn (mgr.34102) 2566 : audit [DBG] from='client.36568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:30:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:36.925290+0000 mgr.smithi115.zzjgkn (mgr.34102) 2567 : cluster [DBG] pgmap v1968: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:36.925290+0000 mgr.smithi115.zzjgkn (mgr.34102) 2567 : cluster [DBG] pgmap v1968: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:39.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:38.925848+0000 mgr.smithi115.zzjgkn (mgr.34102) 2568 : cluster [DBG] pgmap v1969: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:39.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:38.925848+0000 mgr.smithi115.zzjgkn (mgr.34102) 2568 : cluster [DBG] pgmap v1969: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:40.926427+0000 mgr.smithi115.zzjgkn (mgr.34102) 2569 : cluster [DBG] pgmap v1970: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:42.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:40.926427+0000 mgr.smithi115.zzjgkn (mgr.34102) 2569 : cluster [DBG] pgmap v1970: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:43.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:42.927014+0000 mgr.smithi115.zzjgkn (mgr.34102) 2570 : cluster [DBG] pgmap v1971: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:43.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:42.927014+0000 mgr.smithi115.zzjgkn (mgr.34102) 2570 : cluster [DBG] pgmap v1971: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:46.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:44.927723+0000 mgr.smithi115.zzjgkn (mgr.34102) 2571 : cluster [DBG] pgmap v1972: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:46.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:44.927723+0000 mgr.smithi115.zzjgkn (mgr.34102) 2571 : cluster [DBG] pgmap v1972: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:47.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:46.928257+0000 mgr.smithi115.zzjgkn (mgr.34102) 2572 : cluster [DBG] pgmap v1973: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:47.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:46.928257+0000 mgr.smithi115.zzjgkn (mgr.34102) 2572 : cluster [DBG] pgmap v1973: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:49.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:48.928818+0000 mgr.smithi115.zzjgkn (mgr.34102) 2573 : cluster [DBG] pgmap v1974: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:49.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:48.928818+0000 mgr.smithi115.zzjgkn (mgr.34102) 2573 : cluster [DBG] pgmap v1974: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:50.929366+0000 mgr.smithi115.zzjgkn (mgr.34102) 2574 : cluster [DBG] pgmap v1975: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:51.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:50.929366+0000 mgr.smithi115.zzjgkn (mgr.34102) 2574 : cluster [DBG] pgmap v1975: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:53.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:52.930219+0000 mgr.smithi115.zzjgkn (mgr.34102) 2575 : cluster [DBG] pgmap v1976: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:53.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:52.930219+0000 mgr.smithi115.zzjgkn (mgr.34102) 2575 : cluster [DBG] pgmap v1976: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:54.930877+0000 mgr.smithi115.zzjgkn (mgr.34102) 2576 : cluster [DBG] pgmap v1977: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:55.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:54.930877+0000 mgr.smithi115.zzjgkn (mgr.34102) 2576 : cluster [DBG] pgmap v1977: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:57.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:56.931516+0000 mgr.smithi115.zzjgkn (mgr.34102) 2577 : cluster [DBG] pgmap v1978: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:57.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:56.931516+0000 mgr.smithi115.zzjgkn (mgr.34102) 2577 : cluster [DBG] pgmap v1978: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:30:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:30:57.231704+0000 mgr.smithi115.zzjgkn (mgr.34102) 2578 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:30:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:30:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:30:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:30:58.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:30:58.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:30:58.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:30:58.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:30:58.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:30:58.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:30:58.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:30:58.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:30:58.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:57.233981+0000 mon.smithi115 (mon.0) 2533 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:30:58.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:57.236831+0000 mon.smithi115 (mon.0) 2534 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:30:58.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:57.238425+0000 mon.smithi115 (mon.0) 2535 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:30:58.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:57.239891+0000 mon.smithi115 (mon.0) 2536 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:30:58.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:57.241929+0000 mon.smithi115 (mon.0) 2537 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:30:58.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:57.244147+0000 mon.smithi115 (mon.0) 2538 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi131.xlpzyy"]}]: dispatch 2024-02-23T02:30:58.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:30:57.244778+0000 mgr.smithi115.zzjgkn (mgr.34102) 2579 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi131.xlpzyy 2024-02-23T02:30:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:30:57.231704+0000 mgr.smithi115.zzjgkn (mgr.34102) 2578 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:30:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:30:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:30:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:30:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:30:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:30:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:30:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:30:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:30:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:30:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:30:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:30:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:30:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:30:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:30:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:30:58.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:30:58.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:30:58.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:30:58.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:30:58.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:30:58.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:30:58.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:30:58.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:30:58.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:30:58.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:30:58.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:30:58.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:30:58.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:30:58.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:30:58.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:30:58.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:30:58.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:30:58.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:30:58.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:30:58.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:30:58.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:30:58.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:30:58.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:30:58.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:30:58.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:30:58.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:57.233981+0000 mon.smithi115 (mon.0) 2533 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:57.236831+0000 mon.smithi115 (mon.0) 2534 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:57.238425+0000 mon.smithi115 (mon.0) 2535 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:57.239891+0000 mon.smithi115 (mon.0) 2536 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:30:58.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:57.241929+0000 mon.smithi115 (mon.0) 2537 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:30:58.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:57.244147+0000 mon.smithi115 (mon.0) 2538 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi131.xlpzyy"]}]: dispatch 2024-02-23T02:30:58.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:30:57.244778+0000 mgr.smithi115.zzjgkn (mgr.34102) 2579 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi131.xlpzyy 2024-02-23T02:31:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:30:58.759403+0000 mgr.smithi115.zzjgkn (mgr.34102) 2580 : cephadm [INF] Upgrade: Updating mds.foofs.smithi131.xlpzyy 2024-02-23T02:31:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:58.764420+0000 mon.smithi115 (mon.0) 2539 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:58.765253+0000 mon.smithi115 (mon.0) 2540 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi131.xlpzyy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-23T02:31:00.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:58.766083+0000 mon.smithi115 (mon.0) 2541 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:31:00.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:30:58.766811+0000 mgr.smithi115.zzjgkn (mgr.34102) 2581 : cephadm [INF] Deploying daemon mds.foofs.smithi131.xlpzyy on smithi131 2024-02-23T02:31:00.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:30:58.767251+0000 mon.smithi115 (mon.0) 2542 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "container_image"}]: dispatch 2024-02-23T02:31:00.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:30:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:30:58.932095+0000 mgr.smithi115.zzjgkn (mgr.34102) 2582 : cluster [DBG] pgmap v1979: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:30:58.759403+0000 mgr.smithi115.zzjgkn (mgr.34102) 2580 : cephadm [INF] Upgrade: Updating mds.foofs.smithi131.xlpzyy 2024-02-23T02:31:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:58.764420+0000 mon.smithi115 (mon.0) 2539 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:58.765253+0000 mon.smithi115 (mon.0) 2540 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi131.xlpzyy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-23T02:31:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:58.766083+0000 mon.smithi115 (mon.0) 2541 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:31:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:30:58.766811+0000 mgr.smithi115.zzjgkn (mgr.34102) 2581 : cephadm [INF] Deploying daemon mds.foofs.smithi131.xlpzyy on smithi131 2024-02-23T02:31:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:30:58.767251+0000 mon.smithi115 (mon.0) 2542 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "container_image"}]: dispatch 2024-02-23T02:31:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:30:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:30:58.932095+0000 mgr.smithi115.zzjgkn (mgr.34102) 2582 : cluster [DBG] pgmap v1979: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:01.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T02:31:00.766+0000 7fcb210e4700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-23T02:31:01.280 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:31:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:31:00.783+0000 7f7c95719700 -1 bdev(0x559cd3e5e800 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 1 2024-02-23T02:31:01.280 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:31:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:31:00.784+0000 7f7c9070f700 -1 bdev(0x559cd3e5e800 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 1 2024-02-23T02:31:01.280 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:31:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:31:00.785+0000 7f7c92f14700 -1 bdev(0x559cd3e5e800 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 3 2024-02-23T02:31:01.729 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:00.473774+0000 mon.smithi115 (mon.0) 2543 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-02-23T02:31:01.729 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:00.766360+0000 mon.smithi115 (mon.0) 2544 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-23T02:31:01.729 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:00.766389+0000 mon.smithi115 (mon.0) 2545 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-23T02:31:01.729 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:00.770336+0000 mon.smithi115 (mon.0) 2546 : cluster [INF] Standby daemon mds.foofs.smithi115.sbksrt assigned to filesystem foofs as rank 0 2024-02-23T02:31:01.729 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:00.770468+0000 mon.smithi115 (mon.0) 2547 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-23T02:31:01.729 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:00.770492+0000 mon.smithi115 (mon.0) 2548 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-23T02:31:01.730 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:00.770721+0000 mon.smithi115 (mon.0) 2549 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-23T02:31:01.730 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:00.775342+0000 mon.smithi115 (mon.0) 2550 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi115.sbksrt=up:replay} 2024-02-23T02:31:01.730 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:00.932480+0000 mgr.smithi115.zzjgkn (mgr.34102) 2583 : cluster [DBG] pgmap v1981: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-23T02:31:01.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:00.473774+0000 mon.smithi115 (mon.0) 2543 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-02-23T02:31:01.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:00.766360+0000 mon.smithi115 (mon.0) 2544 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-23T02:31:01.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:00.766389+0000 mon.smithi115 (mon.0) 2545 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-23T02:31:01.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:00.770336+0000 mon.smithi115 (mon.0) 2546 : cluster [INF] Standby daemon mds.foofs.smithi115.sbksrt assigned to filesystem foofs as rank 0 2024-02-23T02:31:01.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:00.770468+0000 mon.smithi115 (mon.0) 2547 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-23T02:31:01.730 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:00.770492+0000 mon.smithi115 (mon.0) 2548 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-23T02:31:01.731 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:00.770721+0000 mon.smithi115 (mon.0) 2549 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-23T02:31:01.731 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:00.775342+0000 mon.smithi115 (mon.0) 2550 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi115.sbksrt=up:replay} 2024-02-23T02:31:01.731 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:00.932480+0000 mgr.smithi115.zzjgkn (mgr.34102) 2583 : cluster [DBG] pgmap v1981: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-23T02:31:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:01.778064+0000 mds.foofs.smithi115.sbksrt (mds.0) 1 : cluster [DBG] reconnect by client.19956 172.21.15.115:0/2252918969 after 0.000999981 2024-02-23T02:31:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:01.778109+0000 mds.foofs.smithi115.sbksrt (mds.0) 2 : cluster [DBG] reconnect by client.27731 172.21.15.131:0/1773926231 after 0.000999981 2024-02-23T02:31:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:01.778889+0000 mon.smithi115 (mon.0) 2551 : cluster [DBG] mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943] up:reconnect 2024-02-23T02:31:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:01.778929+0000 mon.smithi115 (mon.0) 2552 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi115.sbksrt=up:reconnect} 2024-02-23T02:31:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:01.778064+0000 mds.foofs.smithi115.sbksrt (mds.0) 1 : cluster [DBG] reconnect by client.19956 172.21.15.115:0/2252918969 after 0.000999981 2024-02-23T02:31:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:01.778109+0000 mds.foofs.smithi115.sbksrt (mds.0) 2 : cluster [DBG] reconnect by client.27731 172.21.15.131:0/1773926231 after 0.000999981 2024-02-23T02:31:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:01.778889+0000 mon.smithi115 (mon.0) 2551 : cluster [DBG] mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943] up:reconnect 2024-02-23T02:31:03.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:01.778929+0000 mon.smithi115 (mon.0) 2552 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi115.sbksrt=up:reconnect} 2024-02-23T02:31:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:02.784925+0000 mon.smithi115 (mon.0) 2553 : cluster [DBG] mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943] up:rejoin 2024-02-23T02:31:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:02.784971+0000 mon.smithi115 (mon.0) 2554 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi115.sbksrt=up:rejoin} 2024-02-23T02:31:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:02.789974+0000 mon.smithi115 (mon.0) 2555 : cluster [INF] daemon mds.foofs.smithi115.sbksrt is now active in filesystem foofs as rank 0 2024-02-23T02:31:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:02.933040+0000 mgr.smithi115.zzjgkn (mgr.34102) 2584 : cluster [DBG] pgmap v1982: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 3 op/s 2024-02-23T02:31:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:02.784925+0000 mon.smithi115 (mon.0) 2553 : cluster [DBG] mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943] up:rejoin 2024-02-23T02:31:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:02.784971+0000 mon.smithi115 (mon.0) 2554 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi115.sbksrt=up:rejoin} 2024-02-23T02:31:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:02.789974+0000 mon.smithi115 (mon.0) 2555 : cluster [INF] daemon mds.foofs.smithi115.sbksrt is now active in filesystem foofs as rank 0 2024-02-23T02:31:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:02.933040+0000 mgr.smithi115.zzjgkn (mgr.34102) 2584 : cluster [DBG] pgmap v1982: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 3 op/s 2024-02-23T02:31:04.889 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:03.783643+0000 mon.smithi115 (mon.0) 2556 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-23T02:31:04.890 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:03.793036+0000 mon.smithi115 (mon.0) 2557 : cluster [DBG] mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943] up:active 2024-02-23T02:31:04.890 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:03.793101+0000 mon.smithi115 (mon.0) 2558 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi115.sbksrt=up:active} 2024-02-23T02:31:05.227 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:31:05.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:03.783643+0000 mon.smithi115 (mon.0) 2556 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-23T02:31:05.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:03.793036+0000 mon.smithi115 (mon.0) 2557 : cluster [DBG] mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943] up:active 2024-02-23T02:31:05.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:03.793101+0000 mon.smithi115 (mon.0) 2558 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi115.sbksrt=up:active} 2024-02-23T02:31:05.772 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:31:05.772 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (80m) 10m ago 85m 24.7M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:31:05.772 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (53m) 5m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:31:05.772 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (53m) 10m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:31:05.772 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (82m) 10m ago 2h 38.0M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:31:05.772 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (5m) 5m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:31:05.772 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2h) 10m ago 2h 24.4M - 15.2.13 2cf504fded39 0a994538c934 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (79m) 5m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (69m) 10m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (64m) 5m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (58m) 10m ago 2h 175M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (85m) 5m ago 85m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (85m) 10m ago 85m 97.2M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 2h - - 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 10m ago 2h - - 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (48m) 5m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (42m) 5m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (37m) 5m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (31m) 5m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (26m) 10m ago 2h 265M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:31:05.773 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (20m) 10m ago 2h 252M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:31:05.774 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (15m) 10m ago 2h 233M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:31:05.774 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (10m) 10m ago 2h 14.1M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:31:05.774 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (85m) 10m ago 85m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:31:06.100 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:31:06.101 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 13 2024-02-23T02:31:06.102 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:31:06.102 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:31:06.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:04.933675+0000 mgr.smithi115.zzjgkn (mgr.34102) 2585 : cluster [DBG] pgmap v1983: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 5 op/s 2024-02-23T02:31:06.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:05.760933+0000 mon.smithi115 (mon.0) 2559 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:31:06.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:05.761290+0000 mon.smithi115 (mon.0) 2560 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:05.761561+0000 mon.smithi115 (mon.0) 2561 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:05.761817+0000 mon.smithi115 (mon.0) 2562 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:05.762047+0000 mon.smithi115 (mon.0) 2563 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:05.763878+0000 mon.smithi115 (mon.0) 2564 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:31:06.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:05.764119+0000 mon.smithi115 (mon.0) 2565 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:05.764353+0000 mon.smithi115 (mon.0) 2566 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:05.764583+0000 mon.smithi115 (mon.0) 2567 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.180 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:05.764822+0000 mon.smithi115 (mon.0) 2568 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:04.933675+0000 mgr.smithi115.zzjgkn (mgr.34102) 2585 : cluster [DBG] pgmap v1983: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 5 op/s 2024-02-23T02:31:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:05.760933+0000 mon.smithi115 (mon.0) 2559 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:31:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:05.761290+0000 mon.smithi115 (mon.0) 2560 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:05.761561+0000 mon.smithi115 (mon.0) 2561 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:05.761817+0000 mon.smithi115 (mon.0) 2562 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:05.762047+0000 mon.smithi115 (mon.0) 2563 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:05.763878+0000 mon.smithi115 (mon.0) 2564 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:31:06.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:05.764119+0000 mon.smithi115 (mon.0) 2565 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:05.764353+0000 mon.smithi115 (mon.0) 2566 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:05.764583+0000 mon.smithi115 (mon.0) 2567 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:05.764822+0000 mon.smithi115 (mon.0) 2568 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:06.382 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:31:06.382 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:31:06.382 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:31:06.382 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:31:06.382 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:31:06.382 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:31:06.382 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:31:06.382 INFO:teuthology.orchestra.run.smithi115.stdout: "mon", 2024-02-23T02:31:06.382 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr" 2024-02-23T02:31:06.382 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:31:06.382 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "15/23 daemons upgraded", 2024-02-23T02:31:06.382 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:31:06.383 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:31:06.383 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:31:07.178 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:05.214694+0000 mgr.smithi115.zzjgkn (mgr.34102) 2586 : audit [DBG] from='client.36572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:07.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:05.490204+0000 mgr.smithi115.zzjgkn (mgr.34102) 2587 : audit [DBG] from='client.36576 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:07.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:05.759164+0000 mgr.smithi115.zzjgkn (mgr.34102) 2588 : audit [DBG] from='client.36580 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:07.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.099223+0000 mon.smithi115 (mon.0) 2569 : audit [DBG] from='client.? 172.21.15.115:0/2831157352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:31:07.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.296103+0000 mon.smithi115 (mon.0) 2570 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:07.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.296913+0000 mon.smithi115 (mon.0) 2571 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:31:07.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.543721+0000 mon.smithi115 (mon.0) 2572 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:07.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.546582+0000 mon.smithi115 (mon.0) 2573 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:07.179 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.547901+0000 mon.smithi115 (mon.0) 2574 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:31:07.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:05.214694+0000 mgr.smithi115.zzjgkn (mgr.34102) 2586 : audit [DBG] from='client.36572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:07.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:05.490204+0000 mgr.smithi115.zzjgkn (mgr.34102) 2587 : audit [DBG] from='client.36576 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:07.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:05.759164+0000 mgr.smithi115.zzjgkn (mgr.34102) 2588 : audit [DBG] from='client.36580 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:07.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.099223+0000 mon.smithi115 (mon.0) 2569 : audit [DBG] from='client.? 172.21.15.115:0/2831157352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:31:07.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.296103+0000 mon.smithi115 (mon.0) 2570 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:07.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.296913+0000 mon.smithi115 (mon.0) 2571 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:31:07.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.543721+0000 mon.smithi115 (mon.0) 2572 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:07.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.546582+0000 mon.smithi115 (mon.0) 2573 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:07.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.547901+0000 mon.smithi115 (mon.0) 2574 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:31:07.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.380255+0000 mgr.smithi115.zzjgkn (mgr.34102) 2589 : audit [DBG] from='client.36592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:07.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:06.799582+0000 mon.smithi115 (mon.0) 2575 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-23T02:31:07.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:06.802657+0000 mon.smithi115 (mon.0) 2576 : cluster [DBG] mds.? [v2:172.21.15.131:6832/1484368266,v1:172.21.15.131:6833/1484368266] up:boot 2024-02-23T02:31:07.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:06.802705+0000 mon.smithi115 (mon.0) 2577 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi115.sbksrt=up:active} 1 up:standby 2024-02-23T02:31:07.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.803118+0000 mon.smithi115 (mon.0) 2578 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi131.xlpzyy"}]: dispatch 2024-02-23T02:31:07.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.814792+0000 mon.smithi115 (mon.0) 2579 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:07.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.815134+0000 mon.smithi115 (mon.0) 2580 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:07.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.815410+0000 mon.smithi115 (mon.0) 2581 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:07.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.815675+0000 mon.smithi115 (mon.0) 2582 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:07.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.815941+0000 mon.smithi115 (mon.0) 2583 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:07.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.816191+0000 mon.smithi115 (mon.0) 2584 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:07.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.816443+0000 mon.smithi115 (mon.0) 2585 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:07.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.816708+0000 mon.smithi115 (mon.0) 2586 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:07.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.816964+0000 mon.smithi115 (mon.0) 2587 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:31:07.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:06.817208+0000 mon.smithi115 (mon.0) 2588 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:07.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:06.934217+0000 mgr.smithi115.zzjgkn (mgr.34102) 2590 : cluster [DBG] pgmap v1984: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 102 B/s wr, 6 op/s 2024-02-23T02:31:08.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.380255+0000 mgr.smithi115.zzjgkn (mgr.34102) 2589 : audit [DBG] from='client.36592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:08.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:06.799582+0000 mon.smithi115 (mon.0) 2575 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:06.802657+0000 mon.smithi115 (mon.0) 2576 : cluster [DBG] mds.? [v2:172.21.15.131:6832/1484368266,v1:172.21.15.131:6833/1484368266] up:boot 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:06.802705+0000 mon.smithi115 (mon.0) 2577 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi115.sbksrt=up:active} 1 up:standby 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.803118+0000 mon.smithi115 (mon.0) 2578 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi131.xlpzyy"}]: dispatch 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.814792+0000 mon.smithi115 (mon.0) 2579 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.815134+0000 mon.smithi115 (mon.0) 2580 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.815410+0000 mon.smithi115 (mon.0) 2581 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.815675+0000 mon.smithi115 (mon.0) 2582 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.815941+0000 mon.smithi115 (mon.0) 2583 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.816191+0000 mon.smithi115 (mon.0) 2584 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.816443+0000 mon.smithi115 (mon.0) 2585 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.816708+0000 mon.smithi115 (mon.0) 2586 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.816964+0000 mon.smithi115 (mon.0) 2587 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:06.817208+0000 mon.smithi115 (mon.0) 2588 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:08.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:06.934217+0000 mgr.smithi115.zzjgkn (mgr.34102) 2590 : cluster [DBG] pgmap v1984: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 102 B/s wr, 6 op/s 2024-02-23T02:31:09.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:08.934805+0000 mgr.smithi115.zzjgkn (mgr.34102) 2591 : cluster [DBG] pgmap v1985: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 204 B/s wr, 9 op/s 2024-02-23T02:31:09.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:08.934805+0000 mgr.smithi115.zzjgkn (mgr.34102) 2591 : cluster [DBG] pgmap v1985: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 204 B/s wr, 9 op/s 2024-02-23T02:31:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:10.181432+0000 mon.smithi115 (mon.0) 2589 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-23T02:31:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:10.181696+0000 mon.smithi115 (mon.0) 2590 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T02:31:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:10.181899+0000 mon.smithi115 (mon.0) 2591 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T02:31:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:10.182091+0000 mon.smithi115 (mon.0) 2592 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:31:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:10.181432+0000 mon.smithi115 (mon.0) 2589 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-23T02:31:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:10.181696+0000 mon.smithi115 (mon.0) 2590 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-23T02:31:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:10.181899+0000 mon.smithi115 (mon.0) 2591 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T02:31:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:10.182091+0000 mon.smithi115 (mon.0) 2592 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:31:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:10.935397+0000 mgr.smithi115.zzjgkn (mgr.34102) 2592 : cluster [DBG] pgmap v1986: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 8.2 KiB/s wr, 12 op/s 2024-02-23T02:31:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.085897+0000 mon.smithi115 (mon.0) 2593 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:10.935397+0000 mgr.smithi115.zzjgkn (mgr.34102) 2592 : cluster [DBG] pgmap v1986: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 8.2 KiB/s wr, 12 op/s 2024-02-23T02:31:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.085897+0000 mon.smithi115 (mon.0) 2593 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:12.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.357478+0000 mon.smithi115 (mon.0) 2594 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:12.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.357983+0000 mon.smithi115 (mon.0) 2595 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.358380+0000 mon.smithi115 (mon.0) 2596 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.358802+0000 mon.smithi115 (mon.0) 2597 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.359223+0000 mon.smithi115 (mon.0) 2598 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.359652+0000 mon.smithi115 (mon.0) 2599 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.360065+0000 mon.smithi115 (mon.0) 2600 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.360478+0000 mon.smithi115 (mon.0) 2601 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.360885+0000 mon.smithi115 (mon.0) 2602 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.361298+0000 mon.smithi115 (mon.0) 2603 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.361869+0000 mon.smithi115 (mon.0) 2604 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.362725+0000 mon.smithi115 (mon.0) 2605 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:31:11.363493+0000 mgr.smithi115.zzjgkn (mgr.34102) 2593 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:11.364221+0000 mgr.smithi115.zzjgkn (mgr.34102) 2594 : cluster [DBG] pgmap v1987: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 8.2 KiB/s wr, 12 op/s 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:11.364530+0000 mgr.smithi115.zzjgkn (mgr.34102) 2595 : cluster [DBG] pgmap v1988: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.6 MiB/s rd, 10 KiB/s wr, 11 op/s 2024-02-23T02:31:12.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.368537+0000 mon.smithi115 (mon.0) 2606 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:12.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.371052+0000 mon.smithi115 (mon.0) 2607 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:31:12.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:11.375202+0000 mon.smithi115 (mon.0) 2608 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:12.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:31:11.376696+0000 mgr.smithi115.zzjgkn (mgr.34102) 2596 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:31:12.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:31:11.376839+0000 mgr.smithi115.zzjgkn (mgr.34102) 2597 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:31:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.357478+0000 mon.smithi115 (mon.0) 2594 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.357983+0000 mon.smithi115 (mon.0) 2595 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.358380+0000 mon.smithi115 (mon.0) 2596 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.358802+0000 mon.smithi115 (mon.0) 2597 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.359223+0000 mon.smithi115 (mon.0) 2598 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.359652+0000 mon.smithi115 (mon.0) 2599 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.360065+0000 mon.smithi115 (mon.0) 2600 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.360478+0000 mon.smithi115 (mon.0) 2601 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.360885+0000 mon.smithi115 (mon.0) 2602 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:31:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.361298+0000 mon.smithi115 (mon.0) 2603 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:31:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.361869+0000 mon.smithi115 (mon.0) 2604 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:31:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.362725+0000 mon.smithi115 (mon.0) 2605 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:31:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:31:11.363493+0000 mgr.smithi115.zzjgkn (mgr.34102) 2593 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:31:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:11.364221+0000 mgr.smithi115.zzjgkn (mgr.34102) 2594 : cluster [DBG] pgmap v1987: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 8.2 KiB/s wr, 12 op/s 2024-02-23T02:31:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:11.364530+0000 mgr.smithi115.zzjgkn (mgr.34102) 2595 : cluster [DBG] pgmap v1988: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.6 MiB/s rd, 10 KiB/s wr, 11 op/s 2024-02-23T02:31:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.368537+0000 mon.smithi115 (mon.0) 2606 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.371052+0000 mon.smithi115 (mon.0) 2607 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:31:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:11.375202+0000 mon.smithi115 (mon.0) 2608 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:31:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:31:11.376696+0000 mgr.smithi115.zzjgkn (mgr.34102) 2596 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:31:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:31:11.376839+0000 mgr.smithi115.zzjgkn (mgr.34102) 2597 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:31:14.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:13.365017+0000 mgr.smithi115.zzjgkn (mgr.34102) 2598 : cluster [DBG] pgmap v1989: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 978 KiB/s rd, 10 KiB/s wr, 8 op/s 2024-02-23T02:31:14.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:13.365017+0000 mgr.smithi115.zzjgkn (mgr.34102) 2598 : cluster [DBG] pgmap v1989: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 978 KiB/s rd, 10 KiB/s wr, 8 op/s 2024-02-23T02:31:16.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:15.365733+0000 mgr.smithi115.zzjgkn (mgr.34102) 2599 : cluster [DBG] pgmap v1990: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.8 KiB/s rd, 10 KiB/s wr, 7 op/s 2024-02-23T02:31:16.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:15.365733+0000 mgr.smithi115.zzjgkn (mgr.34102) 2599 : cluster [DBG] pgmap v1990: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.8 KiB/s rd, 10 KiB/s wr, 7 op/s 2024-02-23T02:31:18.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:17.366362+0000 mgr.smithi115.zzjgkn (mgr.34102) 2600 : cluster [DBG] pgmap v1991: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s wr, 4 op/s 2024-02-23T02:31:18.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:17.366362+0000 mgr.smithi115.zzjgkn (mgr.34102) 2600 : cluster [DBG] pgmap v1991: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s wr, 4 op/s 2024-02-23T02:31:20.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:19.367021+0000 mgr.smithi115.zzjgkn (mgr.34102) 2601 : cluster [DBG] pgmap v1992: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:20.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:19.367021+0000 mgr.smithi115.zzjgkn (mgr.34102) 2601 : cluster [DBG] pgmap v1992: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:22.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:21.367658+0000 mgr.smithi115.zzjgkn (mgr.34102) 2602 : cluster [DBG] pgmap v1993: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-02-23T02:31:22.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:21.367658+0000 mgr.smithi115.zzjgkn (mgr.34102) 2602 : cluster [DBG] pgmap v1993: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-02-23T02:31:24.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:23.368339+0000 mgr.smithi115.zzjgkn (mgr.34102) 2603 : cluster [DBG] pgmap v1994: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-23T02:31:24.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:23.368339+0000 mgr.smithi115.zzjgkn (mgr.34102) 2603 : cluster [DBG] pgmap v1994: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-23T02:31:26.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:25.368972+0000 mgr.smithi115.zzjgkn (mgr.34102) 2604 : cluster [DBG] pgmap v1995: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-23T02:31:26.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:25.368972+0000 mgr.smithi115.zzjgkn (mgr.34102) 2604 : cluster [DBG] pgmap v1995: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-23T02:31:28.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:27.369663+0000 mgr.smithi115.zzjgkn (mgr.34102) 2605 : cluster [DBG] pgmap v1996: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-23T02:31:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:27.369663+0000 mgr.smithi115.zzjgkn (mgr.34102) 2605 : cluster [DBG] pgmap v1996: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-23T02:31:30.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:29.370225+0000 mgr.smithi115.zzjgkn (mgr.34102) 2606 : cluster [DBG] pgmap v1997: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-23T02:31:30.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:29.370225+0000 mgr.smithi115.zzjgkn (mgr.34102) 2606 : cluster [DBG] pgmap v1997: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-23T02:31:32.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:31.370996+0000 mgr.smithi115.zzjgkn (mgr.34102) 2607 : cluster [DBG] pgmap v1998: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-23T02:31:32.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:31.370996+0000 mgr.smithi115.zzjgkn (mgr.34102) 2607 : cluster [DBG] pgmap v1998: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-23T02:31:34.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:33.371500+0000 mgr.smithi115.zzjgkn (mgr.34102) 2608 : cluster [DBG] pgmap v1999: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:34.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:33.371500+0000 mgr.smithi115.zzjgkn (mgr.34102) 2608 : cluster [DBG] pgmap v1999: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:36.681 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:31:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:35.372051+0000 mgr.smithi115.zzjgkn (mgr.34102) 2609 : cluster [DBG] pgmap v2000: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:35.372051+0000 mgr.smithi115.zzjgkn (mgr.34102) 2609 : cluster [DBG] pgmap v2000: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:37.225 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:31:37.225 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (80m) 26s ago 86m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:31:37.225 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (53m) 5m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:31:37.225 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (53m) 26s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:31:37.225 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (83m) 26s ago 2h 38.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:31:37.225 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (5m) 5m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (31s) 26s ago 2h 11.0M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (80m) 5m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (69m) 26s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (64m) 5m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (59m) 26s ago 2h 199M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (86m) 5m ago 86m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (85m) 26s ago 85m 97.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 5m ago 2h - - 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 26s ago 2h - - 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (48m) 5m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (43m) 5m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (38m) 5m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (31m) 5m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (26m) 26s ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:31:37.226 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (21m) 26s ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:31:37.227 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (16m) 26s ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:31:37.227 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (10m) 26s ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:31:37.227 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (86m) 26s ago 86m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:31:37.551 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:31:37.551 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:31:37.552 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:31:37.553 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:31:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:36.668372+0000 mgr.smithi115.zzjgkn (mgr.34102) 2610 : audit [DBG] from='client.36596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:36.941789+0000 mgr.smithi115.zzjgkn (mgr.34102) 2611 : audit [DBG] from='client.36600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:37.213779+0000 mon.smithi115 (mon.0) 2609 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:31:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:37.214152+0000 mon.smithi115 (mon.0) 2610 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:37.214435+0000 mon.smithi115 (mon.0) 2611 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:37.214702+0000 mon.smithi115 (mon.0) 2612 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:37.214945+0000 mon.smithi115 (mon.0) 2613 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:37.216820+0000 mon.smithi115 (mon.0) 2614 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:31:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:37.217109+0000 mon.smithi115 (mon.0) 2615 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:37.217351+0000 mon.smithi115 (mon.0) 2616 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:37.217581+0000 mon.smithi115 (mon.0) 2617 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:37.217823+0000 mon.smithi115 (mon.0) 2618 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:36.668372+0000 mgr.smithi115.zzjgkn (mgr.34102) 2610 : audit [DBG] from='client.36596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:37.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:36.941789+0000 mgr.smithi115.zzjgkn (mgr.34102) 2611 : audit [DBG] from='client.36600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:37.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:37.213779+0000 mon.smithi115 (mon.0) 2609 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:31:37.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:37.214152+0000 mon.smithi115 (mon.0) 2610 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:37.214435+0000 mon.smithi115 (mon.0) 2611 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:37.214702+0000 mon.smithi115 (mon.0) 2612 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:37.214945+0000 mon.smithi115 (mon.0) 2613 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:37.216820+0000 mon.smithi115 (mon.0) 2614 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:31:37.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:37.217109+0000 mon.smithi115 (mon.0) 2615 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:37.217351+0000 mon.smithi115 (mon.0) 2616 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:37.217581+0000 mon.smithi115 (mon.0) 2617 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:37.217823+0000 mon.smithi115 (mon.0) 2618 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:31:37.830 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:31:37.830 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:31:37.830 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:31:37.830 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:31:37.830 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:31:37.830 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:31:37.830 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:31:37.830 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:31:37.830 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:31:37.830 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:31:37.831 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:31:37.831 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "16/23 daemons upgraded", 2024-02-23T02:31:37.831 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:31:37.831 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:31:37.831 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:31:38.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:37.211942+0000 mgr.smithi115.zzjgkn (mgr.34102) 2612 : audit [DBG] from='client.36604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:38.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:37.372587+0000 mgr.smithi115.zzjgkn (mgr.34102) 2613 : cluster [DBG] pgmap v2001: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:38.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:37.550149+0000 mon.smithi115 (mon.0) 2619 : audit [DBG] from='client.? 172.21.15.115:0/3524173230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:31:38.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:31:37.828464+0000 mgr.smithi115.zzjgkn (mgr.34102) 2614 : audit [DBG] from='client.36612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:38.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:37.211942+0000 mgr.smithi115.zzjgkn (mgr.34102) 2612 : audit [DBG] from='client.36604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:38.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:37.372587+0000 mgr.smithi115.zzjgkn (mgr.34102) 2613 : cluster [DBG] pgmap v2001: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:38.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:37.550149+0000 mon.smithi115 (mon.0) 2619 : audit [DBG] from='client.? 172.21.15.115:0/3524173230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:31:38.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:31:37.828464+0000 mgr.smithi115.zzjgkn (mgr.34102) 2614 : audit [DBG] from='client.36612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:31:40.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:39.373229+0000 mgr.smithi115.zzjgkn (mgr.34102) 2615 : cluster [DBG] pgmap v2002: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:40.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:39.373229+0000 mgr.smithi115.zzjgkn (mgr.34102) 2615 : cluster [DBG] pgmap v2002: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:41.374071+0000 mgr.smithi115.zzjgkn (mgr.34102) 2616 : cluster [DBG] pgmap v2003: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:41.374071+0000 mgr.smithi115.zzjgkn (mgr.34102) 2616 : cluster [DBG] pgmap v2003: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:44.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:43.374628+0000 mgr.smithi115.zzjgkn (mgr.34102) 2617 : cluster [DBG] pgmap v2004: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:44.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:43.374628+0000 mgr.smithi115.zzjgkn (mgr.34102) 2617 : cluster [DBG] pgmap v2004: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:46.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:45.375179+0000 mgr.smithi115.zzjgkn (mgr.34102) 2618 : cluster [DBG] pgmap v2005: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:46.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:45.375179+0000 mgr.smithi115.zzjgkn (mgr.34102) 2618 : cluster [DBG] pgmap v2005: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:48.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:47.375720+0000 mgr.smithi115.zzjgkn (mgr.34102) 2619 : cluster [DBG] pgmap v2006: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:48.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:47.375720+0000 mgr.smithi115.zzjgkn (mgr.34102) 2619 : cluster [DBG] pgmap v2006: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:50.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:49.376296+0000 mgr.smithi115.zzjgkn (mgr.34102) 2620 : cluster [DBG] pgmap v2007: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:50.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:49.376296+0000 mgr.smithi115.zzjgkn (mgr.34102) 2620 : cluster [DBG] pgmap v2007: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:52.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:51.376897+0000 mgr.smithi115.zzjgkn (mgr.34102) 2621 : cluster [DBG] pgmap v2008: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:52.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:51.376897+0000 mgr.smithi115.zzjgkn (mgr.34102) 2621 : cluster [DBG] pgmap v2008: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:54.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:53.377398+0000 mgr.smithi115.zzjgkn (mgr.34102) 2622 : cluster [DBG] pgmap v2009: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:54.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:53.377398+0000 mgr.smithi115.zzjgkn (mgr.34102) 2622 : cluster [DBG] pgmap v2009: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:56.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:55.378021+0000 mgr.smithi115.zzjgkn (mgr.34102) 2623 : cluster [DBG] pgmap v2010: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:56.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:55.378021+0000 mgr.smithi115.zzjgkn (mgr.34102) 2623 : cluster [DBG] pgmap v2010: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:58.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:31:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:57.378667+0000 mgr.smithi115.zzjgkn (mgr.34102) 2624 : cluster [DBG] pgmap v2011: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:31:58.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:31:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:57.378667+0000 mgr.smithi115.zzjgkn (mgr.34102) 2624 : cluster [DBG] pgmap v2011: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:00.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:31:59.379405+0000 mgr.smithi115.zzjgkn (mgr.34102) 2625 : cluster [DBG] pgmap v2012: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:00.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:31:59.379405+0000 mgr.smithi115.zzjgkn (mgr.34102) 2625 : cluster [DBG] pgmap v2012: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:02.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:01.380000+0000 mgr.smithi115.zzjgkn (mgr.34102) 2626 : cluster [DBG] pgmap v2013: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:02.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:01.380000+0000 mgr.smithi115.zzjgkn (mgr.34102) 2626 : cluster [DBG] pgmap v2013: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:04.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:03.380773+0000 mgr.smithi115.zzjgkn (mgr.34102) 2627 : cluster [DBG] pgmap v2014: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:04.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:03.380773+0000 mgr.smithi115.zzjgkn (mgr.34102) 2627 : cluster [DBG] pgmap v2014: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:06.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:05.381339+0000 mgr.smithi115.zzjgkn (mgr.34102) 2628 : cluster [DBG] pgmap v2015: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:06.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:05.381339+0000 mgr.smithi115.zzjgkn (mgr.34102) 2628 : cluster [DBG] pgmap v2015: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:08.127 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:32:08.669 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:32:08.669 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (81m) 57s ago 86m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:32:08.669 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (54m) 6m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:32:08.669 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (54m) 57s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:32:08.669 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (83m) 57s ago 2h 38.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (6m) 6m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (62s) 57s ago 2h 11.0M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (80m) 6m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (70m) 57s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (65m) 6m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (59m) 57s ago 2h 199M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (86m) 6m ago 86m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (86m) 57s ago 86m 97.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 6m ago 2h - - 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 57s ago 2h - - 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (49m) 6m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (43m) 6m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (38m) 6m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (32m) 6m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:32:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (27m) 57s ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:32:08.671 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (21m) 57s ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:32:08.671 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (16m) 57s ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:32:08.671 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (11m) 57s ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:32:08.671 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (86m) 57s ago 86m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:32:08.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:07.382070+0000 mgr.smithi115.zzjgkn (mgr.34102) 2629 : cluster [DBG] pgmap v2016: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:08.995 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:32:08.995 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:32:08.995 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:32:08.995 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:32:08.995 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:32:08.995 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:32:08.995 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:32:08.996 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:32:08.996 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:32:08.996 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:32:08.996 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:32:08.996 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:32:08.996 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:32:08.996 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:32:08.996 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:32:08.996 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:32:08.996 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:32:09.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:07.382070+0000 mgr.smithi115.zzjgkn (mgr.34102) 2629 : cluster [DBG] pgmap v2016: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:09.268 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:32:09.269 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:32:09.269 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:32:09.269 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:32:09.269 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:32:09.269 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:32:09.269 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:32:09.269 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:32:09.269 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:32:09.269 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:32:09.269 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:32:09.269 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "16/23 daemons upgraded", 2024-02-23T02:32:09.269 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:32:09.269 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:32:09.270 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:32:10.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.114495+0000 mgr.smithi115.zzjgkn (mgr.34102) 2630 : audit [DBG] from='client.36616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:10.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.387848+0000 mgr.smithi115.zzjgkn (mgr.34102) 2631 : audit [DBG] from='client.36620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:10.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.656473+0000 mgr.smithi115.zzjgkn (mgr.34102) 2632 : audit [DBG] from='client.36624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:10.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.658275+0000 mon.smithi115 (mon.0) 2620 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:32:10.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.658608+0000 mon.smithi115 (mon.0) 2621 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.658874+0000 mon.smithi115 (mon.0) 2622 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.659107+0000 mon.smithi115 (mon.0) 2623 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.659339+0000 mon.smithi115 (mon.0) 2624 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.661184+0000 mon.smithi115 (mon.0) 2625 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:32:10.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.661418+0000 mon.smithi115 (mon.0) 2626 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.661653+0000 mon.smithi115 (mon.0) 2627 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.661889+0000 mon.smithi115 (mon.0) 2628 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.662110+0000 mon.smithi115 (mon.0) 2629 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:08.993761+0000 mon.smithi115 (mon.0) 2630 : audit [DBG] from='client.? 172.21.15.115:0/4274760810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:32:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.114495+0000 mgr.smithi115.zzjgkn (mgr.34102) 2630 : audit [DBG] from='client.36616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.387848+0000 mgr.smithi115.zzjgkn (mgr.34102) 2631 : audit [DBG] from='client.36620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.656473+0000 mgr.smithi115.zzjgkn (mgr.34102) 2632 : audit [DBG] from='client.36624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.658275+0000 mon.smithi115 (mon.0) 2620 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:32:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.658608+0000 mon.smithi115 (mon.0) 2621 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.658874+0000 mon.smithi115 (mon.0) 2622 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.659107+0000 mon.smithi115 (mon.0) 2623 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.659339+0000 mon.smithi115 (mon.0) 2624 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.661184+0000 mon.smithi115 (mon.0) 2625 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:32:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.661418+0000 mon.smithi115 (mon.0) 2626 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.661653+0000 mon.smithi115 (mon.0) 2627 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.661889+0000 mon.smithi115 (mon.0) 2628 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.662110+0000 mon.smithi115 (mon.0) 2629 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:08.993761+0000 mon.smithi115 (mon.0) 2630 : audit [DBG] from='client.? 172.21.15.115:0/4274760810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:32:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:09.266820+0000 mgr.smithi115.zzjgkn (mgr.34102) 2633 : audit [DBG] from='client.36632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:09.382565+0000 mgr.smithi115.zzjgkn (mgr.34102) 2634 : cluster [DBG] pgmap v2017: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:10.184728+0000 mon.smithi115 (mon.0) 2631 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-02-23T02:32:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:10.184980+0000 mon.smithi115 (mon.0) 2632 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T02:32:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:10.185184+0000 mon.smithi115 (mon.0) 2633 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-02-23T02:32:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:10.185388+0000 mon.smithi115 (mon.0) 2634 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-23T02:32:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:09.266820+0000 mgr.smithi115.zzjgkn (mgr.34102) 2633 : audit [DBG] from='client.36632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:09.382565+0000 mgr.smithi115.zzjgkn (mgr.34102) 2634 : cluster [DBG] pgmap v2017: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:10.184728+0000 mon.smithi115 (mon.0) 2631 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-02-23T02:32:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:10.184980+0000 mon.smithi115 (mon.0) 2632 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-23T02:32:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:10.185184+0000 mon.smithi115 (mon.0) 2633 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-02-23T02:32:11.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:10.185388+0000 mon.smithi115 (mon.0) 2634 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-23T02:32:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:11.383243+0000 mgr.smithi115.zzjgkn (mgr.34102) 2635 : cluster [DBG] pgmap v2018: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:13.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:11.383243+0000 mgr.smithi115.zzjgkn (mgr.34102) 2635 : cluster [DBG] pgmap v2018: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:13.383946+0000 mgr.smithi115.zzjgkn (mgr.34102) 2636 : cluster [DBG] pgmap v2019: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:15.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:13.383946+0000 mgr.smithi115.zzjgkn (mgr.34102) 2636 : cluster [DBG] pgmap v2019: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:15.384453+0000 mgr.smithi115.zzjgkn (mgr.34102) 2637 : cluster [DBG] pgmap v2020: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:15.384453+0000 mgr.smithi115.zzjgkn (mgr.34102) 2637 : cluster [DBG] pgmap v2020: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:19.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:17.385227+0000 mgr.smithi115.zzjgkn (mgr.34102) 2638 : cluster [DBG] pgmap v2021: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:19.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:17.385227+0000 mgr.smithi115.zzjgkn (mgr.34102) 2638 : cluster [DBG] pgmap v2021: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:21.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:19.385777+0000 mgr.smithi115.zzjgkn (mgr.34102) 2639 : cluster [DBG] pgmap v2022: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:21.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:19.385777+0000 mgr.smithi115.zzjgkn (mgr.34102) 2639 : cluster [DBG] pgmap v2022: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:21.386390+0000 mgr.smithi115.zzjgkn (mgr.34102) 2640 : cluster [DBG] pgmap v2023: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:23.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:21.386390+0000 mgr.smithi115.zzjgkn (mgr.34102) 2640 : cluster [DBG] pgmap v2023: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:25.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:23.386905+0000 mgr.smithi115.zzjgkn (mgr.34102) 2641 : cluster [DBG] pgmap v2024: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:25.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:23.386905+0000 mgr.smithi115.zzjgkn (mgr.34102) 2641 : cluster [DBG] pgmap v2024: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:25.387482+0000 mgr.smithi115.zzjgkn (mgr.34102) 2642 : cluster [DBG] pgmap v2025: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:25.387482+0000 mgr.smithi115.zzjgkn (mgr.34102) 2642 : cluster [DBG] pgmap v2025: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:27.388308+0000 mgr.smithi115.zzjgkn (mgr.34102) 2643 : cluster [DBG] pgmap v2026: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:29.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:27.388308+0000 mgr.smithi115.zzjgkn (mgr.34102) 2643 : cluster [DBG] pgmap v2026: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:29.388942+0000 mgr.smithi115.zzjgkn (mgr.34102) 2644 : cluster [DBG] pgmap v2027: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:29.388942+0000 mgr.smithi115.zzjgkn (mgr.34102) 2644 : cluster [DBG] pgmap v2027: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:33.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:31.389715+0000 mgr.smithi115.zzjgkn (mgr.34102) 2645 : cluster [DBG] pgmap v2028: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:33.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:31.389715+0000 mgr.smithi115.zzjgkn (mgr.34102) 2645 : cluster [DBG] pgmap v2028: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:35.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:33.390248+0000 mgr.smithi115.zzjgkn (mgr.34102) 2646 : cluster [DBG] pgmap v2029: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:35.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:33.390248+0000 mgr.smithi115.zzjgkn (mgr.34102) 2646 : cluster [DBG] pgmap v2029: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:37.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:35.390815+0000 mgr.smithi115.zzjgkn (mgr.34102) 2647 : cluster [DBG] pgmap v2030: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:37.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:35.390815+0000 mgr.smithi115.zzjgkn (mgr.34102) 2647 : cluster [DBG] pgmap v2030: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:39.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:37.391566+0000 mgr.smithi115.zzjgkn (mgr.34102) 2648 : cluster [DBG] pgmap v2031: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:39.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:37.391566+0000 mgr.smithi115.zzjgkn (mgr.34102) 2648 : cluster [DBG] pgmap v2031: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:39.562 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:32:40.107 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:32:40.107 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (81m) 89s ago 87m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:32:40.108 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (54m) 6m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:32:40.108 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (54m) 89s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:32:40.108 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (84m) 89s ago 2h 38.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:32:40.108 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (6m) 6m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:32:40.108 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (94s) 89s ago 2h 11.0M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:32:40.108 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (81m) 6m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:32:40.108 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (70m) 89s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:32:40.108 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (65m) 6m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:32:40.108 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (60m) 89s ago 2h 199M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:32:40.108 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (87m) 6m ago 87m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:32:40.109 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (86m) 89s ago 86m 97.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:32:40.109 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 6m ago 2h - - 2024-02-23T02:32:40.109 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 89s ago 2h - - 2024-02-23T02:32:40.109 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (49m) 6m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:32:40.109 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (44m) 6m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:32:40.109 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (39m) 6m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:32:40.109 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (32m) 6m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:32:40.109 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (27m) 89s ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:32:40.109 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (22m) 89s ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:32:40.109 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (17m) 89s ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:32:40.109 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (11m) 89s ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:32:40.109 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (87m) 89s ago 87m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:32:40.433 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:32:40.433 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:32:40.433 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:32:40.433 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:32:40.433 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:32:40.433 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:32:40.433 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:32:40.433 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:32:40.433 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:32:40.433 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:32:40.434 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:32:40.434 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:32:40.434 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:32:40.434 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:32:40.434 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:32:40.434 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:32:40.434 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:32:40.711 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:32:40.711 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:32:40.711 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:32:40.711 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:32:40.711 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:32:40.711 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:32:40.711 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:32:40.711 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:32:40.711 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:32:40.711 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:32:40.712 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:32:40.712 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "16/23 daemons upgraded", 2024-02-23T02:32:40.712 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:32:40.712 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:32:40.712 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:32:41.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:39.392018+0000 mgr.smithi115.zzjgkn (mgr.34102) 2649 : cluster [DBG] pgmap v2032: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:41.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:39.550171+0000 mgr.smithi115.zzjgkn (mgr.34102) 2650 : audit [DBG] from='client.36636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:41.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:39.825220+0000 mgr.smithi115.zzjgkn (mgr.34102) 2651 : audit [DBG] from='client.36640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:41.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:40.095671+0000 mon.smithi115 (mon.0) 2635 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:32:41.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:40.096007+0000 mon.smithi115 (mon.0) 2636 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:40.096315+0000 mon.smithi115 (mon.0) 2637 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:40.096579+0000 mon.smithi115 (mon.0) 2638 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:40.096845+0000 mon.smithi115 (mon.0) 2639 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:40.098735+0000 mon.smithi115 (mon.0) 2640 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:32:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:40.099036+0000 mon.smithi115 (mon.0) 2641 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:40.099299+0000 mon.smithi115 (mon.0) 2642 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:40.099587+0000 mon.smithi115 (mon.0) 2643 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:40.099861+0000 mon.smithi115 (mon.0) 2644 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:40.431548+0000 mon.smithi115 (mon.0) 2645 : audit [DBG] from='client.? 172.21.15.115:0/107636691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:32:41.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:39.392018+0000 mgr.smithi115.zzjgkn (mgr.34102) 2649 : cluster [DBG] pgmap v2032: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:41.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:39.550171+0000 mgr.smithi115.zzjgkn (mgr.34102) 2650 : audit [DBG] from='client.36636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:41.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:39.825220+0000 mgr.smithi115.zzjgkn (mgr.34102) 2651 : audit [DBG] from='client.36640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:40.095671+0000 mon.smithi115 (mon.0) 2635 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:32:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:40.096007+0000 mon.smithi115 (mon.0) 2636 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:40.096315+0000 mon.smithi115 (mon.0) 2637 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:40.096579+0000 mon.smithi115 (mon.0) 2638 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:40.096845+0000 mon.smithi115 (mon.0) 2639 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:40.098735+0000 mon.smithi115 (mon.0) 2640 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:32:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:40.099036+0000 mon.smithi115 (mon.0) 2641 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:40.099299+0000 mon.smithi115 (mon.0) 2642 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:40.099587+0000 mon.smithi115 (mon.0) 2643 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:40.099861+0000 mon.smithi115 (mon.0) 2644 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:32:41.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:40.431548+0000 mon.smithi115 (mon.0) 2645 : audit [DBG] from='client.? 172.21.15.115:0/107636691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:32:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:40.093880+0000 mgr.smithi115.zzjgkn (mgr.34102) 2652 : audit [DBG] from='client.36644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:32:40.709305+0000 mgr.smithi115.zzjgkn (mgr.34102) 2653 : audit [DBG] from='client.36652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:40.093880+0000 mgr.smithi115.zzjgkn (mgr.34102) 2652 : audit [DBG] from='client.36644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:32:40.709305+0000 mgr.smithi115.zzjgkn (mgr.34102) 2653 : audit [DBG] from='client.36652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:32:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:41.392781+0000 mgr.smithi115.zzjgkn (mgr.34102) 2654 : cluster [DBG] pgmap v2033: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:43.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:41.392781+0000 mgr.smithi115.zzjgkn (mgr.34102) 2654 : cluster [DBG] pgmap v2033: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:45.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:43.393250+0000 mgr.smithi115.zzjgkn (mgr.34102) 2655 : cluster [DBG] pgmap v2034: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:45.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:43.393250+0000 mgr.smithi115.zzjgkn (mgr.34102) 2655 : cluster [DBG] pgmap v2034: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:47.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:45.393943+0000 mgr.smithi115.zzjgkn (mgr.34102) 2656 : cluster [DBG] pgmap v2035: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:47.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:45.393943+0000 mgr.smithi115.zzjgkn (mgr.34102) 2656 : cluster [DBG] pgmap v2035: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:49.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:47.394493+0000 mgr.smithi115.zzjgkn (mgr.34102) 2657 : cluster [DBG] pgmap v2036: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:49.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:47.394493+0000 mgr.smithi115.zzjgkn (mgr.34102) 2657 : cluster [DBG] pgmap v2036: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:51.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:49.395186+0000 mgr.smithi115.zzjgkn (mgr.34102) 2658 : cluster [DBG] pgmap v2037: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:51.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:49.395186+0000 mgr.smithi115.zzjgkn (mgr.34102) 2658 : cluster [DBG] pgmap v2037: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:53.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:51.395897+0000 mgr.smithi115.zzjgkn (mgr.34102) 2659 : cluster [DBG] pgmap v2038: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:53.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:51.395897+0000 mgr.smithi115.zzjgkn (mgr.34102) 2659 : cluster [DBG] pgmap v2038: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:55.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:53.396426+0000 mgr.smithi115.zzjgkn (mgr.34102) 2660 : cluster [DBG] pgmap v2039: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:55.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:53.396426+0000 mgr.smithi115.zzjgkn (mgr.34102) 2660 : cluster [DBG] pgmap v2039: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:55.396992+0000 mgr.smithi115.zzjgkn (mgr.34102) 2661 : cluster [DBG] pgmap v2040: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:55.396992+0000 mgr.smithi115.zzjgkn (mgr.34102) 2661 : cluster [DBG] pgmap v2040: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:59.010 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:32:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:57.397581+0000 mgr.smithi115.zzjgkn (mgr.34102) 2662 : cluster [DBG] pgmap v2041: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:32:59.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:32:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:57.397581+0000 mgr.smithi115.zzjgkn (mgr.34102) 2662 : cluster [DBG] pgmap v2041: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:01.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:32:59.398183+0000 mgr.smithi115.zzjgkn (mgr.34102) 2663 : cluster [DBG] pgmap v2042: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:01.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:32:59.398183+0000 mgr.smithi115.zzjgkn (mgr.34102) 2663 : cluster [DBG] pgmap v2042: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:01.398916+0000 mgr.smithi115.zzjgkn (mgr.34102) 2664 : cluster [DBG] pgmap v2043: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:01.398916+0000 mgr.smithi115.zzjgkn (mgr.34102) 2664 : cluster [DBG] pgmap v2043: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:05.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:03.399539+0000 mgr.smithi115.zzjgkn (mgr.34102) 2665 : cluster [DBG] pgmap v2044: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:05.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:03.399539+0000 mgr.smithi115.zzjgkn (mgr.34102) 2665 : cluster [DBG] pgmap v2044: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:07.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:05.400088+0000 mgr.smithi115.zzjgkn (mgr.34102) 2666 : cluster [DBG] pgmap v2045: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:07.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:05.400088+0000 mgr.smithi115.zzjgkn (mgr.34102) 2666 : cluster [DBG] pgmap v2045: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:09.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:07.400728+0000 mgr.smithi115.zzjgkn (mgr.34102) 2667 : cluster [DBG] pgmap v2046: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:09.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:07.400728+0000 mgr.smithi115.zzjgkn (mgr.34102) 2667 : cluster [DBG] pgmap v2046: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:11.008 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:33:11.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:09.401440+0000 mgr.smithi115.zzjgkn (mgr.34102) 2668 : cluster [DBG] pgmap v2047: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:11.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:10.188258+0000 mon.smithi115 (mon.0) 2646 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-02-23T02:33:11.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:10.188589+0000 mon.smithi115 (mon.0) 2647 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-23T02:33:11.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:10.188883+0000 mon.smithi115 (mon.0) 2648 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-02-23T02:33:11.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:10.189134+0000 mon.smithi115 (mon.0) 2649 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:33:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:09.401440+0000 mgr.smithi115.zzjgkn (mgr.34102) 2668 : cluster [DBG] pgmap v2047: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:10.188258+0000 mon.smithi115 (mon.0) 2646 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-02-23T02:33:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:10.188589+0000 mon.smithi115 (mon.0) 2647 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-23T02:33:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:10.188883+0000 mon.smithi115 (mon.0) 2648 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-02-23T02:33:11.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:10.189134+0000 mon.smithi115 (mon.0) 2649 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:33:11.550 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:33:11.550 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (82m) 2m ago 87m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:33:11.550 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (55m) 7m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:33:11.550 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (55m) 2m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:33:11.550 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (84m) 2m ago 2h 38.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:33:11.550 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (7m) 7m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:33:11.550 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2m) 2m ago 2h 11.0M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:33:11.550 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (81m) 7m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:33:11.550 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (71m) 2m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (66m) 7m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (60m) 2m ago 2h 199M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (87m) 7m ago 87m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (87m) 2m ago 87m 97.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 7m ago 2h - - 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 2h - - 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (50m) 7m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (44m) 7m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (39m) 7m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (33m) 7m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (28m) 2m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (22m) 2m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (17m) 2m ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:33:11.551 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (12m) 2m ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:33:11.552 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (87m) 2m ago 87m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:33:11.877 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:33:11.877 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:33:11.877 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:33:11.877 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:33:11.877 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:33:11.878 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:33:11.878 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:33:11.878 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:33:11.878 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:33:11.878 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:33:11.878 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:33:11.878 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:33:11.878 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:33:11.878 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:33:11.879 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:33:11.879 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:33:11.879 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:33:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:10.996027+0000 mgr.smithi115.zzjgkn (mgr.34102) 2669 : audit [DBG] from='client.36656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:11.538860+0000 mon.smithi115 (mon.0) 2650 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:33:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:11.539222+0000 mon.smithi115 (mon.0) 2651 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:11.539499+0000 mon.smithi115 (mon.0) 2652 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:11.539776+0000 mon.smithi115 (mon.0) 2653 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:11.540027+0000 mon.smithi115 (mon.0) 2654 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:11.541873+0000 mon.smithi115 (mon.0) 2655 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:33:12.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:11.542153+0000 mon.smithi115 (mon.0) 2656 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:11.542405+0000 mon.smithi115 (mon.0) 2657 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:11.542658+0000 mon.smithi115 (mon.0) 2658 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:11.542906+0000 mon.smithi115 (mon.0) 2659 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:10.996027+0000 mgr.smithi115.zzjgkn (mgr.34102) 2669 : audit [DBG] from='client.36656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:11.538860+0000 mon.smithi115 (mon.0) 2650 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:33:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:11.539222+0000 mon.smithi115 (mon.0) 2651 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:11.539499+0000 mon.smithi115 (mon.0) 2652 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:11.539776+0000 mon.smithi115 (mon.0) 2653 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:11.540027+0000 mon.smithi115 (mon.0) 2654 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:11.541873+0000 mon.smithi115 (mon.0) 2655 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:33:12.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:11.542153+0000 mon.smithi115 (mon.0) 2656 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:11.542405+0000 mon.smithi115 (mon.0) 2657 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:11.542658+0000 mon.smithi115 (mon.0) 2658 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:11.542906+0000 mon.smithi115 (mon.0) 2659 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:12.152 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:33:12.152 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:33:12.153 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:33:12.153 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:33:12.153 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:33:12.153 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:33:12.153 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:33:12.153 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:33:12.153 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:33:12.153 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:33:12.153 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:33:12.153 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "16/23 daemons upgraded", 2024-02-23T02:33:12.153 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:33:12.153 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:33:12.154 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:33:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:11.268569+0000 mgr.smithi115.zzjgkn (mgr.34102) 2670 : audit [DBG] from='client.36660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:11.401984+0000 mgr.smithi115.zzjgkn (mgr.34102) 2671 : cluster [DBG] pgmap v2048: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:11.537072+0000 mgr.smithi115.zzjgkn (mgr.34102) 2672 : audit [DBG] from='client.36664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:13.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:11.875138+0000 mon.smithi115 (mon.0) 2660 : audit [DBG] from='client.? 172.21.15.115:0/3033328247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:33:13.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:11.268569+0000 mgr.smithi115.zzjgkn (mgr.34102) 2670 : audit [DBG] from='client.36660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:13.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:11.401984+0000 mgr.smithi115.zzjgkn (mgr.34102) 2671 : cluster [DBG] pgmap v2048: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:13.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:11.537072+0000 mgr.smithi115.zzjgkn (mgr.34102) 2672 : audit [DBG] from='client.36664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:13.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:11.875138+0000 mon.smithi115 (mon.0) 2660 : audit [DBG] from='client.? 172.21.15.115:0/3033328247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:33:13.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:12.150717+0000 mgr.smithi115.zzjgkn (mgr.34102) 2673 : audit [DBG] from='client.36672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:14.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:12.150717+0000 mgr.smithi115.zzjgkn (mgr.34102) 2673 : audit [DBG] from='client.36672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:15.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:13.402450+0000 mgr.smithi115.zzjgkn (mgr.34102) 2674 : cluster [DBG] pgmap v2049: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:15.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:13.402450+0000 mgr.smithi115.zzjgkn (mgr.34102) 2674 : cluster [DBG] pgmap v2049: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:17.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:15.403150+0000 mgr.smithi115.zzjgkn (mgr.34102) 2675 : cluster [DBG] pgmap v2050: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:15.403150+0000 mgr.smithi115.zzjgkn (mgr.34102) 2675 : cluster [DBG] pgmap v2050: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:19.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:17.403762+0000 mgr.smithi115.zzjgkn (mgr.34102) 2676 : cluster [DBG] pgmap v2051: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:19.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:17.403762+0000 mgr.smithi115.zzjgkn (mgr.34102) 2676 : cluster [DBG] pgmap v2051: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:21.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:19.404440+0000 mgr.smithi115.zzjgkn (mgr.34102) 2677 : cluster [DBG] pgmap v2052: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:21.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:19.404440+0000 mgr.smithi115.zzjgkn (mgr.34102) 2677 : cluster [DBG] pgmap v2052: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:23.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:21.405151+0000 mgr.smithi115.zzjgkn (mgr.34102) 2678 : cluster [DBG] pgmap v2053: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:23.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:21.405151+0000 mgr.smithi115.zzjgkn (mgr.34102) 2678 : cluster [DBG] pgmap v2053: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:25.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:23.405792+0000 mgr.smithi115.zzjgkn (mgr.34102) 2679 : cluster [DBG] pgmap v2054: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:25.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:23.405792+0000 mgr.smithi115.zzjgkn (mgr.34102) 2679 : cluster [DBG] pgmap v2054: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:25.406296+0000 mgr.smithi115.zzjgkn (mgr.34102) 2680 : cluster [DBG] pgmap v2055: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:25.406296+0000 mgr.smithi115.zzjgkn (mgr.34102) 2680 : cluster [DBG] pgmap v2055: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:29.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:27.406846+0000 mgr.smithi115.zzjgkn (mgr.34102) 2681 : cluster [DBG] pgmap v2056: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:29.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:27.406846+0000 mgr.smithi115.zzjgkn (mgr.34102) 2681 : cluster [DBG] pgmap v2056: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:31.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:29.407368+0000 mgr.smithi115.zzjgkn (mgr.34102) 2682 : cluster [DBG] pgmap v2057: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:31.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:29.407368+0000 mgr.smithi115.zzjgkn (mgr.34102) 2682 : cluster [DBG] pgmap v2057: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:33.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:31.408013+0000 mgr.smithi115.zzjgkn (mgr.34102) 2683 : cluster [DBG] pgmap v2058: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:33.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:31.408013+0000 mgr.smithi115.zzjgkn (mgr.34102) 2683 : cluster [DBG] pgmap v2058: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:35.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:33.408494+0000 mgr.smithi115.zzjgkn (mgr.34102) 2684 : cluster [DBG] pgmap v2059: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:35.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:33.408494+0000 mgr.smithi115.zzjgkn (mgr.34102) 2684 : cluster [DBG] pgmap v2059: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:37.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:35.409182+0000 mgr.smithi115.zzjgkn (mgr.34102) 2685 : cluster [DBG] pgmap v2060: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:37.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:35.409182+0000 mgr.smithi115.zzjgkn (mgr.34102) 2685 : cluster [DBG] pgmap v2060: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:39.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:37.409808+0000 mgr.smithi115.zzjgkn (mgr.34102) 2686 : cluster [DBG] pgmap v2061: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:39.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:37.409808+0000 mgr.smithi115.zzjgkn (mgr.34102) 2686 : cluster [DBG] pgmap v2061: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:40.979 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:39.410336+0000 mgr.smithi115.zzjgkn (mgr.34102) 2687 : cluster [DBG] pgmap v2062: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:41.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:39.410336+0000 mgr.smithi115.zzjgkn (mgr.34102) 2687 : cluster [DBG] pgmap v2062: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:33:40.569988+0000 mgr.smithi115.zzjgkn (mgr.34102) 2688 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:33:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:33:42.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:33:42.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:33:42.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:33:42.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:33:42.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:33:42.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:33:42.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:33:42.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:33:42.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:33:42.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:33:42.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:33:42.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:33:42.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:33:42.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:33:42.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:33:42.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:33:42.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:33:42.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:33:42.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:33:42.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:33:42.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:33:42.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:33:42.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:33:42.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:33:40.570745+0000 mgr.smithi115.zzjgkn (mgr.34102) 2689 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:33:42.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:33:40.570875+0000 mgr.smithi115.zzjgkn (mgr.34102) 2690 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:33:42.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:33:40.569988+0000 mgr.smithi115.zzjgkn (mgr.34102) 2688 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:33:42.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:33:42.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:33:42.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:33:42.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:33:42.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:33:42.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:33:42.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:33:42.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:33:42.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:33:42.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:33:42.032 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:33:42.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:33:42.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:33:42.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:33:42.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:33:42.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:33:42.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:33:42.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:33:42.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:33:42.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:33:42.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:33:42.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:33:42.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:33:42.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:33:42.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:33:40.570745+0000 mgr.smithi115.zzjgkn (mgr.34102) 2689 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:33:42.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:33:40.570875+0000 mgr.smithi115.zzjgkn (mgr.34102) 2690 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:33:42.451 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:33:42.999 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:33:42.999 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (82m) 2m ago 88m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:33:42.999 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (55m) 7m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:33:42.999 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (55m) 2m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:33:42.999 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (85m) 2m ago 2h 38.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:33:42.999 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (7m) 7m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:33:42.999 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (2m) 2m ago 2h 11.0M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:33:42.999 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (82m) 7m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:33:42.999 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (71m) 2m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (66m) 7m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (61m) 2m ago 2h 199M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (88m) 7m ago 88m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (88m) 2m ago 88m 97.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 7m ago 2h - - 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 2h - - 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (50m) 7m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (45m) 7m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (40m) 7m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (33m) 7m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (28m) 2m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (23m) 2m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (18m) 2m ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (12m) 2m ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:33:43.000 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (88m) 2m ago 88m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:33:43.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:41.411046+0000 mgr.smithi115.zzjgkn (mgr.34102) 2691 : cluster [DBG] pgmap v2063: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:43.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:41.411046+0000 mgr.smithi115.zzjgkn (mgr.34102) 2691 : cluster [DBG] pgmap v2063: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:43.321 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:33:43.321 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:33:43.321 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:33:43.322 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:33:43.599 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:33:43.599 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:33:43.599 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:33:43.599 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:33:43.599 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:33:43.599 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:33:43.599 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:33:43.600 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:33:43.600 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:33:43.600 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:33:43.600 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:33:43.600 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "16/23 daemons upgraded", 2024-02-23T02:33:43.600 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:33:43.600 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:33:43.600 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:33:44.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:42.438936+0000 mgr.smithi115.zzjgkn (mgr.34102) 2692 : audit [DBG] from='client.36676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:44.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:42.715871+0000 mgr.smithi115.zzjgkn (mgr.34102) 2693 : audit [DBG] from='client.36680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:44.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:42.985813+0000 mgr.smithi115.zzjgkn (mgr.34102) 2694 : audit [DBG] from='client.36684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:44.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:42.987628+0000 mon.smithi115 (mon.0) 2661 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:33:44.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:42.987992+0000 mon.smithi115 (mon.0) 2662 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:42.988295+0000 mon.smithi115 (mon.0) 2663 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:42.988574+0000 mon.smithi115 (mon.0) 2664 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:42.988857+0000 mon.smithi115 (mon.0) 2665 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:42.990751+0000 mon.smithi115 (mon.0) 2666 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:33:44.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:42.991026+0000 mon.smithi115 (mon.0) 2667 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:42.991302+0000 mon.smithi115 (mon.0) 2668 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:42.991572+0000 mon.smithi115 (mon.0) 2669 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:42.991847+0000 mon.smithi115 (mon.0) 2670 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:43.319950+0000 mon.smithi115 (mon.0) 2671 : audit [DBG] from='client.? 172.21.15.115:0/695648821' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:33:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:42.438936+0000 mgr.smithi115.zzjgkn (mgr.34102) 2692 : audit [DBG] from='client.36676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:42.715871+0000 mgr.smithi115.zzjgkn (mgr.34102) 2693 : audit [DBG] from='client.36680 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:42.985813+0000 mgr.smithi115.zzjgkn (mgr.34102) 2694 : audit [DBG] from='client.36684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:42.987628+0000 mon.smithi115 (mon.0) 2661 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:33:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:42.987992+0000 mon.smithi115 (mon.0) 2662 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:42.988295+0000 mon.smithi115 (mon.0) 2663 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:42.988574+0000 mon.smithi115 (mon.0) 2664 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:42.988857+0000 mon.smithi115 (mon.0) 2665 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:42.990751+0000 mon.smithi115 (mon.0) 2666 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:33:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:42.991026+0000 mon.smithi115 (mon.0) 2667 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:42.991302+0000 mon.smithi115 (mon.0) 2668 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:42.991572+0000 mon.smithi115 (mon.0) 2669 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:42.991847+0000 mon.smithi115 (mon.0) 2670 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:33:44.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:43.319950+0000 mon.smithi115 (mon.0) 2671 : audit [DBG] from='client.? 172.21.15.115:0/695648821' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:33:45.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:43.411434+0000 mgr.smithi115.zzjgkn (mgr.34102) 2695 : cluster [DBG] pgmap v2064: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:45.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:33:43.597305+0000 mgr.smithi115.zzjgkn (mgr.34102) 2696 : audit [DBG] from='client.36692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:45.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:43.411434+0000 mgr.smithi115.zzjgkn (mgr.34102) 2695 : cluster [DBG] pgmap v2064: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:45.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:33:43.597305+0000 mgr.smithi115.zzjgkn (mgr.34102) 2696 : audit [DBG] from='client.36692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:33:47.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:45.412000+0000 mgr.smithi115.zzjgkn (mgr.34102) 2697 : cluster [DBG] pgmap v2065: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:47.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:45.412000+0000 mgr.smithi115.zzjgkn (mgr.34102) 2697 : cluster [DBG] pgmap v2065: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:49.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:47.412604+0000 mgr.smithi115.zzjgkn (mgr.34102) 2698 : cluster [DBG] pgmap v2066: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:49.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:47.412604+0000 mgr.smithi115.zzjgkn (mgr.34102) 2698 : cluster [DBG] pgmap v2066: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:51.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:49.413147+0000 mgr.smithi115.zzjgkn (mgr.34102) 2699 : cluster [DBG] pgmap v2067: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:51.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:49.413147+0000 mgr.smithi115.zzjgkn (mgr.34102) 2699 : cluster [DBG] pgmap v2067: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:53.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:51.413880+0000 mgr.smithi115.zzjgkn (mgr.34102) 2700 : cluster [DBG] pgmap v2068: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:53.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:51.413880+0000 mgr.smithi115.zzjgkn (mgr.34102) 2700 : cluster [DBG] pgmap v2068: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:55.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:53.414526+0000 mgr.smithi115.zzjgkn (mgr.34102) 2701 : cluster [DBG] pgmap v2069: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:55.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:53.414526+0000 mgr.smithi115.zzjgkn (mgr.34102) 2701 : cluster [DBG] pgmap v2069: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:57.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:55.415326+0000 mgr.smithi115.zzjgkn (mgr.34102) 2702 : cluster [DBG] pgmap v2070: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:57.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:55.415326+0000 mgr.smithi115.zzjgkn (mgr.34102) 2702 : cluster [DBG] pgmap v2070: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:59.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:33:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:57.416022+0000 mgr.smithi115.zzjgkn (mgr.34102) 2703 : cluster [DBG] pgmap v2071: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:33:59.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:33:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:57.416022+0000 mgr.smithi115.zzjgkn (mgr.34102) 2703 : cluster [DBG] pgmap v2071: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:01.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:33:59.416569+0000 mgr.smithi115.zzjgkn (mgr.34102) 2704 : cluster [DBG] pgmap v2072: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:01.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:33:59.416569+0000 mgr.smithi115.zzjgkn (mgr.34102) 2704 : cluster [DBG] pgmap v2072: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:03.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:01.417123+0000 mgr.smithi115.zzjgkn (mgr.34102) 2705 : cluster [DBG] pgmap v2073: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:03.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:01.417123+0000 mgr.smithi115.zzjgkn (mgr.34102) 2705 : cluster [DBG] pgmap v2073: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:05.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:03.417699+0000 mgr.smithi115.zzjgkn (mgr.34102) 2706 : cluster [DBG] pgmap v2074: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:05.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:03.417699+0000 mgr.smithi115.zzjgkn (mgr.34102) 2706 : cluster [DBG] pgmap v2074: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:07.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:05.418349+0000 mgr.smithi115.zzjgkn (mgr.34102) 2707 : cluster [DBG] pgmap v2075: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:07.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:05.418349+0000 mgr.smithi115.zzjgkn (mgr.34102) 2707 : cluster [DBG] pgmap v2075: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:09.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:07.418984+0000 mgr.smithi115.zzjgkn (mgr.34102) 2708 : cluster [DBG] pgmap v2076: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:09.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:07.418984+0000 mgr.smithi115.zzjgkn (mgr.34102) 2708 : cluster [DBG] pgmap v2076: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:09.419719+0000 mgr.smithi115.zzjgkn (mgr.34102) 2709 : cluster [DBG] pgmap v2077: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:10.192194+0000 mon.smithi115 (mon.0) 2672 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-02-23T02:34:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:10.192446+0000 mon.smithi115 (mon.0) 2673 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T02:34:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:10.192650+0000 mon.smithi115 (mon.0) 2674 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-23T02:34:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:10.192831+0000 mon.smithi115 (mon.0) 2675 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:34:11.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:09.419719+0000 mgr.smithi115.zzjgkn (mgr.34102) 2709 : cluster [DBG] pgmap v2077: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:11.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:10.192194+0000 mon.smithi115 (mon.0) 2672 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-02-23T02:34:11.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:10.192446+0000 mon.smithi115 (mon.0) 2673 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T02:34:11.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:10.192650+0000 mon.smithi115 (mon.0) 2674 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-23T02:34:11.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:10.192831+0000 mon.smithi115 (mon.0) 2675 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:34:13.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:11.420369+0000 mgr.smithi115.zzjgkn (mgr.34102) 2710 : cluster [DBG] pgmap v2078: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:13.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:11.420369+0000 mgr.smithi115.zzjgkn (mgr.34102) 2710 : cluster [DBG] pgmap v2078: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:13.906 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:34:14.453 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:34:14.453 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (83m) 3m ago 88m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:34:14.453 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (56m) 8m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:34:14.453 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (56m) 3m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:34:14.453 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (85m) 3m ago 2h 38.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:34:14.453 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (8m) 8m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:34:14.453 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (3m) 3m ago 2h 11.0M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:34:14.453 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (82m) 8m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:34:14.453 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (72m) 3m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:34:14.453 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (67m) 8m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:34:14.454 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (62m) 3m ago 2h 199M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:34:14.454 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (88m) 8m ago 88m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:34:14.454 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (88m) 3m ago 88m 97.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:34:14.454 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 8m ago 2h - - 2024-02-23T02:34:14.454 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 2h - - 2024-02-23T02:34:14.454 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (51m) 8m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:34:14.454 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (45m) 8m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:34:14.454 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (40m) 8m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:34:14.454 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (34m) 8m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:34:14.454 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (29m) 3m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:34:14.454 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (24m) 3m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:34:14.454 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (18m) 3m ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:34:14.455 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (13m) 3m ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:34:14.455 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (88m) 3m ago 88m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:34:14.777 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:34:14.777 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:34:14.777 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:34:14.777 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:34:14.778 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:34:14.778 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:34:14.778 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:34:14.778 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:34:14.778 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:34:14.778 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:34:14.779 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:34:14.779 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:34:14.779 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:34:14.779 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:34:14.779 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:34:14.779 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:34:14.780 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:34:15.052 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:34:15.052 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:34:15.052 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:34:15.052 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:34:15.052 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:34:15.052 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:34:15.052 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:34:15.052 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:34:15.052 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:34:15.053 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:34:15.053 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:34:15.053 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "16/23 daemons upgraded", 2024-02-23T02:34:15.053 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:34:15.053 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:34:15.053 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:34:15.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:13.421039+0000 mgr.smithi115.zzjgkn (mgr.34102) 2711 : cluster [DBG] pgmap v2079: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:15.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:13.894077+0000 mgr.smithi115.zzjgkn (mgr.34102) 2712 : audit [DBG] from='client.36696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:15.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:14.441579+0000 mon.smithi115 (mon.0) 2676 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:34:15.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:14.441937+0000 mon.smithi115 (mon.0) 2677 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:14.442229+0000 mon.smithi115 (mon.0) 2678 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:14.442479+0000 mon.smithi115 (mon.0) 2679 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:14.442737+0000 mon.smithi115 (mon.0) 2680 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:14.444671+0000 mon.smithi115 (mon.0) 2681 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:34:15.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:14.444947+0000 mon.smithi115 (mon.0) 2682 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:14.445191+0000 mon.smithi115 (mon.0) 2683 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:14.445425+0000 mon.smithi115 (mon.0) 2684 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:14.445675+0000 mon.smithi115 (mon.0) 2685 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:14.775439+0000 mon.smithi115 (mon.0) 2686 : audit [DBG] from='client.? 172.21.15.115:0/1918822253' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:34:15.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:13.421039+0000 mgr.smithi115.zzjgkn (mgr.34102) 2711 : cluster [DBG] pgmap v2079: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:15.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:13.894077+0000 mgr.smithi115.zzjgkn (mgr.34102) 2712 : audit [DBG] from='client.36696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:15.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:14.441579+0000 mon.smithi115 (mon.0) 2676 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:34:15.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:14.441937+0000 mon.smithi115 (mon.0) 2677 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:14.442229+0000 mon.smithi115 (mon.0) 2678 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:14.442479+0000 mon.smithi115 (mon.0) 2679 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:14.442737+0000 mon.smithi115 (mon.0) 2680 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:14.444671+0000 mon.smithi115 (mon.0) 2681 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:34:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:14.444947+0000 mon.smithi115 (mon.0) 2682 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:14.445191+0000 mon.smithi115 (mon.0) 2683 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:14.445425+0000 mon.smithi115 (mon.0) 2684 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:14.445675+0000 mon.smithi115 (mon.0) 2685 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:15.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:14.775439+0000 mon.smithi115 (mon.0) 2686 : audit [DBG] from='client.? 172.21.15.115:0/1918822253' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:34:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:14.171755+0000 mgr.smithi115.zzjgkn (mgr.34102) 2713 : audit [DBG] from='client.36700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:14.439755+0000 mgr.smithi115.zzjgkn (mgr.34102) 2714 : audit [DBG] from='client.36704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:16.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:14.171755+0000 mgr.smithi115.zzjgkn (mgr.34102) 2713 : audit [DBG] from='client.36700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:16.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:14.439755+0000 mgr.smithi115.zzjgkn (mgr.34102) 2714 : audit [DBG] from='client.36704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:17.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:15.050313+0000 mgr.smithi115.zzjgkn (mgr.34102) 2715 : audit [DBG] from='client.36712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:17.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:15.421558+0000 mgr.smithi115.zzjgkn (mgr.34102) 2716 : cluster [DBG] pgmap v2080: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:17.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:15.050313+0000 mgr.smithi115.zzjgkn (mgr.34102) 2715 : audit [DBG] from='client.36712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:17.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:15.421558+0000 mgr.smithi115.zzjgkn (mgr.34102) 2716 : cluster [DBG] pgmap v2080: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:17.422202+0000 mgr.smithi115.zzjgkn (mgr.34102) 2717 : cluster [DBG] pgmap v2081: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:19.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:17.422202+0000 mgr.smithi115.zzjgkn (mgr.34102) 2717 : cluster [DBG] pgmap v2081: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:19.422817+0000 mgr.smithi115.zzjgkn (mgr.34102) 2718 : cluster [DBG] pgmap v2082: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:21.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:19.422817+0000 mgr.smithi115.zzjgkn (mgr.34102) 2718 : cluster [DBG] pgmap v2082: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:23.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:21.423540+0000 mgr.smithi115.zzjgkn (mgr.34102) 2719 : cluster [DBG] pgmap v2083: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:23.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:21.423540+0000 mgr.smithi115.zzjgkn (mgr.34102) 2719 : cluster [DBG] pgmap v2083: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:25.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:23.424135+0000 mgr.smithi115.zzjgkn (mgr.34102) 2720 : cluster [DBG] pgmap v2084: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:25.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:23.424135+0000 mgr.smithi115.zzjgkn (mgr.34102) 2720 : cluster [DBG] pgmap v2084: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:27.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:25.424776+0000 mgr.smithi115.zzjgkn (mgr.34102) 2721 : cluster [DBG] pgmap v2085: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:27.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:25.424776+0000 mgr.smithi115.zzjgkn (mgr.34102) 2721 : cluster [DBG] pgmap v2085: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:29.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:27.425568+0000 mgr.smithi115.zzjgkn (mgr.34102) 2722 : cluster [DBG] pgmap v2086: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:29.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:27.425568+0000 mgr.smithi115.zzjgkn (mgr.34102) 2722 : cluster [DBG] pgmap v2086: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:31.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:29.426245+0000 mgr.smithi115.zzjgkn (mgr.34102) 2723 : cluster [DBG] pgmap v2087: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:31.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:29.426245+0000 mgr.smithi115.zzjgkn (mgr.34102) 2723 : cluster [DBG] pgmap v2087: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:33.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:31.427079+0000 mgr.smithi115.zzjgkn (mgr.34102) 2724 : cluster [DBG] pgmap v2088: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:33.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:31.427079+0000 mgr.smithi115.zzjgkn (mgr.34102) 2724 : cluster [DBG] pgmap v2088: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:35.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:33.427592+0000 mgr.smithi115.zzjgkn (mgr.34102) 2725 : cluster [DBG] pgmap v2089: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:35.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:33.427592+0000 mgr.smithi115.zzjgkn (mgr.34102) 2725 : cluster [DBG] pgmap v2089: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:37.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:35.428193+0000 mgr.smithi115.zzjgkn (mgr.34102) 2726 : cluster [DBG] pgmap v2090: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:37.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:35.428193+0000 mgr.smithi115.zzjgkn (mgr.34102) 2726 : cluster [DBG] pgmap v2090: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:39.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:37.429048+0000 mgr.smithi115.zzjgkn (mgr.34102) 2727 : cluster [DBG] pgmap v2091: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:39.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:37.429048+0000 mgr.smithi115.zzjgkn (mgr.34102) 2727 : cluster [DBG] pgmap v2091: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:41.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:39.429848+0000 mgr.smithi115.zzjgkn (mgr.34102) 2728 : cluster [DBG] pgmap v2092: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:41.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:39.429848+0000 mgr.smithi115.zzjgkn (mgr.34102) 2728 : cluster [DBG] pgmap v2092: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:43.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:41.430469+0000 mgr.smithi115.zzjgkn (mgr.34102) 2729 : cluster [DBG] pgmap v2093: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:43.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:41.430469+0000 mgr.smithi115.zzjgkn (mgr.34102) 2729 : cluster [DBG] pgmap v2093: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:45.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:43.431028+0000 mgr.smithi115.zzjgkn (mgr.34102) 2730 : cluster [DBG] pgmap v2094: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:45.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:43.431028+0000 mgr.smithi115.zzjgkn (mgr.34102) 2730 : cluster [DBG] pgmap v2094: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:45.351 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:34:45.899 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:34:45.900 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (83m) 3m ago 89m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:34:45.900 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (56m) 8m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:34:45.900 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (56m) 3m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:34:45.900 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (86m) 3m ago 2h 38.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:34:45.900 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (8m) 8m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:34:45.900 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (3m) 3m ago 2h 11.0M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:34:45.900 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (83m) 8m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:34:45.900 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (72m) 3m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:34:45.900 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (67m) 8m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:34:45.900 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (62m) 3m ago 2h 199M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:34:45.901 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (89m) 8m ago 89m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:34:45.901 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (89m) 3m ago 89m 97.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:34:45.901 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 8m ago 2h - - 2024-02-23T02:34:45.901 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 2h - - 2024-02-23T02:34:45.901 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (51m) 8m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:34:45.901 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (46m) 8m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:34:45.901 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (41m) 8m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:34:45.901 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (35m) 8m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:34:45.901 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (29m) 3m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:34:45.901 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (24m) 3m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:34:45.901 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (19m) 3m ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:34:45.902 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (14m) 3m ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:34:45.902 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (89m) 3m ago 89m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:34:46.224 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:34:46.224 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:34:46.225 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:34:46.225 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:34:46.225 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:34:46.225 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:34:46.225 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:34:46.225 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:34:46.225 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:34:46.225 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:34:46.225 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:34:46.226 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:34:46.226 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:34:46.226 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:34:46.226 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:34:46.226 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:34:46.226 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:34:46.495 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:34:46.495 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:34:46.495 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:34:46.495 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:34:46.495 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:34:46.495 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:34:46.495 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:34:46.495 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:34:46.495 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:34:46.495 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:34:46.495 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:34:46.496 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "16/23 daemons upgraded", 2024-02-23T02:34:46.496 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:34:46.496 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:34:46.496 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:34:47.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:45.338777+0000 mgr.smithi115.zzjgkn (mgr.34102) 2731 : audit [DBG] from='client.36716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:47.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:45.431495+0000 mgr.smithi115.zzjgkn (mgr.34102) 2732 : cluster [DBG] pgmap v2095: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:47.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:45.613318+0000 mgr.smithi115.zzjgkn (mgr.34102) 2733 : audit [DBG] from='client.36720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:47.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:45.886133+0000 mgr.smithi115.zzjgkn (mgr.34102) 2734 : audit [DBG] from='client.36724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:47.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:45.887895+0000 mon.smithi115 (mon.0) 2687 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:34:47.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:45.888222+0000 mon.smithi115 (mon.0) 2688 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:45.888484+0000 mon.smithi115 (mon.0) 2689 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:45.888727+0000 mon.smithi115 (mon.0) 2690 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:45.888961+0000 mon.smithi115 (mon.0) 2691 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:45.890926+0000 mon.smithi115 (mon.0) 2692 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:34:47.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:45.891196+0000 mon.smithi115 (mon.0) 2693 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:45.891434+0000 mon.smithi115 (mon.0) 2694 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:45.891669+0000 mon.smithi115 (mon.0) 2695 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:45.891896+0000 mon.smithi115 (mon.0) 2696 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:46.222236+0000 mon.smithi115 (mon.0) 2697 : audit [DBG] from='client.? 172.21.15.115:0/3669563073' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:34:47.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:45.338777+0000 mgr.smithi115.zzjgkn (mgr.34102) 2731 : audit [DBG] from='client.36716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:47.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:45.431495+0000 mgr.smithi115.zzjgkn (mgr.34102) 2732 : cluster [DBG] pgmap v2095: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:47.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:45.613318+0000 mgr.smithi115.zzjgkn (mgr.34102) 2733 : audit [DBG] from='client.36720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:47.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:45.886133+0000 mgr.smithi115.zzjgkn (mgr.34102) 2734 : audit [DBG] from='client.36724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:47.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:45.887895+0000 mon.smithi115 (mon.0) 2687 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:34:47.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:45.888222+0000 mon.smithi115 (mon.0) 2688 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:45.888484+0000 mon.smithi115 (mon.0) 2689 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:45.888727+0000 mon.smithi115 (mon.0) 2690 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:45.888961+0000 mon.smithi115 (mon.0) 2691 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:45.890926+0000 mon.smithi115 (mon.0) 2692 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:34:47.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:45.891196+0000 mon.smithi115 (mon.0) 2693 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:45.891434+0000 mon.smithi115 (mon.0) 2694 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:45.891669+0000 mon.smithi115 (mon.0) 2695 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:45.891896+0000 mon.smithi115 (mon.0) 2696 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:34:47.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:46.222236+0000 mon.smithi115 (mon.0) 2697 : audit [DBG] from='client.? 172.21.15.115:0/3669563073' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:34:48.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:34:46.493344+0000 mgr.smithi115.zzjgkn (mgr.34102) 2735 : audit [DBG] from='client.36732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:48.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:34:46.493344+0000 mgr.smithi115.zzjgkn (mgr.34102) 2735 : audit [DBG] from='client.36732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:34:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:47.432122+0000 mgr.smithi115.zzjgkn (mgr.34102) 2736 : cluster [DBG] pgmap v2096: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:49.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:47.432122+0000 mgr.smithi115.zzjgkn (mgr.34102) 2736 : cluster [DBG] pgmap v2096: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:51.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:49.432728+0000 mgr.smithi115.zzjgkn (mgr.34102) 2737 : cluster [DBG] pgmap v2097: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:51.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:49.432728+0000 mgr.smithi115.zzjgkn (mgr.34102) 2737 : cluster [DBG] pgmap v2097: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:53.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:51.433316+0000 mgr.smithi115.zzjgkn (mgr.34102) 2738 : cluster [DBG] pgmap v2098: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:53.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:51.433316+0000 mgr.smithi115.zzjgkn (mgr.34102) 2738 : cluster [DBG] pgmap v2098: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:55.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:53.433859+0000 mgr.smithi115.zzjgkn (mgr.34102) 2739 : cluster [DBG] pgmap v2099: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:55.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:53.433859+0000 mgr.smithi115.zzjgkn (mgr.34102) 2739 : cluster [DBG] pgmap v2099: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:57.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:55.434495+0000 mgr.smithi115.zzjgkn (mgr.34102) 2740 : cluster [DBG] pgmap v2100: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:57.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:55.434495+0000 mgr.smithi115.zzjgkn (mgr.34102) 2740 : cluster [DBG] pgmap v2100: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:59.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:34:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:57.435212+0000 mgr.smithi115.zzjgkn (mgr.34102) 2741 : cluster [DBG] pgmap v2101: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:34:59.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:34:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:57.435212+0000 mgr.smithi115.zzjgkn (mgr.34102) 2741 : cluster [DBG] pgmap v2101: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:01.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:34:59.435876+0000 mgr.smithi115.zzjgkn (mgr.34102) 2742 : cluster [DBG] pgmap v2102: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:01.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:34:59.435876+0000 mgr.smithi115.zzjgkn (mgr.34102) 2742 : cluster [DBG] pgmap v2102: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:01.436502+0000 mgr.smithi115.zzjgkn (mgr.34102) 2743 : cluster [DBG] pgmap v2103: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:03.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:01.436502+0000 mgr.smithi115.zzjgkn (mgr.34102) 2743 : cluster [DBG] pgmap v2103: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:05.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:03.437021+0000 mgr.smithi115.zzjgkn (mgr.34102) 2744 : cluster [DBG] pgmap v2104: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:05.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:03.437021+0000 mgr.smithi115.zzjgkn (mgr.34102) 2744 : cluster [DBG] pgmap v2104: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:07.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:05.437706+0000 mgr.smithi115.zzjgkn (mgr.34102) 2745 : cluster [DBG] pgmap v2105: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:07.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:05.437706+0000 mgr.smithi115.zzjgkn (mgr.34102) 2745 : cluster [DBG] pgmap v2105: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:09.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:07.438486+0000 mgr.smithi115.zzjgkn (mgr.34102) 2746 : cluster [DBG] pgmap v2106: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:09.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:07.438486+0000 mgr.smithi115.zzjgkn (mgr.34102) 2746 : cluster [DBG] pgmap v2106: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:09.439046+0000 mgr.smithi115.zzjgkn (mgr.34102) 2747 : cluster [DBG] pgmap v2107: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:10.195983+0000 mon.smithi115 (mon.0) 2698 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-02-23T02:35:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:10.196345+0000 mon.smithi115 (mon.0) 2699 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T02:35:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:10.196561+0000 mon.smithi115 (mon.0) 2700 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T02:35:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:10.196784+0000 mon.smithi115 (mon.0) 2701 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T02:35:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:09.439046+0000 mgr.smithi115.zzjgkn (mgr.34102) 2747 : cluster [DBG] pgmap v2107: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:10.195983+0000 mon.smithi115 (mon.0) 2698 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-02-23T02:35:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:10.196345+0000 mon.smithi115 (mon.0) 2699 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T02:35:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:10.196561+0000 mon.smithi115 (mon.0) 2700 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-23T02:35:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:10.196784+0000 mon.smithi115 (mon.0) 2701 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T02:35:13.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:11.439652+0000 mgr.smithi115.zzjgkn (mgr.34102) 2748 : cluster [DBG] pgmap v2108: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:13.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:11.439652+0000 mgr.smithi115.zzjgkn (mgr.34102) 2748 : cluster [DBG] pgmap v2108: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:15.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:13.440289+0000 mgr.smithi115.zzjgkn (mgr.34102) 2749 : cluster [DBG] pgmap v2109: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:15.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:13.440289+0000 mgr.smithi115.zzjgkn (mgr.34102) 2749 : cluster [DBG] pgmap v2109: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:16.794 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:35:17.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:15.440926+0000 mgr.smithi115.zzjgkn (mgr.34102) 2750 : cluster [DBG] pgmap v2110: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:17.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:15.440926+0000 mgr.smithi115.zzjgkn (mgr.34102) 2750 : cluster [DBG] pgmap v2110: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:17.339 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:35:17.339 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (84m) 4m ago 89m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:35:17.339 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (57m) 9m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:35:17.339 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (57m) 4m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:35:17.339 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (86m) 4m ago 2h 38.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:35:17.339 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (9m) 9m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:35:17.340 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (4m) 4m ago 2h 11.0M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:35:17.340 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (83m) 9m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:35:17.340 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (73m) 4m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:35:17.340 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (68m) 9m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:35:17.340 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (63m) 4m ago 2h 199M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:35:17.340 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (89m) 9m ago 89m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:35:17.341 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (89m) 4m ago 89m 97.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:35:17.341 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 9m ago 2h - - 2024-02-23T02:35:17.341 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 2h - - 2024-02-23T02:35:17.341 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (52m) 9m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:35:17.341 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (46m) 9m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:35:17.341 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (41m) 9m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:35:17.341 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (35m) 9m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:35:17.341 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (30m) 4m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:35:17.342 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (25m) 4m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:35:17.342 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (19m) 4m ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:35:17.342 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (14m) 4m ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:35:17.342 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (89m) 4m ago 89m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:35:17.665 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:35:17.666 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:35:17.666 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:35:17.666 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:35:17.666 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:35:17.666 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:35:17.666 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:35:17.666 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:35:17.666 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:35:17.666 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:35:17.667 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:35:17.667 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:35:17.667 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:35:17.667 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:35:17.667 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:35:17.667 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:35:17.667 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:35:17.946 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:35:17.946 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:35:17.946 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:35:17.946 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:35:17.946 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:35:17.946 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:35:17.946 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:35:17.946 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:35:17.946 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:35:17.946 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:35:17.947 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:35:17.947 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "16/23 daemons upgraded", 2024-02-23T02:35:17.947 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:35:17.947 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:35:17.947 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:35:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:16.781893+0000 mgr.smithi115.zzjgkn (mgr.34102) 2751 : audit [DBG] from='client.36736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.326748+0000 mon.smithi115 (mon.0) 2702 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:35:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.327103+0000 mon.smithi115 (mon.0) 2703 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.327408+0000 mon.smithi115 (mon.0) 2704 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.327687+0000 mon.smithi115 (mon.0) 2705 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.327968+0000 mon.smithi115 (mon.0) 2706 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.329867+0000 mon.smithi115 (mon.0) 2707 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:35:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.330159+0000 mon.smithi115 (mon.0) 2708 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.330437+0000 mon.smithi115 (mon.0) 2709 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.330723+0000 mon.smithi115 (mon.0) 2710 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.330995+0000 mon.smithi115 (mon.0) 2711 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.662932+0000 mon.smithi115 (mon.0) 2712 : audit [DBG] from='client.? 172.21.15.115:0/355830012' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:35:18.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:16.781893+0000 mgr.smithi115.zzjgkn (mgr.34102) 2751 : audit [DBG] from='client.36736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:18.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.326748+0000 mon.smithi115 (mon.0) 2702 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:35:18.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.327103+0000 mon.smithi115 (mon.0) 2703 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.327408+0000 mon.smithi115 (mon.0) 2704 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.327687+0000 mon.smithi115 (mon.0) 2705 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.327968+0000 mon.smithi115 (mon.0) 2706 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.329867+0000 mon.smithi115 (mon.0) 2707 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:35:18.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.330159+0000 mon.smithi115 (mon.0) 2708 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.330437+0000 mon.smithi115 (mon.0) 2709 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.330723+0000 mon.smithi115 (mon.0) 2710 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.330995+0000 mon.smithi115 (mon.0) 2711 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:18.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.662932+0000 mon.smithi115 (mon.0) 2712 : audit [DBG] from='client.? 172.21.15.115:0/355830012' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:35:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.057984+0000 mgr.smithi115.zzjgkn (mgr.34102) 2752 : audit [DBG] from='client.36740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.324984+0000 mgr.smithi115.zzjgkn (mgr.34102) 2753 : audit [DBG] from='client.36744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:17.441598+0000 mgr.smithi115.zzjgkn (mgr.34102) 2754 : cluster [DBG] pgmap v2111: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:17.944286+0000 mgr.smithi115.zzjgkn (mgr.34102) 2755 : audit [DBG] from='client.36752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:19.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.057984+0000 mgr.smithi115.zzjgkn (mgr.34102) 2752 : audit [DBG] from='client.36740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:19.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.324984+0000 mgr.smithi115.zzjgkn (mgr.34102) 2753 : audit [DBG] from='client.36744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:19.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:17.441598+0000 mgr.smithi115.zzjgkn (mgr.34102) 2754 : cluster [DBG] pgmap v2111: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:19.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:17.944286+0000 mgr.smithi115.zzjgkn (mgr.34102) 2755 : audit [DBG] from='client.36752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:19.442181+0000 mgr.smithi115.zzjgkn (mgr.34102) 2756 : cluster [DBG] pgmap v2112: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:21.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:19.442181+0000 mgr.smithi115.zzjgkn (mgr.34102) 2756 : cluster [DBG] pgmap v2112: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:23.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:21.442818+0000 mgr.smithi115.zzjgkn (mgr.34102) 2757 : cluster [DBG] pgmap v2113: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:23.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:21.442818+0000 mgr.smithi115.zzjgkn (mgr.34102) 2757 : cluster [DBG] pgmap v2113: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:25.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:23.443443+0000 mgr.smithi115.zzjgkn (mgr.34102) 2758 : cluster [DBG] pgmap v2114: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:25.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:23.443443+0000 mgr.smithi115.zzjgkn (mgr.34102) 2758 : cluster [DBG] pgmap v2114: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:27.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:25.443988+0000 mgr.smithi115.zzjgkn (mgr.34102) 2759 : cluster [DBG] pgmap v2115: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:27.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:25.443988+0000 mgr.smithi115.zzjgkn (mgr.34102) 2759 : cluster [DBG] pgmap v2115: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:29.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:27.444666+0000 mgr.smithi115.zzjgkn (mgr.34102) 2760 : cluster [DBG] pgmap v2116: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:29.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:27.444666+0000 mgr.smithi115.zzjgkn (mgr.34102) 2760 : cluster [DBG] pgmap v2116: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:31.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:29.445228+0000 mgr.smithi115.zzjgkn (mgr.34102) 2761 : cluster [DBG] pgmap v2117: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:31.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:29.445228+0000 mgr.smithi115.zzjgkn (mgr.34102) 2761 : cluster [DBG] pgmap v2117: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:33.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:31.445957+0000 mgr.smithi115.zzjgkn (mgr.34102) 2762 : cluster [DBG] pgmap v2118: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:33.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:31.445957+0000 mgr.smithi115.zzjgkn (mgr.34102) 2762 : cluster [DBG] pgmap v2118: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:35.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:33.446499+0000 mgr.smithi115.zzjgkn (mgr.34102) 2763 : cluster [DBG] pgmap v2119: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:35.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:33.446499+0000 mgr.smithi115.zzjgkn (mgr.34102) 2763 : cluster [DBG] pgmap v2119: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:37.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:35.447088+0000 mgr.smithi115.zzjgkn (mgr.34102) 2764 : cluster [DBG] pgmap v2120: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:37.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:35.447088+0000 mgr.smithi115.zzjgkn (mgr.34102) 2764 : cluster [DBG] pgmap v2120: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:39.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:37.447811+0000 mgr.smithi115.zzjgkn (mgr.34102) 2765 : cluster [DBG] pgmap v2121: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:39.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:37.447811+0000 mgr.smithi115.zzjgkn (mgr.34102) 2765 : cluster [DBG] pgmap v2121: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:41.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:39.448473+0000 mgr.smithi115.zzjgkn (mgr.34102) 2766 : cluster [DBG] pgmap v2122: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:41.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:39.448473+0000 mgr.smithi115.zzjgkn (mgr.34102) 2766 : cluster [DBG] pgmap v2122: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:43.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:41.449230+0000 mgr.smithi115.zzjgkn (mgr.34102) 2767 : cluster [DBG] pgmap v2123: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:43.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:41.449230+0000 mgr.smithi115.zzjgkn (mgr.34102) 2767 : cluster [DBG] pgmap v2123: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:45.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:43.449856+0000 mgr.smithi115.zzjgkn (mgr.34102) 2768 : cluster [DBG] pgmap v2124: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:45.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:43.449856+0000 mgr.smithi115.zzjgkn (mgr.34102) 2768 : cluster [DBG] pgmap v2124: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:47.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:45.450580+0000 mgr.smithi115.zzjgkn (mgr.34102) 2769 : cluster [DBG] pgmap v2125: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:47.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:45.450580+0000 mgr.smithi115.zzjgkn (mgr.34102) 2769 : cluster [DBG] pgmap v2125: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:48.244 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:35:48.790 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:35:48.790 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (84m) 4m ago 90m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:35:48.790 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (58m) 9m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:35:48.790 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (57m) 4m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:35:48.790 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (87m) 4m ago 2h 38.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:35:48.791 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (9m) 9m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:35:48.791 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (4m) 4m ago 2h 11.0M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:35:48.791 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (84m) 9m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:35:48.791 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (74m) 4m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:35:48.791 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (68m) 9m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:35:48.791 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (63m) 4m ago 2h 199M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:35:48.791 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (90m) 9m ago 90m 104M - 3.3 2cf504fded39 cc1ca4670dc7 2024-02-23T02:35:48.791 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (90m) 4m ago 90m 97.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:35:48.791 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 9m ago 2h - - 2024-02-23T02:35:48.791 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 2h - - 2024-02-23T02:35:48.791 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (52m) 9m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:35:48.791 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (47m) 9m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:35:48.791 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (42m) 9m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:35:48.792 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (36m) 9m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:35:48.792 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (30m) 4m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:35:48.792 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (25m) 4m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:35:48.792 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (20m) 4m ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:35:48.792 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (15m) 4m ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:35:48.792 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (90m) 4m ago 90m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:35:49.118 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:35:49.118 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:35:49.118 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:35:49.119 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:35:49.119 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:35:49.119 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:35:49.119 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:35:49.119 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:35:49.119 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:35:49.119 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:35:49.119 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:35:49.119 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:35:49.119 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:35:49.119 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:35:49.120 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:35:49.120 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:35:49.120 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:35:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:47.451163+0000 mgr.smithi115.zzjgkn (mgr.34102) 2770 : cluster [DBG] pgmap v2126: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:48.778424+0000 mon.smithi115 (mon.0) 2713 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:35:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:48.778797+0000 mon.smithi115 (mon.0) 2714 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:48.779134+0000 mon.smithi115 (mon.0) 2715 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:48.779414+0000 mon.smithi115 (mon.0) 2716 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:48.779732+0000 mon.smithi115 (mon.0) 2717 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:48.781605+0000 mon.smithi115 (mon.0) 2718 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:35:49.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:48.781912+0000 mon.smithi115 (mon.0) 2719 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:48.782191+0000 mon.smithi115 (mon.0) 2720 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:48.782502+0000 mon.smithi115 (mon.0) 2721 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:48.782775+0000 mon.smithi115 (mon.0) 2722 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:47.451163+0000 mgr.smithi115.zzjgkn (mgr.34102) 2770 : cluster [DBG] pgmap v2126: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:48.778424+0000 mon.smithi115 (mon.0) 2713 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:35:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:48.778797+0000 mon.smithi115 (mon.0) 2714 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:48.779134+0000 mon.smithi115 (mon.0) 2715 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:48.779414+0000 mon.smithi115 (mon.0) 2716 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:48.779732+0000 mon.smithi115 (mon.0) 2717 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:48.781605+0000 mon.smithi115 (mon.0) 2718 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:35:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:48.781912+0000 mon.smithi115 (mon.0) 2719 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:48.782191+0000 mon.smithi115 (mon.0) 2720 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:48.782502+0000 mon.smithi115 (mon.0) 2721 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:48.782775+0000 mon.smithi115 (mon.0) 2722 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:35:49.393 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:35:49.393 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:35:49.393 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:35:49.393 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:35:49.393 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:35:49.393 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:35:49.394 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:35:49.394 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:35:49.394 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:35:49.394 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:35:49.394 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:35:49.394 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "16/23 daemons upgraded", 2024-02-23T02:35:49.394 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading mds daemons", 2024-02-23T02:35:49.394 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:35:49.394 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:35:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:48.232010+0000 mgr.smithi115.zzjgkn (mgr.34102) 2771 : audit [DBG] from='client.36756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:48.506143+0000 mgr.smithi115.zzjgkn (mgr.34102) 2772 : audit [DBG] from='client.36760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:48.776674+0000 mgr.smithi115.zzjgkn (mgr.34102) 2773 : audit [DBG] from='client.36764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:49.116568+0000 mon.smithi115 (mon.0) 2723 : audit [DBG] from='client.? 172.21.15.115:0/2980545157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:35:50.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:48.232010+0000 mgr.smithi115.zzjgkn (mgr.34102) 2771 : audit [DBG] from='client.36756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:50.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:48.506143+0000 mgr.smithi115.zzjgkn (mgr.34102) 2772 : audit [DBG] from='client.36760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:50.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:48.776674+0000 mgr.smithi115.zzjgkn (mgr.34102) 2773 : audit [DBG] from='client.36764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:50.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:49.116568+0000 mon.smithi115 (mon.0) 2723 : audit [DBG] from='client.? 172.21.15.115:0/2980545157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:35:51.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:35:49.391486+0000 mgr.smithi115.zzjgkn (mgr.34102) 2774 : audit [DBG] from='client.36772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:51.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:49.451654+0000 mgr.smithi115.zzjgkn (mgr.34102) 2775 : cluster [DBG] pgmap v2127: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:51.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:35:49.391486+0000 mgr.smithi115.zzjgkn (mgr.34102) 2774 : audit [DBG] from='client.36772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:35:51.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:49.451654+0000 mgr.smithi115.zzjgkn (mgr.34102) 2775 : cluster [DBG] pgmap v2127: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:53.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:51.452201+0000 mgr.smithi115.zzjgkn (mgr.34102) 2776 : cluster [DBG] pgmap v2128: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:53.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:51.452201+0000 mgr.smithi115.zzjgkn (mgr.34102) 2776 : cluster [DBG] pgmap v2128: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:55.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:53.452907+0000 mgr.smithi115.zzjgkn (mgr.34102) 2777 : cluster [DBG] pgmap v2129: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:55.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:53.452907+0000 mgr.smithi115.zzjgkn (mgr.34102) 2777 : cluster [DBG] pgmap v2129: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:57.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:55.453510+0000 mgr.smithi115.zzjgkn (mgr.34102) 2778 : cluster [DBG] pgmap v2130: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:57.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:55.453510+0000 mgr.smithi115.zzjgkn (mgr.34102) 2778 : cluster [DBG] pgmap v2130: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:59.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:35:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:57.454112+0000 mgr.smithi115.zzjgkn (mgr.34102) 2779 : cluster [DBG] pgmap v2131: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:35:59.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:35:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:57.454112+0000 mgr.smithi115.zzjgkn (mgr.34102) 2779 : cluster [DBG] pgmap v2131: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:01.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:35:59.454683+0000 mgr.smithi115.zzjgkn (mgr.34102) 2780 : cluster [DBG] pgmap v2132: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:01.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:35:59.454683+0000 mgr.smithi115.zzjgkn (mgr.34102) 2780 : cluster [DBG] pgmap v2132: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:03.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:01.455333+0000 mgr.smithi115.zzjgkn (mgr.34102) 2781 : cluster [DBG] pgmap v2133: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:03.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:01.455333+0000 mgr.smithi115.zzjgkn (mgr.34102) 2781 : cluster [DBG] pgmap v2133: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:05.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:03.456059+0000 mgr.smithi115.zzjgkn (mgr.34102) 2782 : cluster [DBG] pgmap v2134: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:05.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:03.456059+0000 mgr.smithi115.zzjgkn (mgr.34102) 2782 : cluster [DBG] pgmap v2134: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:07.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:05.456611+0000 mgr.smithi115.zzjgkn (mgr.34102) 2783 : cluster [DBG] pgmap v2135: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:07.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:05.456611+0000 mgr.smithi115.zzjgkn (mgr.34102) 2783 : cluster [DBG] pgmap v2135: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:09.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:07.457221+0000 mgr.smithi115.zzjgkn (mgr.34102) 2784 : cluster [DBG] pgmap v2136: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:09.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:07.457221+0000 mgr.smithi115.zzjgkn (mgr.34102) 2784 : cluster [DBG] pgmap v2136: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:09.457759+0000 mgr.smithi115.zzjgkn (mgr.34102) 2785 : cluster [DBG] pgmap v2137: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:10.200129+0000 mon.smithi115 (mon.0) 2724 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-02-23T02:36:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:10.200433+0000 mon.smithi115 (mon.0) 2725 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:36:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:10.200679+0000 mon.smithi115 (mon.0) 2726 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T02:36:11.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:10.200905+0000 mon.smithi115 (mon.0) 2727 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:36:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:09.457759+0000 mgr.smithi115.zzjgkn (mgr.34102) 2785 : cluster [DBG] pgmap v2137: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:10.200129+0000 mon.smithi115 (mon.0) 2724 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-02-23T02:36:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:10.200433+0000 mon.smithi115 (mon.0) 2725 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:36:11.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:10.200679+0000 mon.smithi115 (mon.0) 2726 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T02:36:11.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:10.200905+0000 mon.smithi115 (mon.0) 2727 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:36:12.484 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:11.991996+0000 mon.smithi115 (mon.0) 2728 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:36:12.484 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:11.994699+0000 mon.smithi115 (mon.0) 2729 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.484 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:11.996144+0000 mon.smithi115 (mon.0) 2730 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.484 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:11.997527+0000 mon.smithi115 (mon.0) 2731 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.485 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:11.999408+0000 mon.smithi115 (mon.0) 2732 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.485 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:12.001367+0000 mon.smithi115 (mon.0) 2733 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.485 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:12.006804+0000 mon.smithi115 (mon.0) 2734 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:12.485 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:12.007544+0000 mon.smithi115 (mon.0) 2735 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi115.sbksrt"}]: dispatch 2024-02-23T02:36:12.485 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:12.012120+0000 mon.smithi115 (mon.0) 2736 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi115.sbksrt"}]': finished 2024-02-23T02:36:12.485 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:12.012808+0000 mon.smithi115 (mon.0) 2737 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi131.xlpzyy"}]: dispatch 2024-02-23T02:36:12.485 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:12.016221+0000 mon.smithi115 (mon.0) 2738 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi131.xlpzyy"}]': finished 2024-02-23T02:36:12.485 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:12.017224+0000 mon.smithi115 (mon.0) 2739 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.485 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:12.021403+0000 mon.smithi115 (mon.0) 2740 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:12.485 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:12.022375+0000 mon.smithi115 (mon.0) 2741 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.485 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:12.027990+0000 mon.smithi115 (mon.0) 2742 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:12.485 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:12.029104+0000 mon.smithi115 (mon.0) 2743 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:11.991996+0000 mon.smithi115 (mon.0) 2728 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:36:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:11.994699+0000 mon.smithi115 (mon.0) 2729 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:11.996144+0000 mon.smithi115 (mon.0) 2730 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:11.997527+0000 mon.smithi115 (mon.0) 2731 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:11.999408+0000 mon.smithi115 (mon.0) 2732 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:12.001367+0000 mon.smithi115 (mon.0) 2733 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:12.006804+0000 mon.smithi115 (mon.0) 2734 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:12.007544+0000 mon.smithi115 (mon.0) 2735 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi115.sbksrt"}]: dispatch 2024-02-23T02:36:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:12.012120+0000 mon.smithi115 (mon.0) 2736 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi115.sbksrt"}]': finished 2024-02-23T02:36:12.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:12.012808+0000 mon.smithi115 (mon.0) 2737 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi131.xlpzyy"}]: dispatch 2024-02-23T02:36:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:12.016221+0000 mon.smithi115 (mon.0) 2738 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi131.xlpzyy"}]': finished 2024-02-23T02:36:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:12.017224+0000 mon.smithi115 (mon.0) 2739 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:12.021403+0000 mon.smithi115 (mon.0) 2740 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:12.022375+0000 mon.smithi115 (mon.0) 2741 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:12.027990+0000 mon.smithi115 (mon.0) 2742 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:12.029104+0000 mon.smithi115 (mon.0) 2743 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:13.121 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:11.458312+0000 mgr.smithi115.zzjgkn (mgr.34102) 2786 : cluster [DBG] pgmap v2138: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:13.121 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:11.990024+0000 mgr.smithi115.zzjgkn (mgr.34102) 2787 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:36:13.121 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:36:13.121 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:36:13.121 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:36:13.121 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:36:13.121 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:36:13.121 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:36:13.121 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:36:13.121 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:36:13.121 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:36:13.121 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:36:13.122 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:36:13.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:36:13.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:36:13.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:36:13.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:36:13.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:36:13.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:36:13.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:36:13.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:36:13.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:36:13.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:36:13.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:36:13.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:36:13.123 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:36:13.124 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:12.002039+0000 mgr.smithi115.zzjgkn (mgr.34102) 2788 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-23T02:36:13.125 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:12.017858+0000 mgr.smithi115.zzjgkn (mgr.34102) 2789 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-23T02:36:13.125 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:12.022985+0000 mgr.smithi115.zzjgkn (mgr.34102) 2790 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-23T02:36:13.125 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:12.030405+0000 mon.smithi115 (mon.0) 2744 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:13.125 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:12.031080+0000 mgr.smithi115.zzjgkn (mgr.34102) 2791 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-23T02:36:13.125 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:12.043481+0000 mon.smithi115 (mon.0) 2745 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:11.458312+0000 mgr.smithi115.zzjgkn (mgr.34102) 2786 : cluster [DBG] pgmap v2138: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:11.990024+0000 mgr.smithi115.zzjgkn (mgr.34102) 2787 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:36:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:36:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:36:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:36:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:36:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:36:13.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:36:13.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:36:13.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:36:13.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:36:13.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:36:13.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:36:13.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:36:13.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:36:13.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:36:13.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:36:13.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:36:13.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:36:13.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:36:13.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:36:13.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:36:13.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:36:13.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:36:13.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:36:13.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:12.002039+0000 mgr.smithi115.zzjgkn (mgr.34102) 2788 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-23T02:36:13.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:12.017858+0000 mgr.smithi115.zzjgkn (mgr.34102) 2789 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-23T02:36:13.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:12.022985+0000 mgr.smithi115.zzjgkn (mgr.34102) 2790 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-23T02:36:13.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:12.030405+0000 mon.smithi115 (mon.0) 2744 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:13.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:12.031080+0000 mgr.smithi115.zzjgkn (mgr.34102) 2791 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-23T02:36:13.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:12.043481+0000 mon.smithi115 (mon.0) 2745 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:14.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:13.458906+0000 mgr.smithi115.zzjgkn (mgr.34102) 2792 : cluster [DBG] pgmap v2139: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:14.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:13.563890+0000 mgr.smithi115.zzjgkn (mgr.34102) 2793 : cephadm [INF] Upgrade: Updating nfs.foo.0.0.smithi115.bizdck (1/2) 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:13.568404+0000 mon.smithi115 (mon.0) 2746 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:13.569087+0000 mgr.smithi115.zzjgkn (mgr.34102) 2794 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi115.bizdck 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:13.569357+0000 mon.smithi115 (mon.0) 2747 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi115.bizdck", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:13.569943+0000 mgr.smithi115.zzjgkn (mgr.34102) 2795 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:13.570156+0000 mon.smithi115 (mon.0) 2748 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:13.575600+0000 mon.smithi115 (mon.0) 2749 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:13.576752+0000 mon.smithi115 (mon.0) 2750 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:13.620633+0000 mon.smithi115 (mon.0) 2751 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:13.624133+0000 mon.smithi115 (mon.0) 2752 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:13.670499+0000 mgr.smithi115.zzjgkn (mgr.34102) 2796 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:13.670595+0000 mgr.smithi115.zzjgkn (mgr.34102) 2797 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi115.bizdck-rgw 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:13.670928+0000 mon.smithi115 (mon.0) 2753 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi115.bizdck-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:13.676952+0000 mon.smithi115 (mon.0) 2754 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:36:14.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:13.677660+0000 mgr.smithi115.zzjgkn (mgr.34102) 2798 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi115.bizdck on smithi115 2024-02-23T02:36:14.762 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:13.678123+0000 mon.smithi115 (mon.0) 2755 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "client.nfs.foo.0.0.smithi115.bizdck","key": "container_image"}]: dispatch 2024-02-23T02:36:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:13.458906+0000 mgr.smithi115.zzjgkn (mgr.34102) 2792 : cluster [DBG] pgmap v2139: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:13.563890+0000 mgr.smithi115.zzjgkn (mgr.34102) 2793 : cephadm [INF] Upgrade: Updating nfs.foo.0.0.smithi115.bizdck (1/2) 2024-02-23T02:36:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:13.568404+0000 mon.smithi115 (mon.0) 2746 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:13.569087+0000 mgr.smithi115.zzjgkn (mgr.34102) 2794 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi115.bizdck 2024-02-23T02:36:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:13.569357+0000 mon.smithi115 (mon.0) 2747 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi115.bizdck", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-23T02:36:15.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:13.569943+0000 mgr.smithi115.zzjgkn (mgr.34102) 2795 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-23T02:36:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:13.570156+0000 mon.smithi115 (mon.0) 2748 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-23T02:36:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:13.575600+0000 mon.smithi115 (mon.0) 2749 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-23T02:36:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:13.576752+0000 mon.smithi115 (mon.0) 2750 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:36:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:13.620633+0000 mon.smithi115 (mon.0) 2751 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-23T02:36:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:13.624133+0000 mon.smithi115 (mon.0) 2752 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-23T02:36:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:13.670499+0000 mgr.smithi115.zzjgkn (mgr.34102) 2796 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-23T02:36:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:13.670595+0000 mgr.smithi115.zzjgkn (mgr.34102) 2797 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi115.bizdck-rgw 2024-02-23T02:36:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:13.670928+0000 mon.smithi115 (mon.0) 2753 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi115.bizdck-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T02:36:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:13.676952+0000 mon.smithi115 (mon.0) 2754 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:36:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:13.677660+0000 mgr.smithi115.zzjgkn (mgr.34102) 2798 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi115.bizdck on smithi115 2024-02-23T02:36:15.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:13.678123+0000 mon.smithi115 (mon.0) 2755 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "client.nfs.foo.0.0.smithi115.bizdck","key": "container_image"}]: dispatch 2024-02-23T02:36:16.843 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:15.459459+0000 mgr.smithi115.zzjgkn (mgr.34102) 2799 : cluster [DBG] pgmap v2140: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:17.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:15.459459+0000 mgr.smithi115.zzjgkn (mgr.34102) 2799 : cluster [DBG] pgmap v2140: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-02-23T02:36:17.993 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:16.899887+0000 mon.smithi115 (mon.0) 2756 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:16.899887+0000 mon.smithi115 (mon.0) 2756 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:17.460122+0000 mgr.smithi115.zzjgkn (mgr.34102) 2800 : cluster [DBG] pgmap v2141: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-02-23T02:36:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:18.382905+0000 mon.smithi115 (mon.0) 2757 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:18.383862+0000 mon.smithi115 (mon.0) 2758 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi131.jwyxyb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-23T02:36:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:18.384774+0000 mon.smithi115 (mon.0) 2759 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-23T02:36:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:18.390188+0000 mon.smithi115 (mon.0) 2760 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-23T02:36:19.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:18.391375+0000 mon.smithi115 (mon.0) 2761 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:36:19.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:17.460122+0000 mgr.smithi115.zzjgkn (mgr.34102) 2800 : cluster [DBG] pgmap v2141: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-02-23T02:36:19.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:18.382905+0000 mon.smithi115 (mon.0) 2757 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:19.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:18.383862+0000 mon.smithi115 (mon.0) 2758 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi131.jwyxyb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-23T02:36:19.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:18.384774+0000 mon.smithi115 (mon.0) 2759 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-23T02:36:19.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:18.390188+0000 mon.smithi115 (mon.0) 2760 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-23T02:36:19.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:18.391375+0000 mon.smithi115 (mon.0) 2761 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:36:19.698 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:36:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:18.375977+0000 mgr.smithi115.zzjgkn (mgr.34102) 2801 : cephadm [INF] Upgrade: Updating nfs.foo.1.0.smithi131.jwyxyb (2/2) 2024-02-23T02:36:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:18.383564+0000 mgr.smithi115.zzjgkn (mgr.34102) 2802 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi131.jwyxyb 2024-02-23T02:36:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:18.384526+0000 mgr.smithi115.zzjgkn (mgr.34102) 2803 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-23T02:36:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:19.801044+0000 mon.smithi115 (mon.0) 2762 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-23T02:36:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:19.804709+0000 mon.smithi115 (mon.0) 2763 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-23T02:36:20.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:19.812978+0000 mon.smithi115 (mon.0) 2764 : audit [INF] from='mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943]' entity='mds.foofs.smithi115.sbksrt' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.115:0/2252918969"}]: dispatch 2024-02-23T02:36:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:19.853339+0000 mon.smithi115 (mon.0) 2765 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi131.jwyxyb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T02:36:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:19.854406+0000 mon.smithi115 (mon.0) 2766 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:36:20.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:19.855557+0000 mon.smithi115 (mon.0) 2767 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "client.nfs.foo.1.0.smithi131.jwyxyb","key": "container_image"}]: dispatch 2024-02-23T02:36:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:18.375977+0000 mgr.smithi115.zzjgkn (mgr.34102) 2801 : cephadm [INF] Upgrade: Updating nfs.foo.1.0.smithi131.jwyxyb (2/2) 2024-02-23T02:36:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:18.383564+0000 mgr.smithi115.zzjgkn (mgr.34102) 2802 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi131.jwyxyb 2024-02-23T02:36:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:18.384526+0000 mgr.smithi115.zzjgkn (mgr.34102) 2803 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-23T02:36:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:19.801044+0000 mon.smithi115 (mon.0) 2762 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-23T02:36:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:19.804709+0000 mon.smithi115 (mon.0) 2763 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-23T02:36:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:19.812978+0000 mon.smithi115 (mon.0) 2764 : audit [INF] from='mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943]' entity='mds.foofs.smithi115.sbksrt' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.115:0/2252918969"}]: dispatch 2024-02-23T02:36:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:19.853339+0000 mon.smithi115 (mon.0) 2765 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi131.jwyxyb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T02:36:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:19.854406+0000 mon.smithi115 (mon.0) 2766 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:36:20.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:19.855557+0000 mon.smithi115 (mon.0) 2767 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "client.nfs.foo.1.0.smithi131.jwyxyb","key": "container_image"}]: dispatch 2024-02-23T02:36:20.261 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:36:20.261 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (85m) 5m ago 90m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:36:20.261 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (58m) 10m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:36:20.261 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (58m) 5m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:36:20.261 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (87m) 5m ago 2h 38.3M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:36:20.261 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (10m) 10m ago 2h 14.3M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:36:20.261 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (5m) 5m ago 2h 11.0M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:36:20.261 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (85m) 10m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:36:20.261 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (74m) 5m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:36:20.261 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (69m) 10m ago 2h 391M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:36:20.261 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (64m) 5m ago 2h 199M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:36:20.262 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 starting - - - - 2024-02-23T02:36:20.262 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (90m) 5m ago 90m 97.3M - 3.3 2cf504fded39 ae0f7eee1e0a 2024-02-23T02:36:20.262 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 10m ago 2h - - 2024-02-23T02:36:20.262 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 2h - - 2024-02-23T02:36:20.262 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (53m) 10m ago 2h 268M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:36:20.262 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (48m) 10m ago 2h 230M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:36:20.262 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (42m) 10m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:36:20.262 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (36m) 10m ago 2h 257M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:36:20.262 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (31m) 5m ago 2h 264M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:36:20.262 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (26m) 5m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:36:20.262 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (20m) 5m ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:36:20.262 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (15m) 5m ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:36:20.262 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (90m) 5m ago 90m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:36:20.589 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:36:20.590 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:36:20.591 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:36:20.591 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:36:20.871 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:36:20.872 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:36:20.872 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:36:20.872 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:36:20.872 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:36:20.872 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:36:20.872 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:36:20.872 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:36:20.872 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:36:20.872 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:36:20.872 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:36:20.873 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "16/23 daemons upgraded", 2024-02-23T02:36:20.873 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading nfs daemons", 2024-02-23T02:36:20.873 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:36:20.873 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:36:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:19.460711+0000 mgr.smithi115.zzjgkn (mgr.34102) 2804 : cluster [DBG] pgmap v2142: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 597 B/s rd, 341 B/s wr, 0 op/s 2024-02-23T02:36:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:19.683202+0000 mgr.smithi115.zzjgkn (mgr.34102) 2805 : audit [DBG] from='client.36798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:21.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:19.812725+0000 mds.foofs.smithi115.sbksrt (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 19956 (172.21.15.115:0/2252918969) 2024-02-23T02:36:21.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:19.852841+0000 mgr.smithi115.zzjgkn (mgr.34102) 2806 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-23T02:36:21.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:19.852957+0000 mgr.smithi115.zzjgkn (mgr.34102) 2807 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi131.jwyxyb-rgw 2024-02-23T02:36:21.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:19.855137+0000 mgr.smithi115.zzjgkn (mgr.34102) 2808 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi131.jwyxyb on smithi131 2024-02-23T02:36:21.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:19.974264+0000 mgr.smithi115.zzjgkn (mgr.34102) 2809 : audit [DBG] from='client.36802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:21.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.249398+0000 mon.smithi115 (mon.0) 2768 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:36:21.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.249773+0000 mon.smithi115 (mon.0) 2769 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.250066+0000 mon.smithi115 (mon.0) 2770 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.250342+0000 mon.smithi115 (mon.0) 2771 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.250588+0000 mon.smithi115 (mon.0) 2772 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.252466+0000 mon.smithi115 (mon.0) 2773 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:36:21.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.252723+0000 mon.smithi115 (mon.0) 2774 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.252986+0000 mon.smithi115 (mon.0) 2775 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.253236+0000 mon.smithi115 (mon.0) 2776 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.253487+0000 mon.smithi115 (mon.0) 2777 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.588092+0000 mon.smithi115 (mon.0) 2778 : audit [DBG] from='client.? 172.21.15.115:0/1837430148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:21.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.806334+0000 mon.smithi115 (mon.0) 2779 : audit [INF] from='mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943]' entity='mds.foofs.smithi115.sbksrt' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.115:0/2252918969"}]': finished 2024-02-23T02:36:21.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:20.806385+0000 mon.smithi115 (mon.0) 2780 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-02-23T02:36:21.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:19.460711+0000 mgr.smithi115.zzjgkn (mgr.34102) 2804 : cluster [DBG] pgmap v2142: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 597 B/s rd, 341 B/s wr, 0 op/s 2024-02-23T02:36:21.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:19.683202+0000 mgr.smithi115.zzjgkn (mgr.34102) 2805 : audit [DBG] from='client.36798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:21.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:19.812725+0000 mds.foofs.smithi115.sbksrt (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 19956 (172.21.15.115:0/2252918969) 2024-02-23T02:36:21.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:19.852841+0000 mgr.smithi115.zzjgkn (mgr.34102) 2806 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-23T02:36:21.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:19.852957+0000 mgr.smithi115.zzjgkn (mgr.34102) 2807 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi131.jwyxyb-rgw 2024-02-23T02:36:21.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:19.855137+0000 mgr.smithi115.zzjgkn (mgr.34102) 2808 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi131.jwyxyb on smithi131 2024-02-23T02:36:21.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:19.974264+0000 mgr.smithi115.zzjgkn (mgr.34102) 2809 : audit [DBG] from='client.36802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:21.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.249398+0000 mon.smithi115 (mon.0) 2768 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:36:21.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.249773+0000 mon.smithi115 (mon.0) 2769 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.250066+0000 mon.smithi115 (mon.0) 2770 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.250342+0000 mon.smithi115 (mon.0) 2771 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.250588+0000 mon.smithi115 (mon.0) 2772 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.252466+0000 mon.smithi115 (mon.0) 2773 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:36:21.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.252723+0000 mon.smithi115 (mon.0) 2774 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.252986+0000 mon.smithi115 (mon.0) 2775 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.253236+0000 mon.smithi115 (mon.0) 2776 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.253487+0000 mon.smithi115 (mon.0) 2777 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:21.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.588092+0000 mon.smithi115 (mon.0) 2778 : audit [DBG] from='client.? 172.21.15.115:0/1837430148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:21.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.806334+0000 mon.smithi115 (mon.0) 2779 : audit [INF] from='mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943]' entity='mds.foofs.smithi115.sbksrt' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.115:0/2252918969"}]': finished 2024-02-23T02:36:21.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:20.806385+0000 mon.smithi115 (mon.0) 2780 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-02-23T02:36:22.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.247598+0000 mgr.smithi115.zzjgkn (mgr.34102) 2810 : audit [DBG] from='client.36816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:22.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:20.870024+0000 mgr.smithi115.zzjgkn (mgr.34102) 2811 : audit [DBG] from='client.36824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:22.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.247598+0000 mgr.smithi115.zzjgkn (mgr.34102) 2810 : audit [DBG] from='client.36816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:22.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:20.870024+0000 mgr.smithi115.zzjgkn (mgr.34102) 2811 : audit [DBG] from='client.36824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:23.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:21.461185+0000 mgr.smithi115.zzjgkn (mgr.34102) 2812 : cluster [DBG] pgmap v2144: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-02-23T02:36:23.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:21.461185+0000 mgr.smithi115.zzjgkn (mgr.34102) 2812 : cluster [DBG] pgmap v2144: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-02-23T02:36:24.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:23.461823+0000 mgr.smithi115.zzjgkn (mgr.34102) 2813 : cluster [DBG] pgmap v2145: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-02-23T02:36:24.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:23.477278+0000 mon.smithi115 (mon.0) 2781 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:23.478271+0000 mon.smithi115 (mon.0) 2782 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:36:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:23.479943+0000 mon.smithi115 (mon.0) 2783 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:36:24.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:23.480253+0000 mon.smithi115 (mon.0) 2784 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:36:24.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:23.461823+0000 mgr.smithi115.zzjgkn (mgr.34102) 2813 : cluster [DBG] pgmap v2145: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-02-23T02:36:24.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:23.477278+0000 mon.smithi115 (mon.0) 2781 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:24.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:23.478271+0000 mon.smithi115 (mon.0) 2782 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:36:24.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:23.479943+0000 mon.smithi115 (mon.0) 2783 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:36:24.747 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:23.480253+0000 mon.smithi115 (mon.0) 2784 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:36:27.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:25.462493+0000 mgr.smithi115.zzjgkn (mgr.34102) 2814 : cluster [DBG] pgmap v2146: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-02-23T02:36:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:25.811803+0000 mon.smithi115 (mon.0) 2785 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:26.388483+0000 mds.foofs.smithi115.sbksrt (mds.0) 4 : cluster [INF] Evicting (and blocklisting) client session 27731 (172.21.15.131:0/1773926231) 2024-02-23T02:36:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:26.388662+0000 mon.smithi115 (mon.0) 2786 : audit [INF] from='mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943]' entity='mds.foofs.smithi115.sbksrt' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.131:0/1773926231"}]: dispatch 2024-02-23T02:36:27.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:25.462493+0000 mgr.smithi115.zzjgkn (mgr.34102) 2814 : cluster [DBG] pgmap v2146: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-02-23T02:36:27.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:25.811803+0000 mon.smithi115 (mon.0) 2785 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:27.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:26.388483+0000 mds.foofs.smithi115.sbksrt (mds.0) 4 : cluster [INF] Evicting (and blocklisting) client session 27731 (172.21.15.131:0/1773926231) 2024-02-23T02:36:27.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:26.388662+0000 mon.smithi115 (mon.0) 2786 : audit [INF] from='mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943]' entity='mds.foofs.smithi115.sbksrt' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.131:0/1773926231"}]: dispatch 2024-02-23T02:36:28.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:26.814519+0000 mon.smithi115 (mon.0) 2787 : audit [INF] from='mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943]' entity='mds.foofs.smithi115.sbksrt' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.131:0/1773926231"}]': finished 2024-02-23T02:36:28.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:26.814583+0000 mon.smithi115 (mon.0) 2788 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-02-23T02:36:28.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:26.814519+0000 mon.smithi115 (mon.0) 2787 : audit [INF] from='mds.? [v2:172.21.15.115:6834/412336943,v1:172.21.15.115:6835/412336943]' entity='mds.foofs.smithi115.sbksrt' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.131:0/1773926231"}]': finished 2024-02-23T02:36:28.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:26.814583+0000 mon.smithi115 (mon.0) 2788 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-02-23T02:36:29.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:27.463138+0000 mgr.smithi115.zzjgkn (mgr.34102) 2815 : cluster [DBG] pgmap v2148: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 KiB/s wr, 8 op/s 2024-02-23T02:36:29.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:27.859947+0000 mon.smithi115 (mon.0) 2789 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:29.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:28.141919+0000 mon.smithi115 (mon.0) 2790 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:36:29.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:28.142904+0000 mon.smithi115 (mon.0) 2791 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:36:29.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:28.150715+0000 mon.smithi115 (mon.0) 2792 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:29.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:28.154034+0000 mon.smithi115 (mon.0) 2793 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:36:29.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:28.160477+0000 mon.smithi115 (mon.0) 2794 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:29.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:27.463138+0000 mgr.smithi115.zzjgkn (mgr.34102) 2815 : cluster [DBG] pgmap v2148: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.6 KiB/s wr, 8 op/s 2024-02-23T02:36:29.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:27.859947+0000 mon.smithi115 (mon.0) 2789 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:28.141919+0000 mon.smithi115 (mon.0) 2790 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:36:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:28.142904+0000 mon.smithi115 (mon.0) 2791 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:36:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:28.150715+0000 mon.smithi115 (mon.0) 2792 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:28.154034+0000 mon.smithi115 (mon.0) 2793 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:36:29.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:28.160477+0000 mon.smithi115 (mon.0) 2794 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:36:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:28.143680+0000 mgr.smithi115.zzjgkn (mgr.34102) 2816 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:36:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:28.144268+0000 mgr.smithi115.zzjgkn (mgr.34102) 2817 : cluster [DBG] pgmap v2149: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.7 KiB/s wr, 8 op/s 2024-02-23T02:36:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:28.144455+0000 mgr.smithi115.zzjgkn (mgr.34102) 2818 : cluster [DBG] pgmap v2150: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.1 KiB/s wr, 7 op/s 2024-02-23T02:36:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:28.162301+0000 mgr.smithi115.zzjgkn (mgr.34102) 2819 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:36:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:36:28.162462+0000 mgr.smithi115.zzjgkn (mgr.34102) 2820 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:36:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:28.143680+0000 mgr.smithi115.zzjgkn (mgr.34102) 2816 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:36:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:28.144268+0000 mgr.smithi115.zzjgkn (mgr.34102) 2817 : cluster [DBG] pgmap v2149: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.7 KiB/s wr, 8 op/s 2024-02-23T02:36:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:28.144455+0000 mgr.smithi115.zzjgkn (mgr.34102) 2818 : cluster [DBG] pgmap v2150: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.1 KiB/s wr, 7 op/s 2024-02-23T02:36:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:28.162301+0000 mgr.smithi115.zzjgkn (mgr.34102) 2819 : cephadm [INF] Reconfiguring node-exporter.smithi115 (unknown last config time)... 2024-02-23T02:36:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:36:28.162462+0000 mgr.smithi115.zzjgkn (mgr.34102) 2820 : cephadm [INF] Reconfiguring daemon node-exporter.smithi115 on smithi115 2024-02-23T02:36:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:30.145180+0000 mgr.smithi115.zzjgkn (mgr.34102) 2821 : cluster [DBG] pgmap v2151: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 1.8 KiB/s wr, 6 op/s 2024-02-23T02:36:32.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:30.145180+0000 mgr.smithi115.zzjgkn (mgr.34102) 2821 : cluster [DBG] pgmap v2151: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 1.8 KiB/s wr, 6 op/s 2024-02-23T02:36:34.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:32.145833+0000 mgr.smithi115.zzjgkn (mgr.34102) 2822 : cluster [DBG] pgmap v2152: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2024-02-23T02:36:34.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:32.145833+0000 mgr.smithi115.zzjgkn (mgr.34102) 2822 : cluster [DBG] pgmap v2152: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2024-02-23T02:36:36.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:34.146401+0000 mgr.smithi115.zzjgkn (mgr.34102) 2823 : cluster [DBG] pgmap v2153: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 139 B/s rd, 698 B/s wr, 0 op/s 2024-02-23T02:36:36.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:34.146401+0000 mgr.smithi115.zzjgkn (mgr.34102) 2823 : cluster [DBG] pgmap v2153: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 139 B/s rd, 698 B/s wr, 0 op/s 2024-02-23T02:36:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:36.146918+0000 mgr.smithi115.zzjgkn (mgr.34102) 2824 : cluster [DBG] pgmap v2154: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 117 B/s rd, 589 B/s wr, 0 op/s 2024-02-23T02:36:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:36.146918+0000 mgr.smithi115.zzjgkn (mgr.34102) 2824 : cluster [DBG] pgmap v2154: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 117 B/s rd, 589 B/s wr, 0 op/s 2024-02-23T02:36:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:38.147458+0000 mgr.smithi115.zzjgkn (mgr.34102) 2825 : cluster [DBG] pgmap v2155: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 511 B/s wr, 0 op/s 2024-02-23T02:36:40.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:38.147458+0000 mgr.smithi115.zzjgkn (mgr.34102) 2825 : cluster [DBG] pgmap v2155: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 102 B/s rd, 511 B/s wr, 0 op/s 2024-02-23T02:36:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:40.148002+0000 mgr.smithi115.zzjgkn (mgr.34102) 2826 : cluster [DBG] pgmap v2156: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-02-23T02:36:42.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:40.148002+0000 mgr.smithi115.zzjgkn (mgr.34102) 2826 : cluster [DBG] pgmap v2156: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-02-23T02:36:44.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:42.148627+0000 mgr.smithi115.zzjgkn (mgr.34102) 2827 : cluster [DBG] pgmap v2157: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-02-23T02:36:44.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:42.148627+0000 mgr.smithi115.zzjgkn (mgr.34102) 2827 : cluster [DBG] pgmap v2157: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-02-23T02:36:46.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:44.149352+0000 mgr.smithi115.zzjgkn (mgr.34102) 2828 : cluster [DBG] pgmap v2158: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-23T02:36:46.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:44.149352+0000 mgr.smithi115.zzjgkn (mgr.34102) 2828 : cluster [DBG] pgmap v2158: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-02-23T02:36:48.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:46.150020+0000 mgr.smithi115.zzjgkn (mgr.34102) 2829 : cluster [DBG] pgmap v2159: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:36:48.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:46.150020+0000 mgr.smithi115.zzjgkn (mgr.34102) 2829 : cluster [DBG] pgmap v2159: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:36:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:48.150681+0000 mgr.smithi115.zzjgkn (mgr.34102) 2830 : cluster [DBG] pgmap v2160: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:36:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:48.150681+0000 mgr.smithi115.zzjgkn (mgr.34102) 2830 : cluster [DBG] pgmap v2160: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:36:51.174 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:36:51.721 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:36:51.721 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (85m) 23s ago 91m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:36:51.721 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (59m) 25s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:36:51.721 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (59m) 23s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (88m) 23s ago 2h 38.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (10m) 25s ago 2h 28.4M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (5m) 23s ago 2h 13.4M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (85m) 25s ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (75m) 23s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (69m) 25s ago 2h 440M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (64m) 23s ago 2h 222M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (35s) 25s ago 91m 62.8M - 3.5 7403d1862307 91c3d0e6774f 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (28s) 23s ago 91m 26.8M - 3.5 7403d1862307 20d32ee607cd 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 25s ago 2h - - 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 23s ago 2h - - 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (53m) 25s ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (48m) 25s ago 2h 231M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:36:51.722 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (43m) 25s ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:36:51.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (37m) 25s ago 2h 256M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:36:51.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (31m) 23s ago 2h 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:36:51.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (26m) 23s ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:36:51.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (21m) 23s ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:36:51.723 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (16m) 23s ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:36:51.723 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (91m) 23s ago 91m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:36:52.048 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:36:52.048 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:36:52.048 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:36:52.048 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:36:52.049 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:36:52.049 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:36:52.049 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:36:52.049 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:36:52.049 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:36:52.049 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:36:52.049 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:36:52.049 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:36:52.049 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:36:52.049 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:36:52.049 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:36:52.049 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:36:52.049 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:36:52.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:50.151317+0000 mgr.smithi115.zzjgkn (mgr.34102) 2831 : cluster [DBG] pgmap v2161: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:36:52.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:51.709811+0000 mon.smithi115 (mon.0) 2795 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:36:52.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:51.710158+0000 mon.smithi115 (mon.0) 2796 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:51.710422+0000 mon.smithi115 (mon.0) 2797 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:51.710668+0000 mon.smithi115 (mon.0) 2798 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:51.710916+0000 mon.smithi115 (mon.0) 2799 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:51.712748+0000 mon.smithi115 (mon.0) 2800 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:36:52.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:51.712992+0000 mon.smithi115 (mon.0) 2801 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:51.713233+0000 mon.smithi115 (mon.0) 2802 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:51.713472+0000 mon.smithi115 (mon.0) 2803 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:51.713719+0000 mon.smithi115 (mon.0) 2804 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:50.151317+0000 mgr.smithi115.zzjgkn (mgr.34102) 2831 : cluster [DBG] pgmap v2161: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:36:52.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:51.709811+0000 mon.smithi115 (mon.0) 2795 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:36:52.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:51.710158+0000 mon.smithi115 (mon.0) 2796 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:51.710422+0000 mon.smithi115 (mon.0) 2797 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:51.710668+0000 mon.smithi115 (mon.0) 2798 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:51.710916+0000 mon.smithi115 (mon.0) 2799 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:51.712748+0000 mon.smithi115 (mon.0) 2800 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:36:52.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:51.712992+0000 mon.smithi115 (mon.0) 2801 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:51.713233+0000 mon.smithi115 (mon.0) 2802 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:51.713472+0000 mon.smithi115 (mon.0) 2803 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:51.713719+0000 mon.smithi115 (mon.0) 2804 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:36:52.327 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:36:52.327 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:36:52.327 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:36:52.327 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:36:52.327 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:36:52.327 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:36:52.328 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:36:52.328 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:36:52.328 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:36:52.328 INFO:teuthology.orchestra.run.smithi115.stdout: "nfs", 2024-02-23T02:36:52.328 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:36:52.328 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:36:52.328 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "18/23 daemons upgraded", 2024-02-23T02:36:52.328 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading nfs daemons", 2024-02-23T02:36:52.328 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:36:52.328 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:36:53.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:51.160093+0000 mgr.smithi115.zzjgkn (mgr.34102) 2832 : audit [DBG] from='client.36840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:53.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:51.436549+0000 mgr.smithi115.zzjgkn (mgr.34102) 2833 : audit [DBG] from='client.36844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:53.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:51.708087+0000 mgr.smithi115.zzjgkn (mgr.34102) 2834 : audit [DBG] from='client.36848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:53.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:52.046846+0000 mon.smithi115 (mon.0) 2805 : audit [DBG] from='client.? 172.21.15.115:0/4180064408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:53.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:51.160093+0000 mgr.smithi115.zzjgkn (mgr.34102) 2832 : audit [DBG] from='client.36840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:53.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:51.436549+0000 mgr.smithi115.zzjgkn (mgr.34102) 2833 : audit [DBG] from='client.36844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:53.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:51.708087+0000 mgr.smithi115.zzjgkn (mgr.34102) 2834 : audit [DBG] from='client.36848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:53.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:52.046846+0000 mon.smithi115 (mon.0) 2805 : audit [DBG] from='client.? 172.21.15.115:0/4180064408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:36:54.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:52.151880+0000 mgr.smithi115.zzjgkn (mgr.34102) 2835 : cluster [DBG] pgmap v2162: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:36:54.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:36:52.325561+0000 mgr.smithi115.zzjgkn (mgr.34102) 2836 : audit [DBG] from='client.36856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:54.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:52.151880+0000 mgr.smithi115.zzjgkn (mgr.34102) 2835 : cluster [DBG] pgmap v2162: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:36:54.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:36:52.325561+0000 mgr.smithi115.zzjgkn (mgr.34102) 2836 : audit [DBG] from='client.36856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:36:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:54.152668+0000 mgr.smithi115.zzjgkn (mgr.34102) 2837 : cluster [DBG] pgmap v2163: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:36:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:54.152668+0000 mgr.smithi115.zzjgkn (mgr.34102) 2837 : cluster [DBG] pgmap v2163: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:36:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:56.153239+0000 mgr.smithi115.zzjgkn (mgr.34102) 2838 : cluster [DBG] pgmap v2164: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:36:58.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:56.153239+0000 mgr.smithi115.zzjgkn (mgr.34102) 2838 : cluster [DBG] pgmap v2164: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:36:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:36:58.153927+0000 mgr.smithi115.zzjgkn (mgr.34102) 2839 : cluster [DBG] pgmap v2165: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:00.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:36:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:36:58.153927+0000 mgr.smithi115.zzjgkn (mgr.34102) 2839 : cluster [DBG] pgmap v2165: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:02.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:00.154500+0000 mgr.smithi115.zzjgkn (mgr.34102) 2840 : cluster [DBG] pgmap v2166: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:02.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:00.154500+0000 mgr.smithi115.zzjgkn (mgr.34102) 2840 : cluster [DBG] pgmap v2166: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:02.155292+0000 mgr.smithi115.zzjgkn (mgr.34102) 2841 : cluster [DBG] pgmap v2167: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:37:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:02.155292+0000 mgr.smithi115.zzjgkn (mgr.34102) 2841 : cluster [DBG] pgmap v2167: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:37:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:04.155817+0000 mgr.smithi115.zzjgkn (mgr.34102) 2842 : cluster [DBG] pgmap v2168: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:06.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:04.155817+0000 mgr.smithi115.zzjgkn (mgr.34102) 2842 : cluster [DBG] pgmap v2168: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:08.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:06.156358+0000 mgr.smithi115.zzjgkn (mgr.34102) 2843 : cluster [DBG] pgmap v2169: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:08.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:06.156358+0000 mgr.smithi115.zzjgkn (mgr.34102) 2843 : cluster [DBG] pgmap v2169: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:08.157143+0000 mgr.smithi115.zzjgkn (mgr.34102) 2844 : cluster [DBG] pgmap v2170: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:08.157143+0000 mgr.smithi115.zzjgkn (mgr.34102) 2844 : cluster [DBG] pgmap v2170: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:10.204515+0000 mon.smithi115 (mon.0) 2806 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-02-23T02:37:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:10.204917+0000 mon.smithi115 (mon.0) 2807 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T02:37:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:10.205119+0000 mon.smithi115 (mon.0) 2808 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T02:37:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:10.205339+0000 mon.smithi115 (mon.0) 2809 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:37:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:10.204515+0000 mon.smithi115 (mon.0) 2806 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-02-23T02:37:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:10.204917+0000 mon.smithi115 (mon.0) 2807 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-23T02:37:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:10.205119+0000 mon.smithi115 (mon.0) 2808 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-23T02:37:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:10.205339+0000 mon.smithi115 (mon.0) 2809 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:37:12.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:10.157773+0000 mgr.smithi115.zzjgkn (mgr.34102) 2845 : cluster [DBG] pgmap v2171: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:12.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:10.157773+0000 mgr.smithi115.zzjgkn (mgr.34102) 2845 : cluster [DBG] pgmap v2171: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:14.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:12.158345+0000 mgr.smithi115.zzjgkn (mgr.34102) 2846 : cluster [DBG] pgmap v2172: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:37:14.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:12.158345+0000 mgr.smithi115.zzjgkn (mgr.34102) 2846 : cluster [DBG] pgmap v2172: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:37:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:14.159005+0000 mgr.smithi115.zzjgkn (mgr.34102) 2847 : cluster [DBG] pgmap v2173: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:16.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:14.159005+0000 mgr.smithi115.zzjgkn (mgr.34102) 2847 : cluster [DBG] pgmap v2173: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:16.159591+0000 mgr.smithi115.zzjgkn (mgr.34102) 2848 : cluster [DBG] pgmap v2174: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:18.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:16.159591+0000 mgr.smithi115.zzjgkn (mgr.34102) 2848 : cluster [DBG] pgmap v2174: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:18.160245+0000 mgr.smithi115.zzjgkn (mgr.34102) 2849 : cluster [DBG] pgmap v2175: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:18.160245+0000 mgr.smithi115.zzjgkn (mgr.34102) 2849 : cluster [DBG] pgmap v2175: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:20.160912+0000 mgr.smithi115.zzjgkn (mgr.34102) 2850 : cluster [DBG] pgmap v2176: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:22.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:20.160912+0000 mgr.smithi115.zzjgkn (mgr.34102) 2850 : cluster [DBG] pgmap v2176: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:22.623 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:37:23.170 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:37:23.170 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (86m) 55s ago 92m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:37:23.170 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (59m) 57s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:37:23.170 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (59m) 55s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:37:23.170 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (88m) 55s ago 2h 38.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:37:23.170 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (11m) 57s ago 2h 28.4M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:37:23.170 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (6m) 55s ago 2h 13.4M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:37:23.170 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (86m) 57s ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:37:23.170 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (75m) 55s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:37:23.171 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (70m) 57s ago 2h 440M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:37:23.171 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (65m) 55s ago 2h 222M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:37:23.171 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (66s) 57s ago 91m 62.8M - 3.5 7403d1862307 91c3d0e6774f 2024-02-23T02:37:23.171 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (60s) 55s ago 91m 26.8M - 3.5 7403d1862307 20d32ee607cd 2024-02-23T02:37:23.171 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 57s ago 2h - - 2024-02-23T02:37:23.171 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 55s ago 2h - - 2024-02-23T02:37:23.171 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (54m) 57s ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:37:23.171 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (49m) 57s ago 2h 231M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:37:23.171 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (43m) 57s ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:37:23.171 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (37m) 57s ago 2h 256M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:37:23.171 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (32m) 55s ago 2h 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:37:23.171 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (27m) 55s ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:37:23.172 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (21m) 55s ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:37:23.172 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (16m) 55s ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:37:23.172 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (91m) 55s ago 91m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:37:23.497 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:37:23.497 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:37:23.497 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:37:23.497 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:37:23.497 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:37:23.498 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:37:23.498 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:37:23.498 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:37:23.498 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:37:23.498 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:37:23.498 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:37:23.498 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:37:23.498 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:37:23.499 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:37:23.499 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:37:23.499 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:37:23.499 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:37:23.771 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:37:23.771 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:37:23.771 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:37:23.771 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:37:23.771 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:37:23.771 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:37:23.772 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:37:23.772 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:37:23.772 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:37:23.772 INFO:teuthology.orchestra.run.smithi115.stdout: "nfs", 2024-02-23T02:37:23.772 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:37:23.772 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:37:23.772 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "18/23 daemons upgraded", 2024-02-23T02:37:23.772 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading nfs daemons", 2024-02-23T02:37:23.772 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:37:23.772 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:37:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:22.161708+0000 mgr.smithi115.zzjgkn (mgr.34102) 2851 : cluster [DBG] pgmap v2177: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:37:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:22.611060+0000 mgr.smithi115.zzjgkn (mgr.34102) 2852 : audit [DBG] from='client.36860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:22.887266+0000 mgr.smithi115.zzjgkn (mgr.34102) 2853 : audit [DBG] from='client.36864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:23.158339+0000 mon.smithi115 (mon.0) 2810 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:37:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:23.158784+0000 mon.smithi115 (mon.0) 2811 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:23.159102+0000 mon.smithi115 (mon.0) 2812 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:23.159416+0000 mon.smithi115 (mon.0) 2813 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:23.159713+0000 mon.smithi115 (mon.0) 2814 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:23.161644+0000 mon.smithi115 (mon.0) 2815 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:37:24.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:23.161942+0000 mon.smithi115 (mon.0) 2816 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:23.162255+0000 mon.smithi115 (mon.0) 2817 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:23.162548+0000 mon.smithi115 (mon.0) 2818 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:23.162834+0000 mon.smithi115 (mon.0) 2819 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:23.495235+0000 mon.smithi115 (mon.0) 2820 : audit [DBG] from='client.? 172.21.15.115:0/2891138110' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:37:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:22.161708+0000 mgr.smithi115.zzjgkn (mgr.34102) 2851 : cluster [DBG] pgmap v2177: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:37:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:22.611060+0000 mgr.smithi115.zzjgkn (mgr.34102) 2852 : audit [DBG] from='client.36860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:24.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:22.887266+0000 mgr.smithi115.zzjgkn (mgr.34102) 2853 : audit [DBG] from='client.36864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:24.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:23.158339+0000 mon.smithi115 (mon.0) 2810 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:37:24.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:23.158784+0000 mon.smithi115 (mon.0) 2811 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:23.159102+0000 mon.smithi115 (mon.0) 2812 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:23.159416+0000 mon.smithi115 (mon.0) 2813 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:23.159713+0000 mon.smithi115 (mon.0) 2814 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:23.161644+0000 mon.smithi115 (mon.0) 2815 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:37:24.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:23.161942+0000 mon.smithi115 (mon.0) 2816 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:23.162255+0000 mon.smithi115 (mon.0) 2817 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:23.162548+0000 mon.smithi115 (mon.0) 2818 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:23.162834+0000 mon.smithi115 (mon.0) 2819 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:24.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:23.495235+0000 mon.smithi115 (mon.0) 2820 : audit [DBG] from='client.? 172.21.15.115:0/2891138110' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:37:25.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:23.156550+0000 mgr.smithi115.zzjgkn (mgr.34102) 2854 : audit [DBG] from='client.36868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:25.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:23.769485+0000 mgr.smithi115.zzjgkn (mgr.34102) 2855 : audit [DBG] from='client.36876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:25.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:23.156550+0000 mgr.smithi115.zzjgkn (mgr.34102) 2854 : audit [DBG] from='client.36868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:25.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:23.769485+0000 mgr.smithi115.zzjgkn (mgr.34102) 2855 : audit [DBG] from='client.36876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:24.162169+0000 mgr.smithi115.zzjgkn (mgr.34102) 2856 : cluster [DBG] pgmap v2178: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:24.162169+0000 mgr.smithi115.zzjgkn (mgr.34102) 2856 : cluster [DBG] pgmap v2178: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:28.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:26.162832+0000 mgr.smithi115.zzjgkn (mgr.34102) 2857 : cluster [DBG] pgmap v2179: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:28.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:26.162832+0000 mgr.smithi115.zzjgkn (mgr.34102) 2857 : cluster [DBG] pgmap v2179: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:28.163371+0000 mgr.smithi115.zzjgkn (mgr.34102) 2858 : cluster [DBG] pgmap v2180: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:30.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:28.163371+0000 mgr.smithi115.zzjgkn (mgr.34102) 2858 : cluster [DBG] pgmap v2180: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:30.164041+0000 mgr.smithi115.zzjgkn (mgr.34102) 2859 : cluster [DBG] pgmap v2181: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:32.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:30.164041+0000 mgr.smithi115.zzjgkn (mgr.34102) 2859 : cluster [DBG] pgmap v2181: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:34.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:32.164854+0000 mgr.smithi115.zzjgkn (mgr.34102) 2860 : cluster [DBG] pgmap v2182: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:37:34.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:32.164854+0000 mgr.smithi115.zzjgkn (mgr.34102) 2860 : cluster [DBG] pgmap v2182: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:37:36.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:34.165531+0000 mgr.smithi115.zzjgkn (mgr.34102) 2861 : cluster [DBG] pgmap v2183: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:36.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:34.165531+0000 mgr.smithi115.zzjgkn (mgr.34102) 2861 : cluster [DBG] pgmap v2183: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:36.166064+0000 mgr.smithi115.zzjgkn (mgr.34102) 2862 : cluster [DBG] pgmap v2184: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:36.166064+0000 mgr.smithi115.zzjgkn (mgr.34102) 2862 : cluster [DBG] pgmap v2184: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:40.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:38.166604+0000 mgr.smithi115.zzjgkn (mgr.34102) 2863 : cluster [DBG] pgmap v2185: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:40.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:38.166604+0000 mgr.smithi115.zzjgkn (mgr.34102) 2863 : cluster [DBG] pgmap v2185: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:40.167121+0000 mgr.smithi115.zzjgkn (mgr.34102) 2864 : cluster [DBG] pgmap v2186: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:42.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:40.167121+0000 mgr.smithi115.zzjgkn (mgr.34102) 2864 : cluster [DBG] pgmap v2186: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:44.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:42.167750+0000 mgr.smithi115.zzjgkn (mgr.34102) 2865 : cluster [DBG] pgmap v2187: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:37:44.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:42.167750+0000 mgr.smithi115.zzjgkn (mgr.34102) 2865 : cluster [DBG] pgmap v2187: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:37:46.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:44.168437+0000 mgr.smithi115.zzjgkn (mgr.34102) 2866 : cluster [DBG] pgmap v2188: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:46.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:44.168437+0000 mgr.smithi115.zzjgkn (mgr.34102) 2866 : cluster [DBG] pgmap v2188: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:48.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:46.169136+0000 mgr.smithi115.zzjgkn (mgr.34102) 2867 : cluster [DBG] pgmap v2189: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:48.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:46.169136+0000 mgr.smithi115.zzjgkn (mgr.34102) 2867 : cluster [DBG] pgmap v2189: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:50.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:48.169801+0000 mgr.smithi115.zzjgkn (mgr.34102) 2868 : cluster [DBG] pgmap v2190: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:48.169801+0000 mgr.smithi115.zzjgkn (mgr.34102) 2868 : cluster [DBG] pgmap v2190: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:50.170514+0000 mgr.smithi115.zzjgkn (mgr.34102) 2869 : cluster [DBG] pgmap v2191: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:52.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:50.170514+0000 mgr.smithi115.zzjgkn (mgr.34102) 2869 : cluster [DBG] pgmap v2191: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:54.067 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:37:54.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:52.171197+0000 mgr.smithi115.zzjgkn (mgr.34102) 2870 : cluster [DBG] pgmap v2192: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:37:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:52.171197+0000 mgr.smithi115.zzjgkn (mgr.34102) 2870 : cluster [DBG] pgmap v2192: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:37:54.611 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:37:54.611 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (86m) 86s ago 92m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:37:54.611 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (60m) 88s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:37:54.611 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (60m) 86s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:37:54.611 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (89m) 86s ago 2h 38.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:37:54.611 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (11m) 88s ago 2h 28.4M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:37:54.611 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (6m) 86s ago 2h 13.4M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:37:54.612 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (86m) 88s ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:37:54.612 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (76m) 86s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:37:54.612 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (70m) 88s ago 2h 440M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:37:54.612 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (65m) 86s ago 2h 222M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:37:54.612 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (98s) 88s ago 92m 62.8M - 3.5 7403d1862307 91c3d0e6774f 2024-02-23T02:37:54.612 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (91s) 86s ago 92m 26.8M - 3.5 7403d1862307 20d32ee607cd 2024-02-23T02:37:54.612 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 88s ago 2h - - 2024-02-23T02:37:54.612 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 86s ago 2h - - 2024-02-23T02:37:54.612 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (54m) 88s ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:37:54.612 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (49m) 88s ago 2h 231M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:37:54.612 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (44m) 88s ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:37:54.612 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (38m) 88s ago 2h 256M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:37:54.612 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (32m) 86s ago 2h 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:37:54.613 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (27m) 86s ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:37:54.613 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (22m) 86s ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:37:54.613 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (17m) 86s ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:37:54.613 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (92m) 86s ago 92m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:37:54.934 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:37:54.934 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:37:54.934 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:37:54.935 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:37:55.213 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:37:55.213 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:37:55.213 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:37:55.213 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:37:55.213 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:37:55.213 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:37:55.213 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:37:55.213 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:37:55.213 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:37:55.214 INFO:teuthology.orchestra.run.smithi115.stdout: "nfs", 2024-02-23T02:37:55.214 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:37:55.214 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:37:55.214 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "18/23 daemons upgraded", 2024-02-23T02:37:55.214 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading nfs daemons", 2024-02-23T02:37:55.214 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:37:55.214 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:37:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.599893+0000 mon.smithi115 (mon.0) 2821 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:37:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.600249+0000 mon.smithi115 (mon.0) 2822 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.600515+0000 mon.smithi115 (mon.0) 2823 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.600774+0000 mon.smithi115 (mon.0) 2824 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.601038+0000 mon.smithi115 (mon.0) 2825 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.602908+0000 mon.smithi115 (mon.0) 2826 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:37:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.603195+0000 mon.smithi115 (mon.0) 2827 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.603453+0000 mon.smithi115 (mon.0) 2828 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.603702+0000 mon.smithi115 (mon.0) 2829 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.603951+0000 mon.smithi115 (mon.0) 2830 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.932950+0000 mon.smithi115 (mon.0) 2831 : audit [DBG] from='client.? 172.21.15.115:0/4007100994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:37:55.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.599893+0000 mon.smithi115 (mon.0) 2821 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:37:55.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.600249+0000 mon.smithi115 (mon.0) 2822 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.600515+0000 mon.smithi115 (mon.0) 2823 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.600774+0000 mon.smithi115 (mon.0) 2824 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.601038+0000 mon.smithi115 (mon.0) 2825 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.602908+0000 mon.smithi115 (mon.0) 2826 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:37:55.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.603195+0000 mon.smithi115 (mon.0) 2827 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.603453+0000 mon.smithi115 (mon.0) 2828 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.603702+0000 mon.smithi115 (mon.0) 2829 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.603951+0000 mon.smithi115 (mon.0) 2830 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:37:55.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.932950+0000 mon.smithi115 (mon.0) 2831 : audit [DBG] from='client.? 172.21.15.115:0/4007100994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:37:56.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.054981+0000 mgr.smithi115.zzjgkn (mgr.34102) 2871 : audit [DBG] from='client.36880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:56.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:54.171679+0000 mgr.smithi115.zzjgkn (mgr.34102) 2872 : cluster [DBG] pgmap v2193: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:56.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.329604+0000 mgr.smithi115.zzjgkn (mgr.34102) 2873 : audit [DBG] from='client.36884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:56.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:54.598101+0000 mgr.smithi115.zzjgkn (mgr.34102) 2874 : audit [DBG] from='client.36888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:56.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.054981+0000 mgr.smithi115.zzjgkn (mgr.34102) 2871 : audit [DBG] from='client.36880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:56.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:54.171679+0000 mgr.smithi115.zzjgkn (mgr.34102) 2872 : cluster [DBG] pgmap v2193: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:56.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.329604+0000 mgr.smithi115.zzjgkn (mgr.34102) 2873 : audit [DBG] from='client.36884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:56.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:54.598101+0000 mgr.smithi115.zzjgkn (mgr.34102) 2874 : audit [DBG] from='client.36888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:57.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:37:55.210958+0000 mgr.smithi115.zzjgkn (mgr.34102) 2875 : audit [DBG] from='client.36896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:57.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:37:55.210958+0000 mgr.smithi115.zzjgkn (mgr.34102) 2875 : audit [DBG] from='client.36896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:37:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:37:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:56.172124+0000 mgr.smithi115.zzjgkn (mgr.34102) 2876 : cluster [DBG] pgmap v2194: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:37:58.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:37:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:56.172124+0000 mgr.smithi115.zzjgkn (mgr.34102) 2876 : cluster [DBG] pgmap v2194: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:00.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:37:58.172666+0000 mgr.smithi115.zzjgkn (mgr.34102) 2877 : cluster [DBG] pgmap v2195: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:00.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:37:58.172666+0000 mgr.smithi115.zzjgkn (mgr.34102) 2877 : cluster [DBG] pgmap v2195: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:00.173341+0000 mgr.smithi115.zzjgkn (mgr.34102) 2878 : cluster [DBG] pgmap v2196: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:01.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:00.173341+0000 mgr.smithi115.zzjgkn (mgr.34102) 2878 : cluster [DBG] pgmap v2196: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:03.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:02.174018+0000 mgr.smithi115.zzjgkn (mgr.34102) 2879 : cluster [DBG] pgmap v2197: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:38:03.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:02.174018+0000 mgr.smithi115.zzjgkn (mgr.34102) 2879 : cluster [DBG] pgmap v2197: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:38:05.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:04.174652+0000 mgr.smithi115.zzjgkn (mgr.34102) 2880 : cluster [DBG] pgmap v2198: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:04.174652+0000 mgr.smithi115.zzjgkn (mgr.34102) 2880 : cluster [DBG] pgmap v2198: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:07.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:06.175250+0000 mgr.smithi115.zzjgkn (mgr.34102) 2881 : cluster [DBG] pgmap v2199: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:07.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:06.175250+0000 mgr.smithi115.zzjgkn (mgr.34102) 2881 : cluster [DBG] pgmap v2199: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:09.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:08.176049+0000 mgr.smithi115.zzjgkn (mgr.34102) 2882 : cluster [DBG] pgmap v2200: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:09.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:08.176049+0000 mgr.smithi115.zzjgkn (mgr.34102) 2882 : cluster [DBG] pgmap v2200: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:10.208815+0000 mon.smithi115 (mon.0) 2832 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-02-23T02:38:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:10.209056+0000 mon.smithi115 (mon.0) 2833 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T02:38:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:10.209343+0000 mon.smithi115 (mon.0) 2834 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-23T02:38:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:10.209604+0000 mon.smithi115 (mon.0) 2835 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:38:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:10.208815+0000 mon.smithi115 (mon.0) 2832 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-02-23T02:38:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:10.209056+0000 mon.smithi115 (mon.0) 2833 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T02:38:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:10.209343+0000 mon.smithi115 (mon.0) 2834 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-23T02:38:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:10.209604+0000 mon.smithi115 (mon.0) 2835 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:38:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:10.176545+0000 mgr.smithi115.zzjgkn (mgr.34102) 2883 : cluster [DBG] pgmap v2201: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:10.176545+0000 mgr.smithi115.zzjgkn (mgr.34102) 2883 : cluster [DBG] pgmap v2201: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:13.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:12.177296+0000 mgr.smithi115.zzjgkn (mgr.34102) 2884 : cluster [DBG] pgmap v2202: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:38:13.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:12.177296+0000 mgr.smithi115.zzjgkn (mgr.34102) 2884 : cluster [DBG] pgmap v2202: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:38:15.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:14.178058+0000 mgr.smithi115.zzjgkn (mgr.34102) 2885 : cluster [DBG] pgmap v2203: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:15.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:14.178058+0000 mgr.smithi115.zzjgkn (mgr.34102) 2885 : cluster [DBG] pgmap v2203: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:17.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:16.178803+0000 mgr.smithi115.zzjgkn (mgr.34102) 2886 : cluster [DBG] pgmap v2204: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:17.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:16.178803+0000 mgr.smithi115.zzjgkn (mgr.34102) 2886 : cluster [DBG] pgmap v2204: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:19.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:18.179363+0000 mgr.smithi115.zzjgkn (mgr.34102) 2887 : cluster [DBG] pgmap v2205: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:19.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:18.179363+0000 mgr.smithi115.zzjgkn (mgr.34102) 2887 : cluster [DBG] pgmap v2205: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:21.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:20.179985+0000 mgr.smithi115.zzjgkn (mgr.34102) 2888 : cluster [DBG] pgmap v2206: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:21.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:20.179985+0000 mgr.smithi115.zzjgkn (mgr.34102) 2888 : cluster [DBG] pgmap v2206: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:24.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:22.180559+0000 mgr.smithi115.zzjgkn (mgr.34102) 2889 : cluster [DBG] pgmap v2207: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:38:24.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:22.180559+0000 mgr.smithi115.zzjgkn (mgr.34102) 2889 : cluster [DBG] pgmap v2207: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:38:25.509 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:38:26.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:24.181194+0000 mgr.smithi115.zzjgkn (mgr.34102) 2890 : cluster [DBG] pgmap v2208: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:26.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:24.181194+0000 mgr.smithi115.zzjgkn (mgr.34102) 2890 : cluster [DBG] pgmap v2208: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:26.053 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:38:26.053 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (87m) 118s ago 93m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:38:26.053 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (60m) 2m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:38:26.053 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (60m) 118s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (89m) 118s ago 2h 38.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (12m) 2m ago 2h 28.4M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (7m) 118s ago 2h 13.4M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (87m) 2m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (76m) 118s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (71m) 2m ago 2h 440M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (66m) 118s ago 2h 222M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (2m) 2m ago 92m 62.8M - 3.5 7403d1862307 91c3d0e6774f 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (2m) 118s ago 92m 26.8M - 3.5 7403d1862307 20d32ee607cd 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 2h - - 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 118s ago 2h - - 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (55m) 2m ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (50m) 2m ago 2h 231M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (44m) 2m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:38:26.054 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (38m) 2m ago 2h 256M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:38:26.055 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (33m) 118s ago 2h 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:38:26.055 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (28m) 118s ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:38:26.055 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (22m) 118s ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:38:26.055 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (17m) 118s ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:38:26.055 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (92m) 118s ago 92m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:38:26.380 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:38:26.380 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:38:26.380 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:38:26.380 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:38:26.380 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:38:26.380 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:38:26.380 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:38:26.380 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:38:26.381 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:38:26.381 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:38:26.381 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:38:26.381 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:38:26.381 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:38:26.381 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:38:26.381 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:38:26.381 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:38:26.381 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:38:26.654 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:38:26.654 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:38:26.654 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:38:26.654 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:38:26.654 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:38:26.654 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:38:26.654 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:38:26.654 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:38:26.655 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:38:26.655 INFO:teuthology.orchestra.run.smithi115.stdout: "nfs", 2024-02-23T02:38:26.655 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:38:26.655 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:38:26.655 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "18/23 daemons upgraded", 2024-02-23T02:38:26.655 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading nfs daemons", 2024-02-23T02:38:26.655 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:38:26.655 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:38:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:25.496533+0000 mgr.smithi115.zzjgkn (mgr.34102) 2891 : audit [DBG] from='client.36900 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:25.772156+0000 mgr.smithi115.zzjgkn (mgr.34102) 2892 : audit [DBG] from='client.36904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:26.040285+0000 mgr.smithi115.zzjgkn (mgr.34102) 2893 : audit [DBG] from='client.36908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:26.042094+0000 mon.smithi115 (mon.0) 2836 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:38:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:26.042455+0000 mon.smithi115 (mon.0) 2837 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:26.042744+0000 mon.smithi115 (mon.0) 2838 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:26.042996+0000 mon.smithi115 (mon.0) 2839 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:26.043239+0000 mon.smithi115 (mon.0) 2840 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:26.045111+0000 mon.smithi115 (mon.0) 2841 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:38:27.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:26.045385+0000 mon.smithi115 (mon.0) 2842 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:26.045653+0000 mon.smithi115 (mon.0) 2843 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:26.045905+0000 mon.smithi115 (mon.0) 2844 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:26.046149+0000 mon.smithi115 (mon.0) 2845 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:26.378659+0000 mon.smithi115 (mon.0) 2846 : audit [DBG] from='client.? 172.21.15.115:0/326710099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:38:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:25.496533+0000 mgr.smithi115.zzjgkn (mgr.34102) 2891 : audit [DBG] from='client.36900 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:25.772156+0000 mgr.smithi115.zzjgkn (mgr.34102) 2892 : audit [DBG] from='client.36904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:26.040285+0000 mgr.smithi115.zzjgkn (mgr.34102) 2893 : audit [DBG] from='client.36908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:26.042094+0000 mon.smithi115 (mon.0) 2836 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:38:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:26.042455+0000 mon.smithi115 (mon.0) 2837 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:26.042744+0000 mon.smithi115 (mon.0) 2838 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:26.042996+0000 mon.smithi115 (mon.0) 2839 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:26.043239+0000 mon.smithi115 (mon.0) 2840 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:26.045111+0000 mon.smithi115 (mon.0) 2841 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:38:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:26.045385+0000 mon.smithi115 (mon.0) 2842 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:26.045653+0000 mon.smithi115 (mon.0) 2843 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:26.045905+0000 mon.smithi115 (mon.0) 2844 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:26.046149+0000 mon.smithi115 (mon.0) 2845 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:27.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:26.378659+0000 mon.smithi115 (mon.0) 2846 : audit [DBG] from='client.? 172.21.15.115:0/326710099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:38:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:26.181668+0000 mgr.smithi115.zzjgkn (mgr.34102) 2894 : cluster [DBG] pgmap v2209: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:28.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:26.652374+0000 mgr.smithi115.zzjgkn (mgr.34102) 2895 : audit [DBG] from='client.36916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:26.181668+0000 mgr.smithi115.zzjgkn (mgr.34102) 2894 : cluster [DBG] pgmap v2209: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:28.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:26.652374+0000 mgr.smithi115.zzjgkn (mgr.34102) 2895 : audit [DBG] from='client.36916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:30.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:28.182287+0000 mgr.smithi115.zzjgkn (mgr.34102) 2896 : cluster [DBG] pgmap v2210: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:30.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:28.182287+0000 mgr.smithi115.zzjgkn (mgr.34102) 2896 : cluster [DBG] pgmap v2210: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:32.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:30.182963+0000 mgr.smithi115.zzjgkn (mgr.34102) 2897 : cluster [DBG] pgmap v2211: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:32.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:30.182963+0000 mgr.smithi115.zzjgkn (mgr.34102) 2897 : cluster [DBG] pgmap v2211: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:34.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:32.183656+0000 mgr.smithi115.zzjgkn (mgr.34102) 2898 : cluster [DBG] pgmap v2212: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:38:34.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:32.183656+0000 mgr.smithi115.zzjgkn (mgr.34102) 2898 : cluster [DBG] pgmap v2212: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:38:36.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:34.184120+0000 mgr.smithi115.zzjgkn (mgr.34102) 2899 : cluster [DBG] pgmap v2213: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:36.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:34.184120+0000 mgr.smithi115.zzjgkn (mgr.34102) 2899 : cluster [DBG] pgmap v2213: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:38.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:36.184857+0000 mgr.smithi115.zzjgkn (mgr.34102) 2900 : cluster [DBG] pgmap v2214: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:38.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:36.184857+0000 mgr.smithi115.zzjgkn (mgr.34102) 2900 : cluster [DBG] pgmap v2214: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:40.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:38.185442+0000 mgr.smithi115.zzjgkn (mgr.34102) 2901 : cluster [DBG] pgmap v2215: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:38.185442+0000 mgr.smithi115.zzjgkn (mgr.34102) 2901 : cluster [DBG] pgmap v2215: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:42.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:40.186064+0000 mgr.smithi115.zzjgkn (mgr.34102) 2902 : cluster [DBG] pgmap v2216: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:42.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:40.186064+0000 mgr.smithi115.zzjgkn (mgr.34102) 2902 : cluster [DBG] pgmap v2216: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:44.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:42.186609+0000 mgr.smithi115.zzjgkn (mgr.34102) 2903 : cluster [DBG] pgmap v2217: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:38:44.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:42.186609+0000 mgr.smithi115.zzjgkn (mgr.34102) 2903 : cluster [DBG] pgmap v2217: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:38:46.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:44.187319+0000 mgr.smithi115.zzjgkn (mgr.34102) 2904 : cluster [DBG] pgmap v2218: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:46.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:44.187319+0000 mgr.smithi115.zzjgkn (mgr.34102) 2904 : cluster [DBG] pgmap v2218: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:46.188184+0000 mgr.smithi115.zzjgkn (mgr.34102) 2905 : cluster [DBG] pgmap v2219: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:48.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:46.188184+0000 mgr.smithi115.zzjgkn (mgr.34102) 2905 : cluster [DBG] pgmap v2219: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:50.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:48.188899+0000 mgr.smithi115.zzjgkn (mgr.34102) 2906 : cluster [DBG] pgmap v2220: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:50.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:48.188899+0000 mgr.smithi115.zzjgkn (mgr.34102) 2906 : cluster [DBG] pgmap v2220: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:52.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:50.189443+0000 mgr.smithi115.zzjgkn (mgr.34102) 2907 : cluster [DBG] pgmap v2221: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:52.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:50.189443+0000 mgr.smithi115.zzjgkn (mgr.34102) 2907 : cluster [DBG] pgmap v2221: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:54.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:52.190077+0000 mgr.smithi115.zzjgkn (mgr.34102) 2908 : cluster [DBG] pgmap v2222: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:38:54.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:52.190077+0000 mgr.smithi115.zzjgkn (mgr.34102) 2908 : cluster [DBG] pgmap v2222: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:38:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:54.190662+0000 mgr.smithi115.zzjgkn (mgr.34102) 2909 : cluster [DBG] pgmap v2223: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:54.190662+0000 mgr.smithi115.zzjgkn (mgr.34102) 2909 : cluster [DBG] pgmap v2223: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:56.949 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:38:57.500 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:38:57.500 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (87m) 2m ago 93m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (61m) 2m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (61m) 2m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (90m) 2m ago 2h 38.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (13m) 2m ago 2h 28.4M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (7m) 2m ago 2h 13.4M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (87m) 2m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (77m) 2m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (72m) 2m ago 2h 440M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (66m) 2m ago 2h 222M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (2m) 2m ago 93m 62.8M - 3.5 7403d1862307 91c3d0e6774f 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (2m) 2m ago 93m 26.8M - 3.5 7403d1862307 20d32ee607cd 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 2m ago 2h - - 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 2m ago 2h - - 2024-02-23T02:38:57.501 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (55m) 2m ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:38:57.502 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (50m) 2m ago 2h 231M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:38:57.502 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (45m) 2m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:38:57.502 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (39m) 2m ago 2h 256M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:38:57.502 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (33m) 2m ago 2h 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:38:57.502 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (28m) 2m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:38:57.502 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (23m) 2m ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:38:57.502 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (18m) 2m ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:38:57.502 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (93m) 2m ago 93m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:38:57.830 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:38:57.830 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:38:57.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:38:57.830 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:38:57.830 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:38:57.830 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:38:57.830 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:38:57.830 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:38:57.831 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:38:57.831 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:38:57.831 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:38:57.831 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:38:57.831 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:38:57.831 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:38:57.831 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:38:57.831 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:38:57.831 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:38:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:56.191377+0000 mgr.smithi115.zzjgkn (mgr.34102) 2910 : cluster [DBG] pgmap v2224: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:56.937140+0000 mgr.smithi115.zzjgkn (mgr.34102) 2911 : audit [DBG] from='client.36920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:57.489471+0000 mon.smithi115 (mon.0) 2847 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:38:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:57.489821+0000 mon.smithi115 (mon.0) 2848 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:57.490085+0000 mon.smithi115 (mon.0) 2849 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:57.490353+0000 mon.smithi115 (mon.0) 2850 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:57.490592+0000 mon.smithi115 (mon.0) 2851 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:57.492445+0000 mon.smithi115 (mon.0) 2852 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:38:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:57.492706+0000 mon.smithi115 (mon.0) 2853 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:57.492942+0000 mon.smithi115 (mon.0) 2854 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:57.493175+0000 mon.smithi115 (mon.0) 2855 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:57.493400+0000 mon.smithi115 (mon.0) 2856 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.108 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:38:58.108 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:38:58.108 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:38:58.108 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:38:58.108 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:38:58.108 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:38:58.108 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:38:58.109 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:38:58.109 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:38:58.109 INFO:teuthology.orchestra.run.smithi115.stdout: "nfs", 2024-02-23T02:38:58.109 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:38:58.109 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:38:58.109 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "18/23 daemons upgraded", 2024-02-23T02:38:58.109 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading nfs daemons", 2024-02-23T02:38:58.109 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:38:58.109 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:38:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:56.191377+0000 mgr.smithi115.zzjgkn (mgr.34102) 2910 : cluster [DBG] pgmap v2224: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:38:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:56.937140+0000 mgr.smithi115.zzjgkn (mgr.34102) 2911 : audit [DBG] from='client.36920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:57.489471+0000 mon.smithi115 (mon.0) 2847 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:38:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:57.489821+0000 mon.smithi115 (mon.0) 2848 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:57.490085+0000 mon.smithi115 (mon.0) 2849 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:57.490353+0000 mon.smithi115 (mon.0) 2850 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:57.490592+0000 mon.smithi115 (mon.0) 2851 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:57.492445+0000 mon.smithi115 (mon.0) 2852 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:38:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:57.492706+0000 mon.smithi115 (mon.0) 2853 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:57.492942+0000 mon.smithi115 (mon.0) 2854 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:57.493175+0000 mon.smithi115 (mon.0) 2855 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:58.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:57.493400+0000 mon.smithi115 (mon.0) 2856 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:38:59.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:57.214530+0000 mgr.smithi115.zzjgkn (mgr.34102) 2912 : audit [DBG] from='client.36924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:59.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:38:57.412846+0000 mgr.smithi115.zzjgkn (mgr.34102) 2913 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:38:59.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:38:59.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:38:59.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:38:59.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:38:59.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:38:59.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:38:59.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:38:59.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:38:59.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:38:59.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:38:59.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:38:59.278 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:38:59.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:38:57.413455+0000 mgr.smithi115.zzjgkn (mgr.34102) 2914 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:38:57.413563+0000 mgr.smithi115.zzjgkn (mgr.34102) 2915 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:57.487652+0000 mgr.smithi115.zzjgkn (mgr.34102) 2916 : audit [DBG] from='client.36928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:59.280 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:57.828256+0000 mon.smithi115 (mon.0) 2857 : audit [DBG] from='client.? 172.21.15.115:0/4268073442' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:38:59.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:57.214530+0000 mgr.smithi115.zzjgkn (mgr.34102) 2912 : audit [DBG] from='client.36924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:59.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:38:57.412846+0000 mgr.smithi115.zzjgkn (mgr.34102) 2913 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:38:59.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:38:59.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:38:59.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:38:59.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:38:59.282 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi115 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi115 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi115 ... 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115 2024-02-23T02:38:59.283 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:38:59.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service failed because the control process exited with error code. 2024-02-23T02:38:59.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-02-23T02:38:59.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:38:59.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:38:57.413455+0000 mgr.smithi115.zzjgkn (mgr.34102) 2914 : cephadm [INF] Reconfiguring node-exporter.smithi131 (unknown last config time)... 2024-02-23T02:38:59.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:38:57.413563+0000 mgr.smithi115.zzjgkn (mgr.34102) 2915 : cephadm [INF] Reconfiguring daemon node-exporter.smithi131 on smithi131 2024-02-23T02:38:59.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:57.487652+0000 mgr.smithi115.zzjgkn (mgr.34102) 2916 : audit [DBG] from='client.36928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:38:59.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:57.828256+0000 mon.smithi115 (mon.0) 2857 : audit [DBG] from='client.? 172.21.15.115:0/4268073442' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:39:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:38:58.106436+0000 mgr.smithi115.zzjgkn (mgr.34102) 2917 : audit [DBG] from='client.36936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:39:00.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:38:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:38:58.191916+0000 mgr.smithi115.zzjgkn (mgr.34102) 2918 : cluster [DBG] pgmap v2225: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:00.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:38:58.106436+0000 mgr.smithi115.zzjgkn (mgr.34102) 2917 : audit [DBG] from='client.36936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:39:00.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:38:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:38:58.191916+0000 mgr.smithi115.zzjgkn (mgr.34102) 2918 : cluster [DBG] pgmap v2225: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:02.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:00.192446+0000 mgr.smithi115.zzjgkn (mgr.34102) 2919 : cluster [DBG] pgmap v2226: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:02.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:00.192446+0000 mgr.smithi115.zzjgkn (mgr.34102) 2919 : cluster [DBG] pgmap v2226: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:02.193179+0000 mgr.smithi115.zzjgkn (mgr.34102) 2920 : cluster [DBG] pgmap v2227: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:39:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:02.193179+0000 mgr.smithi115.zzjgkn (mgr.34102) 2920 : cluster [DBG] pgmap v2227: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:39:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:04.193876+0000 mgr.smithi115.zzjgkn (mgr.34102) 2921 : cluster [DBG] pgmap v2228: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:06.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:04.193876+0000 mgr.smithi115.zzjgkn (mgr.34102) 2921 : cluster [DBG] pgmap v2228: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:08.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:06.194460+0000 mgr.smithi115.zzjgkn (mgr.34102) 2922 : cluster [DBG] pgmap v2229: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:08.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:06.194460+0000 mgr.smithi115.zzjgkn (mgr.34102) 2922 : cluster [DBG] pgmap v2229: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:10.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:08.194959+0000 mgr.smithi115.zzjgkn (mgr.34102) 2923 : cluster [DBG] pgmap v2230: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:08.194959+0000 mgr.smithi115.zzjgkn (mgr.34102) 2923 : cluster [DBG] pgmap v2230: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:10.212654+0000 mon.smithi115 (mon.0) 2858 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-23T02:39:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:10.212906+0000 mon.smithi115 (mon.0) 2859 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T02:39:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:10.213118+0000 mon.smithi115 (mon.0) 2860 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:39:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:10.213316+0000 mon.smithi115 (mon.0) 2861 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:39:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:10.212654+0000 mon.smithi115 (mon.0) 2858 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-23T02:39:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:10.212906+0000 mon.smithi115 (mon.0) 2859 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T02:39:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:10.213118+0000 mon.smithi115 (mon.0) 2860 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-23T02:39:11.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:10.213316+0000 mon.smithi115 (mon.0) 2861 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-23T02:39:12.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:10.195527+0000 mgr.smithi115.zzjgkn (mgr.34102) 2924 : cluster [DBG] pgmap v2231: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:12.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:10.195527+0000 mgr.smithi115.zzjgkn (mgr.34102) 2924 : cluster [DBG] pgmap v2231: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:14.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:12.196183+0000 mgr.smithi115.zzjgkn (mgr.34102) 2925 : cluster [DBG] pgmap v2232: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:39:14.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:12.196183+0000 mgr.smithi115.zzjgkn (mgr.34102) 2925 : cluster [DBG] pgmap v2232: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:39:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:14.196811+0000 mgr.smithi115.zzjgkn (mgr.34102) 2926 : cluster [DBG] pgmap v2233: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:16.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:14.196811+0000 mgr.smithi115.zzjgkn (mgr.34102) 2926 : cluster [DBG] pgmap v2233: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:16.197539+0000 mgr.smithi115.zzjgkn (mgr.34102) 2927 : cluster [DBG] pgmap v2234: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:18.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:16.197539+0000 mgr.smithi115.zzjgkn (mgr.34102) 2927 : cluster [DBG] pgmap v2234: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:18.198157+0000 mgr.smithi115.zzjgkn (mgr.34102) 2928 : cluster [DBG] pgmap v2235: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:18.198157+0000 mgr.smithi115.zzjgkn (mgr.34102) 2928 : cluster [DBG] pgmap v2235: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:20.198937+0000 mgr.smithi115.zzjgkn (mgr.34102) 2929 : cluster [DBG] pgmap v2236: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:22.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:20.198937+0000 mgr.smithi115.zzjgkn (mgr.34102) 2929 : cluster [DBG] pgmap v2236: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:22.199538+0000 mgr.smithi115.zzjgkn (mgr.34102) 2930 : cluster [DBG] pgmap v2237: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:39:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:22.199538+0000 mgr.smithi115.zzjgkn (mgr.34102) 2930 : cluster [DBG] pgmap v2237: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:39:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:24.200051+0000 mgr.smithi115.zzjgkn (mgr.34102) 2931 : cluster [DBG] pgmap v2238: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:24.200051+0000 mgr.smithi115.zzjgkn (mgr.34102) 2931 : cluster [DBG] pgmap v2238: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:28.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:26.200843+0000 mgr.smithi115.zzjgkn (mgr.34102) 2932 : cluster [DBG] pgmap v2239: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:28.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:26.200843+0000 mgr.smithi115.zzjgkn (mgr.34102) 2932 : cluster [DBG] pgmap v2239: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:28.407 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:39:28.950 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:39:28.956 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (88m) 3m ago 94m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:39:28.956 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (61m) 3m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:39:28.956 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (61m) 3m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:39:28.956 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (90m) 3m ago 2h 38.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:39:28.956 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (13m) 3m ago 2h 28.4M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:39:28.956 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (8m) 3m ago 2h 13.4M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:39:28.956 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (88m) 3m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:39:28.956 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (77m) 3m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:39:28.956 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (72m) 3m ago 2h 440M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:39:28.956 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (67m) 3m ago 2h 222M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:39:28.956 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (3m) 3m ago 93m 62.8M - 3.5 7403d1862307 91c3d0e6774f 2024-02-23T02:39:28.956 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (3m) 3m ago 93m 26.8M - 3.5 7403d1862307 20d32ee607cd 2024-02-23T02:39:28.957 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 2h - - 2024-02-23T02:39:28.957 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 2h - - 2024-02-23T02:39:28.957 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (56m) 3m ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:39:28.957 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (51m) 3m ago 2h 231M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:39:28.957 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (45m) 3m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:39:28.957 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (39m) 3m ago 2h 256M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:39:28.957 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (34m) 3m ago 2h 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:39:28.957 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (29m) 3m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:39:28.957 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (23m) 3m ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:39:28.957 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (18m) 3m ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:39:28.957 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (93m) 3m ago 93m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:39:29.271 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:39:29.271 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:39:29.271 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:39:29.272 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:39:29.545 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:39:29.545 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:39:29.545 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:39:29.545 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:39:29.546 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:39:29.546 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:39:29.546 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:39:29.546 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:39:29.546 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:39:29.546 INFO:teuthology.orchestra.run.smithi115.stdout: "nfs", 2024-02-23T02:39:29.546 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:39:29.546 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:39:29.546 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "18/23 daemons upgraded", 2024-02-23T02:39:29.546 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading nfs daemons", 2024-02-23T02:39:29.546 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:39:29.546 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:39:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:28.201353+0000 mgr.smithi115.zzjgkn (mgr.34102) 2933 : cluster [DBG] pgmap v2240: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:28.394546+0000 mgr.smithi115.zzjgkn (mgr.34102) 2934 : audit [DBG] from='client.36940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:39:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:28.667722+0000 mgr.smithi115.zzjgkn (mgr.34102) 2935 : audit [DBG] from='client.36944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:39:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:28.935600+0000 mgr.smithi115.zzjgkn (mgr.34102) 2936 : audit [DBG] from='client.36948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:39:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:28.937388+0000 mon.smithi115 (mon.0) 2862 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:39:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:28.937786+0000 mon.smithi115 (mon.0) 2863 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:28.938111+0000 mon.smithi115 (mon.0) 2864 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:28.938405+0000 mon.smithi115 (mon.0) 2865 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:28.938693+0000 mon.smithi115 (mon.0) 2866 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:28.940670+0000 mon.smithi115 (mon.0) 2867 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:39:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:28.940969+0000 mon.smithi115 (mon.0) 2868 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:28.941268+0000 mon.smithi115 (mon.0) 2869 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:28.941563+0000 mon.smithi115 (mon.0) 2870 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:28.941848+0000 mon.smithi115 (mon.0) 2871 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.031 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:29.269817+0000 mon.smithi115 (mon.0) 2872 : audit [DBG] from='client.? 172.21.15.115:0/1471908406' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:39:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:28.201353+0000 mgr.smithi115.zzjgkn (mgr.34102) 2933 : cluster [DBG] pgmap v2240: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:28.394546+0000 mgr.smithi115.zzjgkn (mgr.34102) 2934 : audit [DBG] from='client.36940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:39:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:28.667722+0000 mgr.smithi115.zzjgkn (mgr.34102) 2935 : audit [DBG] from='client.36944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:39:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:28.935600+0000 mgr.smithi115.zzjgkn (mgr.34102) 2936 : audit [DBG] from='client.36948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:39:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:28.937388+0000 mon.smithi115 (mon.0) 2862 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:39:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:28.937786+0000 mon.smithi115 (mon.0) 2863 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:28.938111+0000 mon.smithi115 (mon.0) 2864 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:28.938405+0000 mon.smithi115 (mon.0) 2865 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:28.938693+0000 mon.smithi115 (mon.0) 2866 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:28.940670+0000 mon.smithi115 (mon.0) 2867 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:39:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:28.940969+0000 mon.smithi115 (mon.0) 2868 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:28.941268+0000 mon.smithi115 (mon.0) 2869 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:28.941563+0000 mon.smithi115 (mon.0) 2870 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:28.941848+0000 mon.smithi115 (mon.0) 2871 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:39:30.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:29.269817+0000 mon.smithi115 (mon.0) 2872 : audit [DBG] from='client.? 172.21.15.115:0/1471908406' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:39:31.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:29.543674+0000 mgr.smithi115.zzjgkn (mgr.34102) 2937 : audit [DBG] from='client.36956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:39:31.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:29.543674+0000 mgr.smithi115.zzjgkn (mgr.34102) 2937 : audit [DBG] from='client.36956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:39:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:30.201949+0000 mgr.smithi115.zzjgkn (mgr.34102) 2938 : cluster [DBG] pgmap v2241: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:32.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:30.201949+0000 mgr.smithi115.zzjgkn (mgr.34102) 2938 : cluster [DBG] pgmap v2241: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:34.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:32.202701+0000 mgr.smithi115.zzjgkn (mgr.34102) 2939 : cluster [DBG] pgmap v2242: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:39:34.277 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:32.202701+0000 mgr.smithi115.zzjgkn (mgr.34102) 2939 : cluster [DBG] pgmap v2242: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:39:36.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:34.203212+0000 mgr.smithi115.zzjgkn (mgr.34102) 2940 : cluster [DBG] pgmap v2243: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:36.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:34.203212+0000 mgr.smithi115.zzjgkn (mgr.34102) 2940 : cluster [DBG] pgmap v2243: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:36.203756+0000 mgr.smithi115.zzjgkn (mgr.34102) 2941 : cluster [DBG] pgmap v2244: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:36.203756+0000 mgr.smithi115.zzjgkn (mgr.34102) 2941 : cluster [DBG] pgmap v2244: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:40.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:38.204323+0000 mgr.smithi115.zzjgkn (mgr.34102) 2942 : cluster [DBG] pgmap v2245: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:40.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:38.204323+0000 mgr.smithi115.zzjgkn (mgr.34102) 2942 : cluster [DBG] pgmap v2245: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:40.205016+0000 mgr.smithi115.zzjgkn (mgr.34102) 2943 : cluster [DBG] pgmap v2246: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:42.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:40.205016+0000 mgr.smithi115.zzjgkn (mgr.34102) 2943 : cluster [DBG] pgmap v2246: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:44.250 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:42.205656+0000 mgr.smithi115.zzjgkn (mgr.34102) 2944 : cluster [DBG] pgmap v2247: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:39:44.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:42.205656+0000 mgr.smithi115.zzjgkn (mgr.34102) 2944 : cluster [DBG] pgmap v2247: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:39:46.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:44.206209+0000 mgr.smithi115.zzjgkn (mgr.34102) 2945 : cluster [DBG] pgmap v2248: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:46.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:44.206209+0000 mgr.smithi115.zzjgkn (mgr.34102) 2945 : cluster [DBG] pgmap v2248: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:48.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:46.206988+0000 mgr.smithi115.zzjgkn (mgr.34102) 2946 : cluster [DBG] pgmap v2249: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:48.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:46.206988+0000 mgr.smithi115.zzjgkn (mgr.34102) 2946 : cluster [DBG] pgmap v2249: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:50.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:48.207514+0000 mgr.smithi115.zzjgkn (mgr.34102) 2947 : cluster [DBG] pgmap v2250: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:50.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:48.207514+0000 mgr.smithi115.zzjgkn (mgr.34102) 2947 : cluster [DBG] pgmap v2250: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:52.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:50.208174+0000 mgr.smithi115.zzjgkn (mgr.34102) 2948 : cluster [DBG] pgmap v2251: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:52.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:50.208174+0000 mgr.smithi115.zzjgkn (mgr.34102) 2948 : cluster [DBG] pgmap v2251: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:54.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:52.208814+0000 mgr.smithi115.zzjgkn (mgr.34102) 2949 : cluster [DBG] pgmap v2252: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:39:54.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:52.208814+0000 mgr.smithi115.zzjgkn (mgr.34102) 2949 : cluster [DBG] pgmap v2252: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:39:56.279 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:54.209380+0000 mgr.smithi115.zzjgkn (mgr.34102) 2950 : cluster [DBG] pgmap v2253: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:56.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:54.209380+0000 mgr.smithi115.zzjgkn (mgr.34102) 2950 : cluster [DBG] pgmap v2253: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:58.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:56.209994+0000 mgr.smithi115.zzjgkn (mgr.34102) 2951 : cluster [DBG] pgmap v2254: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:58.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:56.209994+0000 mgr.smithi115.zzjgkn (mgr.34102) 2951 : cluster [DBG] pgmap v2254: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:39:59.844 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:40:00.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:39:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:39:58.210600+0000 mgr.smithi115.zzjgkn (mgr.34102) 2952 : cluster [DBG] pgmap v2255: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:00.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:39:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:39:58.210600+0000 mgr.smithi115.zzjgkn (mgr.34102) 2952 : cluster [DBG] pgmap v2255: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:00.393 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:40:00.393 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (88m) 3m ago 94m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:40:00.393 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (62m) 3m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:40:00.394 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (62m) 3m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:40:00.394 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (91m) 3m ago 2h 38.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:40:00.394 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (14m) 3m ago 2h 28.4M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:40:00.394 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (8m) 3m ago 2h 13.4M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:40:00.394 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (88m) 3m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:40:00.394 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (78m) 3m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:40:00.395 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (73m) 3m ago 2h 440M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:40:00.395 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (67m) 3m ago 2h 222M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:40:00.395 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (3m) 3m ago 94m 62.8M - 3.5 7403d1862307 91c3d0e6774f 2024-02-23T02:40:00.395 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (3m) 3m ago 94m 26.8M - 3.5 7403d1862307 20d32ee607cd 2024-02-23T02:40:00.395 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 3m ago 2h - - 2024-02-23T02:40:00.395 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 3m ago 2h - - 2024-02-23T02:40:00.395 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (56m) 3m ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:40:00.396 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (51m) 3m ago 2h 231M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:40:00.396 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (46m) 3m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:40:00.396 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (40m) 3m ago 2h 256M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:40:00.396 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (35m) 3m ago 2h 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:40:00.396 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (29m) 3m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:40:00.396 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (24m) 3m ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:40:00.397 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (19m) 3m ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:40:00.397 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (94m) 3m ago 94m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:40:00.717 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:40:00.717 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:40:00.718 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:40:00.997 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:40:00.997 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:40:00.997 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:40:00.997 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:40:00.997 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:40:00.997 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:40:00.997 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:40:00.997 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:40:00.997 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:40:00.997 INFO:teuthology.orchestra.run.smithi115.stdout: "nfs", 2024-02-23T02:40:00.997 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:40:00.998 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:40:00.998 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "18/23 daemons upgraded", 2024-02-23T02:40:00.998 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading nfs daemons", 2024-02-23T02:40:00.998 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:40:00.998 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:40:01.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:39:59.831908+0000 mgr.smithi115.zzjgkn (mgr.34102) 2953 : audit [DBG] from='client.36960 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:01.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:00.000126+0000 mon.smithi115 (mon.0) 2873 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T02:40:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.380752+0000 mon.smithi115 (mon.0) 2874 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:40:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.381181+0000 mon.smithi115 (mon.0) 2875 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.381477+0000 mon.smithi115 (mon.0) 2876 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.381783+0000 mon.smithi115 (mon.0) 2877 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.382079+0000 mon.smithi115 (mon.0) 2878 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.383961+0000 mon.smithi115 (mon.0) 2879 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:40:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.384266+0000 mon.smithi115 (mon.0) 2880 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.384552+0000 mon.smithi115 (mon.0) 2881 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.384851+0000 mon.smithi115 (mon.0) 2882 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.385126+0000 mon.smithi115 (mon.0) 2883 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.716012+0000 mon.smithi115 (mon.0) 2884 : audit [DBG] from='client.? 172.21.15.115:0/1600085356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:40:01.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:39:59.831908+0000 mgr.smithi115.zzjgkn (mgr.34102) 2953 : audit [DBG] from='client.36960 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:00.000126+0000 mon.smithi115 (mon.0) 2873 : cluster [WRN] overall HEALTH_WARN 2 failed cephadm daemon(s) 2024-02-23T02:40:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.380752+0000 mon.smithi115 (mon.0) 2874 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:40:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.381181+0000 mon.smithi115 (mon.0) 2875 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.381477+0000 mon.smithi115 (mon.0) 2876 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.381783+0000 mon.smithi115 (mon.0) 2877 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.382079+0000 mon.smithi115 (mon.0) 2878 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.383961+0000 mon.smithi115 (mon.0) 2879 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:40:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.384266+0000 mon.smithi115 (mon.0) 2880 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.384552+0000 mon.smithi115 (mon.0) 2881 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.384851+0000 mon.smithi115 (mon.0) 2882 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.385126+0000 mon.smithi115 (mon.0) 2883 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:01.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.716012+0000 mon.smithi115 (mon.0) 2884 : audit [DBG] from='client.? 172.21.15.115:0/1600085356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:40:02.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.105444+0000 mgr.smithi115.zzjgkn (mgr.34102) 2954 : audit [DBG] from='client.36964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:02.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:00.211103+0000 mgr.smithi115.zzjgkn (mgr.34102) 2955 : cluster [DBG] pgmap v2256: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:02.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.378934+0000 mgr.smithi115.zzjgkn (mgr.34102) 2956 : audit [DBG] from='client.36968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:02.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:00.994707+0000 mgr.smithi115.zzjgkn (mgr.34102) 2957 : audit [DBG] from='client.36974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:02.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.105444+0000 mgr.smithi115.zzjgkn (mgr.34102) 2954 : audit [DBG] from='client.36964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:02.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:00.211103+0000 mgr.smithi115.zzjgkn (mgr.34102) 2955 : cluster [DBG] pgmap v2256: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:02.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.378934+0000 mgr.smithi115.zzjgkn (mgr.34102) 2956 : audit [DBG] from='client.36968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:02.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:00.994707+0000 mgr.smithi115.zzjgkn (mgr.34102) 2957 : audit [DBG] from='client.36974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:04.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:02.211610+0000 mgr.smithi115.zzjgkn (mgr.34102) 2958 : cluster [DBG] pgmap v2257: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:40:04.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:02.211610+0000 mgr.smithi115.zzjgkn (mgr.34102) 2958 : cluster [DBG] pgmap v2257: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:40:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:04.212126+0000 mgr.smithi115.zzjgkn (mgr.34102) 2959 : cluster [DBG] pgmap v2258: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:06.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:04.212126+0000 mgr.smithi115.zzjgkn (mgr.34102) 2959 : cluster [DBG] pgmap v2258: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:08.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:06.212756+0000 mgr.smithi115.zzjgkn (mgr.34102) 2960 : cluster [DBG] pgmap v2259: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:08.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:06.212756+0000 mgr.smithi115.zzjgkn (mgr.34102) 2960 : cluster [DBG] pgmap v2259: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:10.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:08.213294+0000 mgr.smithi115.zzjgkn (mgr.34102) 2961 : cluster [DBG] pgmap v2260: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:10.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:08.213294+0000 mgr.smithi115.zzjgkn (mgr.34102) 2961 : cluster [DBG] pgmap v2260: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:10.217375+0000 mon.smithi115 (mon.0) 2885 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T02:40:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:10.217655+0000 mon.smithi115 (mon.0) 2886 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T02:40:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:10.217922+0000 mon.smithi115 (mon.0) 2887 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T02:40:11.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:10.218315+0000 mon.smithi115 (mon.0) 2888 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-23T02:40:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:10.217375+0000 mon.smithi115 (mon.0) 2885 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-02-23T02:40:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:10.217655+0000 mon.smithi115 (mon.0) 2886 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-23T02:40:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:10.217922+0000 mon.smithi115 (mon.0) 2887 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T02:40:11.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:10.218315+0000 mon.smithi115 (mon.0) 2888 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-23T02:40:12.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:10.213793+0000 mgr.smithi115.zzjgkn (mgr.34102) 2962 : cluster [DBG] pgmap v2261: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:12.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:10.213793+0000 mgr.smithi115.zzjgkn (mgr.34102) 2962 : cluster [DBG] pgmap v2261: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:14.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:12.214308+0000 mgr.smithi115.zzjgkn (mgr.34102) 2963 : cluster [DBG] pgmap v2262: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:40:14.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:12.214308+0000 mgr.smithi115.zzjgkn (mgr.34102) 2963 : cluster [DBG] pgmap v2262: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:40:16.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:14.215019+0000 mgr.smithi115.zzjgkn (mgr.34102) 2964 : cluster [DBG] pgmap v2263: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:16.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:14.215019+0000 mgr.smithi115.zzjgkn (mgr.34102) 2964 : cluster [DBG] pgmap v2263: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:18.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:16.215796+0000 mgr.smithi115.zzjgkn (mgr.34102) 2965 : cluster [DBG] pgmap v2264: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:18.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:16.215796+0000 mgr.smithi115.zzjgkn (mgr.34102) 2965 : cluster [DBG] pgmap v2264: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:20.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:18.216538+0000 mgr.smithi115.zzjgkn (mgr.34102) 2966 : cluster [DBG] pgmap v2265: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:18.216538+0000 mgr.smithi115.zzjgkn (mgr.34102) 2966 : cluster [DBG] pgmap v2265: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:20.217177+0000 mgr.smithi115.zzjgkn (mgr.34102) 2967 : cluster [DBG] pgmap v2266: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:22.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:20.217177+0000 mgr.smithi115.zzjgkn (mgr.34102) 2967 : cluster [DBG] pgmap v2266: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:24.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:22.217842+0000 mgr.smithi115.zzjgkn (mgr.34102) 2968 : cluster [DBG] pgmap v2267: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:40:24.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:22.217842+0000 mgr.smithi115.zzjgkn (mgr.34102) 2968 : cluster [DBG] pgmap v2267: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:40:26.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:24.218551+0000 mgr.smithi115.zzjgkn (mgr.34102) 2969 : cluster [DBG] pgmap v2268: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:26.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:24.218551+0000 mgr.smithi115.zzjgkn (mgr.34102) 2969 : cluster [DBG] pgmap v2268: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:28.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:26.219234+0000 mgr.smithi115.zzjgkn (mgr.34102) 2970 : cluster [DBG] pgmap v2269: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:28.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:26.219234+0000 mgr.smithi115.zzjgkn (mgr.34102) 2970 : cluster [DBG] pgmap v2269: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:30.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:28.219792+0000 mgr.smithi115.zzjgkn (mgr.34102) 2971 : cluster [DBG] pgmap v2270: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:30.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:28.219792+0000 mgr.smithi115.zzjgkn (mgr.34102) 2971 : cluster [DBG] pgmap v2270: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:31.294 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:40:31.839 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:40:31.839 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (89m) 4m ago 95m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:40:31.839 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (62m) 4m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:40:31.839 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (62m) 4m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:40:31.839 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (92m) 4m ago 2h 38.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:40:31.839 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (14m) 4m ago 2h 28.4M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:40:31.839 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (9m) 4m ago 2h 13.4M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:40:31.839 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (89m) 4m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:40:31.839 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (78m) 4m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (73m) 4m ago 2h 440M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (68m) 4m ago 2h 222M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (4m) 4m ago 94m 62.8M - 3.5 7403d1862307 91c3d0e6774f 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (4m) 4m ago 94m 26.8M - 3.5 7403d1862307 20d32ee607cd 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 2h - - 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 2h - - 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (57m) 4m ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (52m) 4m ago 2h 231M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (47m) 4m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (40m) 4m ago 2h 256M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (35m) 4m ago 2h 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (30m) 4m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (25m) 4m ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:40:31.840 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (19m) 4m ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:40:31.841 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (94m) 4m ago 94m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:40:32.166 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:40:32.167 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:40:32.168 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:40:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:30.220378+0000 mgr.smithi115.zzjgkn (mgr.34102) 2972 : cluster [DBG] pgmap v2271: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:31.827195+0000 mon.smithi115 (mon.0) 2889 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:40:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:31.827569+0000 mon.smithi115 (mon.0) 2890 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:31.827875+0000 mon.smithi115 (mon.0) 2891 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:31.828141+0000 mon.smithi115 (mon.0) 2892 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:31.828394+0000 mon.smithi115 (mon.0) 2893 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:31.830383+0000 mon.smithi115 (mon.0) 2894 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:40:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:31.830689+0000 mon.smithi115 (mon.0) 2895 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:31.830958+0000 mon.smithi115 (mon.0) 2896 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:31.831234+0000 mon.smithi115 (mon.0) 2897 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:31.831487+0000 mon.smithi115 (mon.0) 2898 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:30.220378+0000 mgr.smithi115.zzjgkn (mgr.34102) 2972 : cluster [DBG] pgmap v2271: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:32.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:31.827195+0000 mon.smithi115 (mon.0) 2889 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:40:32.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:31.827569+0000 mon.smithi115 (mon.0) 2890 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:31.827875+0000 mon.smithi115 (mon.0) 2891 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:31.828141+0000 mon.smithi115 (mon.0) 2892 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:31.828394+0000 mon.smithi115 (mon.0) 2893 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:31.830383+0000 mon.smithi115 (mon.0) 2894 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:40:32.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:31.830689+0000 mon.smithi115 (mon.0) 2895 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:31.830958+0000 mon.smithi115 (mon.0) 2896 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:31.831234+0000 mon.smithi115 (mon.0) 2897 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:31.831487+0000 mon.smithi115 (mon.0) 2898 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:40:32.442 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:40:32.442 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:40:32.442 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:40:32.442 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:40:32.442 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:40:32.443 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:40:32.443 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:40:32.443 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:40:32.443 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:40:32.443 INFO:teuthology.orchestra.run.smithi115.stdout: "nfs", 2024-02-23T02:40:32.443 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:40:32.443 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:40:32.443 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "18/23 daemons upgraded", 2024-02-23T02:40:32.443 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading nfs daemons", 2024-02-23T02:40:32.443 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:40:32.443 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:40:33.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:31.281817+0000 mgr.smithi115.zzjgkn (mgr.34102) 2973 : audit [DBG] from='client.36978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:33.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:31.554973+0000 mgr.smithi115.zzjgkn (mgr.34102) 2974 : audit [DBG] from='client.36982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:33.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:31.825436+0000 mgr.smithi115.zzjgkn (mgr.34102) 2975 : audit [DBG] from='client.36986 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:33.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:32.165038+0000 mon.smithi115 (mon.0) 2899 : audit [DBG] from='client.? 172.21.15.115:0/2285064055' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:40:33.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:31.281817+0000 mgr.smithi115.zzjgkn (mgr.34102) 2973 : audit [DBG] from='client.36978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:33.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:31.554973+0000 mgr.smithi115.zzjgkn (mgr.34102) 2974 : audit [DBG] from='client.36982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:33.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:31.825436+0000 mgr.smithi115.zzjgkn (mgr.34102) 2975 : audit [DBG] from='client.36986 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:33.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:32.165038+0000 mon.smithi115 (mon.0) 2899 : audit [DBG] from='client.? 172.21.15.115:0/2285064055' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:40:34.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:32.220937+0000 mgr.smithi115.zzjgkn (mgr.34102) 2976 : cluster [DBG] pgmap v2272: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:40:34.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:40:32.440477+0000 mgr.smithi115.zzjgkn (mgr.34102) 2977 : audit [DBG] from='client.36994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:34.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:32.220937+0000 mgr.smithi115.zzjgkn (mgr.34102) 2976 : cluster [DBG] pgmap v2272: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:40:34.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:40:32.440477+0000 mgr.smithi115.zzjgkn (mgr.34102) 2977 : audit [DBG] from='client.36994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:40:36.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:34.221445+0000 mgr.smithi115.zzjgkn (mgr.34102) 2978 : cluster [DBG] pgmap v2273: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:36.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:34.221445+0000 mgr.smithi115.zzjgkn (mgr.34102) 2978 : cluster [DBG] pgmap v2273: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:38.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:36.221974+0000 mgr.smithi115.zzjgkn (mgr.34102) 2979 : cluster [DBG] pgmap v2274: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:38.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:36.221974+0000 mgr.smithi115.zzjgkn (mgr.34102) 2979 : cluster [DBG] pgmap v2274: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:40.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:38.222706+0000 mgr.smithi115.zzjgkn (mgr.34102) 2980 : cluster [DBG] pgmap v2275: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:40.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:38.222706+0000 mgr.smithi115.zzjgkn (mgr.34102) 2980 : cluster [DBG] pgmap v2275: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:42.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:40.223337+0000 mgr.smithi115.zzjgkn (mgr.34102) 2981 : cluster [DBG] pgmap v2276: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:42.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:40.223337+0000 mgr.smithi115.zzjgkn (mgr.34102) 2981 : cluster [DBG] pgmap v2276: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:44.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:44 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:42.223861+0000 mgr.smithi115.zzjgkn (mgr.34102) 2982 : cluster [DBG] pgmap v2277: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:40:44.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:44 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:42.223861+0000 mgr.smithi115.zzjgkn (mgr.34102) 2982 : cluster [DBG] pgmap v2277: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:40:46.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:44.224329+0000 mgr.smithi115.zzjgkn (mgr.34102) 2983 : cluster [DBG] pgmap v2278: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:46.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:44.224329+0000 mgr.smithi115.zzjgkn (mgr.34102) 2983 : cluster [DBG] pgmap v2278: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:48.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:48 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:46.224919+0000 mgr.smithi115.zzjgkn (mgr.34102) 2984 : cluster [DBG] pgmap v2279: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:48.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:48 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:46.224919+0000 mgr.smithi115.zzjgkn (mgr.34102) 2984 : cluster [DBG] pgmap v2279: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:50.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:50 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:48.225586+0000 mgr.smithi115.zzjgkn (mgr.34102) 2985 : cluster [DBG] pgmap v2280: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:50.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:48.225586+0000 mgr.smithi115.zzjgkn (mgr.34102) 2985 : cluster [DBG] pgmap v2280: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:50.226284+0000 mgr.smithi115.zzjgkn (mgr.34102) 2986 : cluster [DBG] pgmap v2281: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:52.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:50.226284+0000 mgr.smithi115.zzjgkn (mgr.34102) 2986 : cluster [DBG] pgmap v2281: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:54.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:54 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:52.226989+0000 mgr.smithi115.zzjgkn (mgr.34102) 2987 : cluster [DBG] pgmap v2282: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:40:54.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:54 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:52.226989+0000 mgr.smithi115.zzjgkn (mgr.34102) 2987 : cluster [DBG] pgmap v2282: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:40:56.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:54.227696+0000 mgr.smithi115.zzjgkn (mgr.34102) 2988 : cluster [DBG] pgmap v2283: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:56.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:54.227696+0000 mgr.smithi115.zzjgkn (mgr.34102) 2988 : cluster [DBG] pgmap v2283: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:40:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:56.228216+0000 mgr.smithi115.zzjgkn (mgr.34102) 2989 : cluster [DBG] pgmap v2284: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:40:58.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:40:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:56.228216+0000 mgr.smithi115.zzjgkn (mgr.34102) 2989 : cluster [DBG] pgmap v2284: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:00.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:00 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:40:58.228943+0000 mgr.smithi115.zzjgkn (mgr.34102) 2990 : cluster [DBG] pgmap v2285: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:00.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:00 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:40:58.228943+0000 mgr.smithi115.zzjgkn (mgr.34102) 2990 : cluster [DBG] pgmap v2285: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:02.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:02 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:00.229595+0000 mgr.smithi115.zzjgkn (mgr.34102) 2991 : cluster [DBG] pgmap v2286: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:02.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:02 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:00.229595+0000 mgr.smithi115.zzjgkn (mgr.34102) 2991 : cluster [DBG] pgmap v2286: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:02.739 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:41:03.283 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:41:03.284 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (90m) 4m ago 95m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:41:03.284 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (63m) 4m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:41:03.284 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (63m) 4m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:41:03.284 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (92m) 4m ago 2h 38.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:41:03.284 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (15m) 4m ago 2h 28.4M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:41:03.284 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (9m) 4m ago 2h 13.4M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:41:03.284 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (89m) 4m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:41:03.284 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (79m) 4m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:41:03.284 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (74m) 4m ago 2h 440M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:41:03.284 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (68m) 4m ago 2h 222M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:41:03.284 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (4m) 4m ago 95m 62.8M - 3.5 7403d1862307 91c3d0e6774f 2024-02-23T02:41:03.284 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (4m) 4m ago 95m 26.8M - 3.5 7403d1862307 20d32ee607cd 2024-02-23T02:41:03.284 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 error 4m ago 2h - - 2024-02-23T02:41:03.285 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 4m ago 2h - - 2024-02-23T02:41:03.285 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (58m) 4m ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:41:03.285 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (52m) 4m ago 2h 231M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:41:03.285 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (47m) 4m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:41:03.285 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (41m) 4m ago 2h 256M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:41:03.285 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (36m) 4m ago 2h 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:41:03.285 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (30m) 4m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:41:03.285 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (25m) 4m ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:41:03.285 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (20m) 4m ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:41:03.285 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (95m) 4m ago 95m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:41:03.609 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:41:03.609 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:41:03.609 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:41:03.609 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:41:03.609 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:41:03.609 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:41:03.609 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:41:03.609 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:41:03.609 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:41:03.610 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:41:03.610 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:41:03.610 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:41:03.610 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:41:03.610 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:41:03.610 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:41:03.610 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:41:03.610 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:41:03.884 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:41:03.885 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:41:03.885 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:41:03.885 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:41:03.885 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:41:03.885 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:41:03.885 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:41:03.885 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:41:03.885 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:41:03.885 INFO:teuthology.orchestra.run.smithi115.stdout: "nfs", 2024-02-23T02:41:03.885 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:41:03.885 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:41:03.885 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "18/23 daemons upgraded", 2024-02-23T02:41:03.885 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading nfs daemons", 2024-02-23T02:41:03.886 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:41:03.886 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:41:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:02.230330+0000 mgr.smithi115.zzjgkn (mgr.34102) 2992 : cluster [DBG] pgmap v2287: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:41:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:02.726944+0000 mgr.smithi115.zzjgkn (mgr.34102) 2993 : audit [DBG] from='client.36998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:04.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.000449+0000 mgr.smithi115.zzjgkn (mgr.34102) 2994 : audit [DBG] from='client.37002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:04.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.272150+0000 mon.smithi115 (mon.0) 2900 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:41:04.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.272503+0000 mon.smithi115 (mon.0) 2901 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.272815+0000 mon.smithi115 (mon.0) 2902 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.273077+0000 mon.smithi115 (mon.0) 2903 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.273326+0000 mon.smithi115 (mon.0) 2904 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.275252+0000 mon.smithi115 (mon.0) 2905 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:41:04.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.275531+0000 mon.smithi115 (mon.0) 2906 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.275796+0000 mon.smithi115 (mon.0) 2907 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.276048+0000 mon.smithi115 (mon.0) 2908 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.276289+0000 mon.smithi115 (mon.0) 2909 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:04 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.607472+0000 mon.smithi115 (mon.0) 2910 : audit [DBG] from='client.? 172.21.15.115:0/1773235872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:04.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:02.230330+0000 mgr.smithi115.zzjgkn (mgr.34102) 2992 : cluster [DBG] pgmap v2287: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:41:04.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:02.726944+0000 mgr.smithi115.zzjgkn (mgr.34102) 2993 : audit [DBG] from='client.36998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.000449+0000 mgr.smithi115.zzjgkn (mgr.34102) 2994 : audit [DBG] from='client.37002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.272150+0000 mon.smithi115 (mon.0) 2900 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:41:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.272503+0000 mon.smithi115 (mon.0) 2901 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.272815+0000 mon.smithi115 (mon.0) 2902 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.273077+0000 mon.smithi115 (mon.0) 2903 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.273326+0000 mon.smithi115 (mon.0) 2904 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.275252+0000 mon.smithi115 (mon.0) 2905 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:41:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.275531+0000 mon.smithi115 (mon.0) 2906 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.275796+0000 mon.smithi115 (mon.0) 2907 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.276048+0000 mon.smithi115 (mon.0) 2908 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.276289+0000 mon.smithi115 (mon.0) 2909 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:04.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:04 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.607472+0000 mon.smithi115 (mon.0) 2910 : audit [DBG] from='client.? 172.21.15.115:0/1773235872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:05.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.270381+0000 mgr.smithi115.zzjgkn (mgr.34102) 2995 : audit [DBG] from='client.37006 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:05.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:03.882964+0000 mgr.smithi115.zzjgkn (mgr.34102) 2996 : audit [DBG] from='client.37014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.270381+0000 mgr.smithi115.zzjgkn (mgr.34102) 2995 : audit [DBG] from='client.37006 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:03.882964+0000 mgr.smithi115.zzjgkn (mgr.34102) 2996 : audit [DBG] from='client.37014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:06.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:04.230849+0000 mgr.smithi115.zzjgkn (mgr.34102) 2997 : cluster [DBG] pgmap v2288: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:06.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:04.230849+0000 mgr.smithi115.zzjgkn (mgr.34102) 2997 : cluster [DBG] pgmap v2288: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:08.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:06.231542+0000 mgr.smithi115.zzjgkn (mgr.34102) 2998 : cluster [DBG] pgmap v2289: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:08.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:06.231542+0000 mgr.smithi115.zzjgkn (mgr.34102) 2998 : cluster [DBG] pgmap v2289: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:10.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:08.232167+0000 mgr.smithi115.zzjgkn (mgr.34102) 2999 : cluster [DBG] pgmap v2290: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:10.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:08.232167+0000 mgr.smithi115.zzjgkn (mgr.34102) 2999 : cluster [DBG] pgmap v2290: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:10.221895+0000 mon.smithi115 (mon.0) 2911 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-02-23T02:41:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:10.222159+0000 mon.smithi115 (mon.0) 2912 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:41:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:10.222356+0000 mon.smithi115 (mon.0) 2913 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T02:41:11.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:10.222550+0000 mon.smithi115 (mon.0) 2914 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:41:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:10.221895+0000 mon.smithi115 (mon.0) 2911 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-02-23T02:41:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:10.222159+0000 mon.smithi115 (mon.0) 2912 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-23T02:41:11.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:10.222356+0000 mon.smithi115 (mon.0) 2913 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-23T02:41:11.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:10.222550+0000 mon.smithi115 (mon.0) 2914 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-02-23T02:41:12.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:12 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:10.232709+0000 mgr.smithi115.zzjgkn (mgr.34102) 3000 : cluster [DBG] pgmap v2291: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:12.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:10.232709+0000 mgr.smithi115.zzjgkn (mgr.34102) 3000 : cluster [DBG] pgmap v2291: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:14.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:14 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:12.233281+0000 mgr.smithi115.zzjgkn (mgr.34102) 3001 : cluster [DBG] pgmap v2292: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:41:14.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:12.233281+0000 mgr.smithi115.zzjgkn (mgr.34102) 3001 : cluster [DBG] pgmap v2292: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:41:16.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:16 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:14.233819+0000 mgr.smithi115.zzjgkn (mgr.34102) 3002 : cluster [DBG] pgmap v2293: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:16.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:14.233819+0000 mgr.smithi115.zzjgkn (mgr.34102) 3002 : cluster [DBG] pgmap v2293: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:18.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:16.234305+0000 mgr.smithi115.zzjgkn (mgr.34102) 3003 : cluster [DBG] pgmap v2294: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:18.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:16.234305+0000 mgr.smithi115.zzjgkn (mgr.34102) 3003 : cluster [DBG] pgmap v2294: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:20.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:18.234892+0000 mgr.smithi115.zzjgkn (mgr.34102) 3004 : cluster [DBG] pgmap v2295: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:20.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:18.234892+0000 mgr.smithi115.zzjgkn (mgr.34102) 3004 : cluster [DBG] pgmap v2295: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:21.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:20.235415+0000 mgr.smithi115.zzjgkn (mgr.34102) 3005 : cluster [DBG] pgmap v2296: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:21.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:20.235415+0000 mgr.smithi115.zzjgkn (mgr.34102) 3005 : cluster [DBG] pgmap v2296: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:23.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:22.236213+0000 mgr.smithi115.zzjgkn (mgr.34102) 3006 : cluster [DBG] pgmap v2297: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:41:23.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:22.236213+0000 mgr.smithi115.zzjgkn (mgr.34102) 3006 : cluster [DBG] pgmap v2297: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:41:25.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:24.236937+0000 mgr.smithi115.zzjgkn (mgr.34102) 3007 : cluster [DBG] pgmap v2298: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:25.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:24.236937+0000 mgr.smithi115.zzjgkn (mgr.34102) 3007 : cluster [DBG] pgmap v2298: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:27.391 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:26.237572+0000 mgr.smithi115.zzjgkn (mgr.34102) 3008 : cluster [DBG] pgmap v2299: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:27.392 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:26.596206+0000 mgr.smithi115.zzjgkn (mgr.34102) 3009 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:41:27.392 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:41:27.392 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:41:27.392 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:41:27.392 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:41:27.392 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:41:27.392 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:41:27.392 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:41:27.392 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:41:27.392 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:41:27.392 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:41:27.392 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:41:27.392 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: yield (conn, connr) 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:41:27.393 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: code, '\n'.join(err))) 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: Traceback (most recent call last): 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: main() 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: r = ctx.func(ctx) 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:41:27.394 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: return func(ctx) 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: ports=daemon_ports) 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.599486+0000 mon.smithi115 (mon.0) 2915 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.602214+0000 mon.smithi115 (mon.0) 2916 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.603612+0000 mon.smithi115 (mon.0) 2917 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.605102+0000 mon.smithi115 (mon.0) 2918 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.607124+0000 mon.smithi115 (mon.0) 2919 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.609146+0000 mon.smithi115 (mon.0) 2920 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.395 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.610381+0000 mon.smithi115 (mon.0) 2921 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.396 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.611456+0000 mon.smithi115 (mon.0) 2922 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.396 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.612501+0000 mon.smithi115 (mon.0) 2923 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.396 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.613550+0000 mon.smithi115 (mon.0) 2924 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.396 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.614859+0000 mon.smithi115 (mon.0) 2925 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.396 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:26.615498+0000 mgr.smithi115.zzjgkn (mgr.34102) 3010 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-23T02:41:27.396 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.620101+0000 mon.smithi115 (mon.0) 2926 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:27.396 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.620849+0000 mon.smithi115 (mon.0) 2927 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi115.bizdck"}]: dispatch 2024-02-23T02:41:27.396 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.623907+0000 mon.smithi115 (mon.0) 2928 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi115.bizdck"}]': finished 2024-02-23T02:41:27.396 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.624538+0000 mon.smithi115 (mon.0) 2929 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi131.jwyxyb"}]: dispatch 2024-02-23T02:41:27.396 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:26.627498+0000 mon.smithi115 (mon.0) 2930 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi131.jwyxyb"}]': finished 2024-02-23T02:41:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:26.237572+0000 mgr.smithi115.zzjgkn (mgr.34102) 3008 : cluster [DBG] pgmap v2299: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:27.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:26.596206+0000 mgr.smithi115.zzjgkn (mgr.34102) 3009 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:41:27.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: yield (conn, connr) 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: code, '\n'.join(err))) 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter-smithi131 2024-02-23T02:41:27.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: /bin/podman: stderr Error: no such container ceph-a7201934-d1dd-11ee-95c0-87774f69a715-node-exporter.smithi131 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Reconfig daemon node-exporter.smithi131 ... 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Non-zero exit code 1 from systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: systemctl: stderr See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: Traceback (most recent call last): 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: main() 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: r = ctx.func(ctx) 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2061, in _default_image 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: return func(ctx) 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5293, in command_deploy 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: ports=daemon_ports) 2024-02-23T02:41:27.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 3151, in deploy_daemon 2024-02-23T02:41:27.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-02-23T02:41:27.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: File "/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1719, in call_throws 2024-02-23T02:41:27.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-02-23T02:41:27.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: RuntimeError: Failed command: systemctl restart ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131: Job for ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service failed because the control process exited with error code. 2024-02-23T02:41:27.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: See "systemctl status ceph-a7201934-d1dd-11ee-95c0-87774f69a715@node-exporter.smithi131.service" and "journalctl -xe" for details. 2024-02-23T02:41:27.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: 2024-02-23T02:41:27.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.599486+0000 mon.smithi115 (mon.0) 2915 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:27.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.602214+0000 mon.smithi115 (mon.0) 2916 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.603612+0000 mon.smithi115 (mon.0) 2917 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.605102+0000 mon.smithi115 (mon.0) 2918 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.607124+0000 mon.smithi115 (mon.0) 2919 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.609146+0000 mon.smithi115 (mon.0) 2920 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.610381+0000 mon.smithi115 (mon.0) 2921 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.611456+0000 mon.smithi115 (mon.0) 2922 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.612501+0000 mon.smithi115 (mon.0) 2923 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.613550+0000 mon.smithi115 (mon.0) 2924 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.614859+0000 mon.smithi115 (mon.0) 2925 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:27.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:26.615498+0000 mgr.smithi115.zzjgkn (mgr.34102) 3010 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-23T02:41:27.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.620101+0000 mon.smithi115 (mon.0) 2926 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:27.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.620849+0000 mon.smithi115 (mon.0) 2927 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi115.bizdck"}]: dispatch 2024-02-23T02:41:27.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.623907+0000 mon.smithi115 (mon.0) 2928 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi115.bizdck"}]': finished 2024-02-23T02:41:27.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.624538+0000 mon.smithi115 (mon.0) 2929 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi131.jwyxyb"}]: dispatch 2024-02-23T02:41:27.785 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:26.627498+0000 mon.smithi115 (mon.0) 2930 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi131.jwyxyb"}]': finished 2024-02-23T02:41:28.600 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:28.068848+0000 mgr.smithi115.zzjgkn (mgr.34102) 3011 : cephadm [INF] Upgrade: Updating node-exporter.smithi115 (1/2) 2024-02-23T02:41:28.601 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:28.069002+0000 mgr.smithi115.zzjgkn (mgr.34102) 3012 : cephadm [INF] Deploying daemon node-exporter.smithi115 on smithi115 2024-02-23T02:41:28.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:28.068848+0000 mgr.smithi115.zzjgkn (mgr.34102) 3011 : cephadm [INF] Upgrade: Updating node-exporter.smithi115 (1/2) 2024-02-23T02:41:28.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:28.069002+0000 mgr.smithi115.zzjgkn (mgr.34102) 3012 : cephadm [INF] Deploying daemon node-exporter.smithi115 on smithi115 2024-02-23T02:41:29.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:28.238157+0000 mgr.smithi115.zzjgkn (mgr.34102) 3013 : cluster [DBG] pgmap v2300: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:29.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:28.238157+0000 mgr.smithi115.zzjgkn (mgr.34102) 3013 : cluster [DBG] pgmap v2300: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:31.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:30.238876+0000 mgr.smithi115.zzjgkn (mgr.34102) 3014 : cluster [DBG] pgmap v2301: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:31.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:30.238876+0000 mgr.smithi115.zzjgkn (mgr.34102) 3014 : cluster [DBG] pgmap v2301: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:32.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:31.435467+0000 mon.smithi115 (mon.0) 2931 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:32.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:31.435467+0000 mon.smithi115 (mon.0) 2931 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:33.568 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:32.239464+0000 mgr.smithi115.zzjgkn (mgr.34102) 3015 : cluster [DBG] pgmap v2302: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:41:33.568 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:33.058998+0000 mgr.smithi115.zzjgkn (mgr.34102) 3016 : cephadm [INF] Upgrade: Updating node-exporter.smithi131 (2/2) 2024-02-23T02:41:33.569 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:33.059178+0000 mgr.smithi115.zzjgkn (mgr.34102) 3017 : cephadm [INF] Deploying daemon node-exporter.smithi131 on smithi131 2024-02-23T02:41:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:32.239464+0000 mgr.smithi115.zzjgkn (mgr.34102) 3015 : cluster [DBG] pgmap v2302: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:41:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:33.058998+0000 mgr.smithi115.zzjgkn (mgr.34102) 3016 : cephadm [INF] Upgrade: Updating node-exporter.smithi131 (2/2) 2024-02-23T02:41:33.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:33.059178+0000 mgr.smithi115.zzjgkn (mgr.34102) 3017 : cephadm [INF] Deploying daemon node-exporter.smithi131 on smithi131 2024-02-23T02:41:34.184 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:41:34.728 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (90m) 5m ago 96m 24.8M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (63m) 5m ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (63m) 5m ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (93m) 5m ago 2h 38.2M - 6.7.4 557c83e11646 b90f9b6cdefe 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (15m) 5m ago 2h 28.4M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (10m) 5m ago 2h 13.4M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (90m) 5m ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (79m) 5m ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (74m) 5m ago 2h 440M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (69m) 5m ago 2h 222M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (5m) 5m ago 95m 62.8M - 3.5 7403d1862307 91c3d0e6774f 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (5m) 5m ago 95m 26.8M - 3.5 7403d1862307 20d32ee607cd 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 starting - - - - 2024-02-23T02:41:34.729 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 error 5m ago 2h - - 2024-02-23T02:41:34.730 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (58m) 5m ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:41:34.730 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (53m) 5m ago 2h 231M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:41:34.730 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (48m) 5m ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:41:34.730 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (41m) 5m ago 2h 256M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:41:34.730 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (36m) 5m ago 2h 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:41:34.730 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (31m) 5m ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:41:34.730 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (26m) 5m ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:41:34.730 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (20m) 5m ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:41:34.730 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (96m) 5m ago 96m 73.5M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:41:35.054 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:41:35.054 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:41:35.054 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:41:35.054 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:41:35.055 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:41:35.055 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:41:35.055 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:41:35.055 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:41:35.055 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:41:35.055 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:41:35.055 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:41:35.055 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:41:35.055 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:41:35.055 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:41:35.055 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:41:35.055 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:41:35.055 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:41:35.328 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:41:35.328 INFO:teuthology.orchestra.run.smithi115.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout: "in_progress": true, 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout: "services_complete": [ 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout: "osd", 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout: "crash", 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout: "mds", 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr", 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout: "nfs", 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout: "mon" 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout: "progress": "18/23 daemons upgraded", 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout: "message": "Currently upgrading node-exporter daemons", 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout: "is_paused": false 2024-02-23T02:41:35.329 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:41:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:34.170178+0000 mgr.smithi115.zzjgkn (mgr.34102) 3018 : audit [DBG] from='client.37018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:34.239980+0000 mgr.smithi115.zzjgkn (mgr.34102) 3019 : cluster [DBG] pgmap v2303: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:35.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:34.448002+0000 mgr.smithi115.zzjgkn (mgr.34102) 3020 : audit [DBG] from='client.37022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:34.715341+0000 mgr.smithi115.zzjgkn (mgr.34102) 3021 : audit [DBG] from='client.37026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:34.717020+0000 mon.smithi115 (mon.0) 2932 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:41:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:34.717378+0000 mon.smithi115 (mon.0) 2933 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:34.717682+0000 mon.smithi115 (mon.0) 2934 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:34.717949+0000 mon.smithi115 (mon.0) 2935 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:34.718204+0000 mon.smithi115 (mon.0) 2936 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:34.720128+0000 mon.smithi115 (mon.0) 2937 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:41:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:34.720416+0000 mon.smithi115 (mon.0) 2938 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:34.720684+0000 mon.smithi115 (mon.0) 2939 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:34.720939+0000 mon.smithi115 (mon.0) 2940 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:34.721188+0000 mon.smithi115 (mon.0) 2941 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:35.052847+0000 mon.smithi115 (mon.0) 2942 : audit [DBG] from='client.? 172.21.15.115:0/2335457003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:35.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:34.170178+0000 mgr.smithi115.zzjgkn (mgr.34102) 3018 : audit [DBG] from='client.37018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:35.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:34.239980+0000 mgr.smithi115.zzjgkn (mgr.34102) 3019 : cluster [DBG] pgmap v2303: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:35.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:34.448002+0000 mgr.smithi115.zzjgkn (mgr.34102) 3020 : audit [DBG] from='client.37022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:35.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:34.715341+0000 mgr.smithi115.zzjgkn (mgr.34102) 3021 : audit [DBG] from='client.37026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:35.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:34.717020+0000 mon.smithi115 (mon.0) 2932 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:41:35.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:34.717378+0000 mon.smithi115 (mon.0) 2933 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:34.717682+0000 mon.smithi115 (mon.0) 2934 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:34.717949+0000 mon.smithi115 (mon.0) 2935 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:34.718204+0000 mon.smithi115 (mon.0) 2936 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:34.720128+0000 mon.smithi115 (mon.0) 2937 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:41:35.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:34.720416+0000 mon.smithi115 (mon.0) 2938 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:34.720684+0000 mon.smithi115 (mon.0) 2939 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:34.720939+0000 mon.smithi115 (mon.0) 2940 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:34.721188+0000 mon.smithi115 (mon.0) 2941 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:35.778 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:35.052847+0000 mon.smithi115 (mon.0) 2942 : audit [DBG] from='client.? 172.21.15.115:0/2335457003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:35.326526+0000 mgr.smithi115.zzjgkn (mgr.34102) 3022 : audit [DBG] from='client.37034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:36.191144+0000 mon.smithi115 (mon.0) 2943 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:36.192235+0000 mon.smithi115 (mon.0) 2944 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:36.427335+0000 mon.smithi115 (mon.0) 2945 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:36.428311+0000 mon.smithi115 (mon.0) 2946 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:41:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:36.439337+0000 mon.smithi115 (mon.0) 2947 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:36.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:36.440174+0000 mon.smithi115 (mon.0) 2948 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:41:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:35.326526+0000 mgr.smithi115.zzjgkn (mgr.34102) 3022 : audit [DBG] from='client.37034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:41:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:36.191144+0000 mon.smithi115 (mon.0) 2943 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:36.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:36.192235+0000 mon.smithi115 (mon.0) 2944 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:36.427335+0000 mon.smithi115 (mon.0) 2945 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:36.428311+0000 mon.smithi115 (mon.0) 2946 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:41:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:36.439337+0000 mon.smithi115 (mon.0) 2947 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:36.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:36.440174+0000 mon.smithi115 (mon.0) 2948 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:41:37.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:36.240529+0000 mgr.smithi115.zzjgkn (mgr.34102) 3023 : cluster [DBG] pgmap v2304: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:37.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:36.240529+0000 mgr.smithi115.zzjgkn (mgr.34102) 3023 : cluster [DBG] pgmap v2304: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:39.723 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:38.240973+0000 mgr.smithi115.zzjgkn (mgr.34102) 3024 : cluster [DBG] pgmap v2305: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:39.145974+0000 mon.smithi115 (mon.0) 2949 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:39.425284+0000 mon.smithi115 (mon.0) 2950 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:39.425663+0000 mon.smithi115 (mon.0) 2951 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:39.425921+0000 mon.smithi115 (mon.0) 2952 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:39.426156+0000 mon.smithi115 (mon.0) 2953 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:39.426388+0000 mon.smithi115 (mon.0) 2954 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:39.426631+0000 mon.smithi115 (mon.0) 2955 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:39.426867+0000 mon.smithi115 (mon.0) 2956 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:39.427091+0000 mon.smithi115 (mon.0) 2957 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:39.427317+0000 mon.smithi115 (mon.0) 2958 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:41:39.724 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:39.427541+0000 mon.smithi115 (mon.0) 2959 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:38.240973+0000 mgr.smithi115.zzjgkn (mgr.34102) 3024 : cluster [DBG] pgmap v2305: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:39.145974+0000 mon.smithi115 (mon.0) 2949 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:39.425284+0000 mon.smithi115 (mon.0) 2950 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:39.425663+0000 mon.smithi115 (mon.0) 2951 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:39.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:39.425921+0000 mon.smithi115 (mon.0) 2952 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:39.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:39.426156+0000 mon.smithi115 (mon.0) 2953 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:39.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:39.426388+0000 mon.smithi115 (mon.0) 2954 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:39.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:39.426631+0000 mon.smithi115 (mon.0) 2955 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:39.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:39.426867+0000 mon.smithi115 (mon.0) 2956 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:39.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:39.427091+0000 mon.smithi115 (mon.0) 2957 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:39.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:39.427317+0000 mon.smithi115 (mon.0) 2958 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi115.sbksrt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:41:39.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:39.427541+0000 mon.smithi115 (mon.0) 2959 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:41.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:40.241485+0000 mgr.smithi115.zzjgkn (mgr.34102) 3025 : cluster [DBG] pgmap v2306: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:40.241485+0000 mgr.smithi115.zzjgkn (mgr.34102) 3025 : cluster [DBG] pgmap v2306: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:41.518127+0000 mon.smithi115 (mon.0) 2960 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:42.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:41.519196+0000 mon.smithi115 (mon.0) 2961 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-02-23T02:41:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:41.518127+0000 mon.smithi115 (mon.0) 2960 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:42.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:42 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:41.519196+0000 mon.smithi115 (mon.0) 2961 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-02-23T02:41:43.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:42.242114+0000 mgr.smithi115.zzjgkn (mgr.34102) 3026 : cluster [DBG] pgmap v2307: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:41:43.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:42.242114+0000 mgr.smithi115.zzjgkn (mgr.34102) 3026 : cluster [DBG] pgmap v2307: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:41:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:44.242743+0000 mgr.smithi115.zzjgkn (mgr.34102) 3027 : cluster [DBG] pgmap v2308: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:44.573017+0000 mon.smithi115 (mon.0) 2962 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:41:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:44.784642+0000 mgr.smithi115.zzjgkn (mgr.34102) 3028 : cephadm [INF] Detected new or changed devices on smithi131 2024-02-23T02:41:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:44.790359+0000 mon.smithi115 (mon.0) 2963 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:45.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.069931+0000 mon.smithi115 (mon.0) 2964 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.070421+0000 mon.smithi115 (mon.0) 2965 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.070890+0000 mon.smithi115 (mon.0) 2966 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.071335+0000 mon.smithi115 (mon.0) 2967 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.071775+0000 mon.smithi115 (mon.0) 2968 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.072151+0000 mon.smithi115 (mon.0) 2969 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.072578+0000 mon.smithi115 (mon.0) 2970 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.073025+0000 mon.smithi115 (mon.0) 2971 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.073457+0000 mon.smithi115 (mon.0) 2972 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.073888+0000 mon.smithi115 (mon.0) 2973 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.074474+0000 mon.smithi115 (mon.0) 2974 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.075261+0000 mon.smithi115 (mon.0) 2975 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:45.076002+0000 mgr.smithi115.zzjgkn (mgr.34102) 3029 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:45.076668+0000 mgr.smithi115.zzjgkn (mgr.34102) 3030 : cluster [DBG] pgmap v2309: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T02:41:45.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.080697+0000 mon.smithi115 (mon.0) 2976 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.083297+0000 mon.smithi115 (mon.0) 2977 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.087105+0000 mon.smithi115 (mon.0) 2978 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.090542+0000 mon.smithi115 (mon.0) 2979 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.093197+0000 mon.smithi115 (mon.0) 2980 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.094635+0000 mon.smithi115 (mon.0) 2981 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.095963+0000 mon.smithi115 (mon.0) 2982 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.097776+0000 mon.smithi115 (mon.0) 2983 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.099657+0000 mon.smithi115 (mon.0) 2984 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.100789+0000 mon.smithi115 (mon.0) 2985 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.101894+0000 mon.smithi115 (mon.0) 2986 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.102902+0000 mon.smithi115 (mon.0) 2987 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.103931+0000 mon.smithi115 (mon.0) 2988 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.105282+0000 mon.smithi115 (mon.0) 2989 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.106748+0000 mon.smithi115 (mon.0) 2990 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:45.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.107977+0000 mon.smithi115 (mon.0) 2991 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:45.783 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:45.109298+0000 mon.smithi115 (mon.0) 2992 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:44.242743+0000 mgr.smithi115.zzjgkn (mgr.34102) 3027 : cluster [DBG] pgmap v2308: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:46.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:44.573017+0000 mon.smithi115 (mon.0) 2962 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:41:46.027 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:44.784642+0000 mgr.smithi115.zzjgkn (mgr.34102) 3028 : cephadm [INF] Detected new or changed devices on smithi131 2024-02-23T02:41:46.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:44.790359+0000 mon.smithi115 (mon.0) 2963 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:46.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.069931+0000 mon.smithi115 (mon.0) 2964 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:46.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.070421+0000 mon.smithi115 (mon.0) 2965 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:46.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.070890+0000 mon.smithi115 (mon.0) 2966 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:46.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.071335+0000 mon.smithi115 (mon.0) 2967 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:46.028 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.071775+0000 mon.smithi115 (mon.0) 2968 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:46.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.072151+0000 mon.smithi115 (mon.0) 2969 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:46.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.072578+0000 mon.smithi115 (mon.0) 2970 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:46.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.073025+0000 mon.smithi115 (mon.0) 2971 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:41:46.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.073457+0000 mon.smithi115 (mon.0) 2972 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mds.foofs.smithi131.xlpzyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-23T02:41:46.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.073888+0000 mon.smithi115 (mon.0) 2973 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-23T02:41:46.029 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.074474+0000 mon.smithi115 (mon.0) 2974 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:41:46.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.075261+0000 mon.smithi115 (mon.0) 2975 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:41:46.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:45.076002+0000 mgr.smithi115.zzjgkn (mgr.34102) 3029 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:41:46.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:45.076668+0000 mgr.smithi115.zzjgkn (mgr.34102) 3030 : cluster [DBG] pgmap v2309: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T02:41:46.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.080697+0000 mon.smithi115 (mon.0) 2976 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:46.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.083297+0000 mon.smithi115 (mon.0) 2977 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:41:46.030 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.087105+0000 mon.smithi115 (mon.0) 2978 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:46.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.090542+0000 mon.smithi115 (mon.0) 2979 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:46.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.093197+0000 mon.smithi115 (mon.0) 2980 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.031 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.094635+0000 mon.smithi115 (mon.0) 2981 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.095963+0000 mon.smithi115 (mon.0) 2982 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.097776+0000 mon.smithi115 (mon.0) 2983 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.099657+0000 mon.smithi115 (mon.0) 2984 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.100789+0000 mon.smithi115 (mon.0) 2985 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.032 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.101894+0000 mon.smithi115 (mon.0) 2986 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.102902+0000 mon.smithi115 (mon.0) 2987 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.103931+0000 mon.smithi115 (mon.0) 2988 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.105282+0000 mon.smithi115 (mon.0) 2989 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.106748+0000 mon.smithi115 (mon.0) 2990 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.107977+0000 mon.smithi115 (mon.0) 2991 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.033 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:45.109298+0000 mon.smithi115 (mon.0) 2992 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:46.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:45.788418+0000 mon.smithi115 (mon.0) 2993 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 2 failed cephadm daemon(s)) 2024-02-23T02:41:46.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:46 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:45.788488+0000 mon.smithi115 (mon.0) 2994 : cluster [INF] Cluster is now healthy 2024-02-23T02:41:47.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:45.788418+0000 mon.smithi115 (mon.0) 2993 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 2 failed cephadm daemon(s)) 2024-02-23T02:41:47.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:46 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:45.788488+0000 mon.smithi115 (mon.0) 2994 : cluster [INF] Cluster is now healthy 2024-02-23T02:41:47.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:46.403992+0000 mgr.smithi115.zzjgkn (mgr.34102) 3031 : cephadm [INF] Upgrade: Updating grafana.smithi131 2024-02-23T02:41:47.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:46.443355+0000 mgr.smithi115.zzjgkn (mgr.34102) 3032 : cephadm [INF] Deploying daemon grafana.smithi131 on smithi131 2024-02-23T02:41:47.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:47.077279+0000 mgr.smithi115.zzjgkn (mgr.34102) 3033 : cluster [DBG] pgmap v2310: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T02:41:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:46.403992+0000 mgr.smithi115.zzjgkn (mgr.34102) 3031 : cephadm [INF] Upgrade: Updating grafana.smithi131 2024-02-23T02:41:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:46.443355+0000 mgr.smithi115.zzjgkn (mgr.34102) 3032 : cephadm [INF] Deploying daemon grafana.smithi131 on smithi131 2024-02-23T02:41:48.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:47.077279+0000 mgr.smithi115.zzjgkn (mgr.34102) 3033 : cluster [DBG] pgmap v2310: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T02:41:49.314 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:49.077858+0000 mgr.smithi115.zzjgkn (mgr.34102) 3034 : cluster [DBG] pgmap v2311: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T02:41:49.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:49.077858+0000 mgr.smithi115.zzjgkn (mgr.34102) 3034 : cluster [DBG] pgmap v2311: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T02:41:52.485 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:51.049530+0000 mon.smithi115 (mon.0) 2995 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:52.486 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:51.050536+0000 mon.smithi115 (mon.0) 2996 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:52.486 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:51.052268+0000 mon.smithi115 (mon.0) 2997 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:41:52.486 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:52 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:51.078401+0000 mgr.smithi115.zzjgkn (mgr.34102) 3035 : cluster [DBG] pgmap v2312: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T02:41:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:51.049530+0000 mon.smithi115 (mon.0) 2995 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:51.050536+0000 mon.smithi115 (mon.0) 2996 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:51.052268+0000 mon.smithi115 (mon.0) 2997 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-23T02:41:52.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:52 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:51.078401+0000 mgr.smithi115.zzjgkn (mgr.34102) 3035 : cluster [DBG] pgmap v2312: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T02:41:53.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:53.079114+0000 mgr.smithi115.zzjgkn (mgr.34102) 3036 : cluster [DBG] pgmap v2313: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T02:41:53.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:53.079114+0000 mgr.smithi115.zzjgkn (mgr.34102) 3036 : cluster [DBG] pgmap v2313: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T02:41:56.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:54.976670+0000 mon.smithi115 (mon.0) 2998 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:56.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:55.079761+0000 mgr.smithi115.zzjgkn (mgr.34102) 3037 : cluster [DBG] pgmap v2314: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T02:41:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:54.976670+0000 mon.smithi115 (mon.0) 2998 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:56.279 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:55.079761+0000 mgr.smithi115.zzjgkn (mgr.34102) 3037 : cluster [DBG] pgmap v2314: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-23T02:41:57.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.089488+0000 mon.smithi115 (mon.0) 2999 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.090527+0000 mon.smithi115 (mon.0) 3000 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:41:57.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.091378+0000 mon.smithi115 (mon.0) 3001 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:41:57.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.095448+0000 mon.smithi115 (mon.0) 3002 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.098407+0000 mon.smithi115 (mon.0) 3003 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:41:57.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.102451+0000 mon.smithi115 (mon.0) 3004 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.107584+0000 mon.smithi115 (mon.0) 3005 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-23T02:41:57.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.109870+0000 mon.smithi115 (mon.0) 3006 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:57.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.112323+0000 mon.smithi115 (mon.0) 3007 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.113711+0000 mon.smithi115 (mon.0) 3008 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.115050+0000 mon.smithi115 (mon.0) 3009 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.116823+0000 mon.smithi115 (mon.0) 3010 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.118637+0000 mon.smithi115 (mon.0) 3011 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.119697+0000 mon.smithi115 (mon.0) 3012 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.120814+0000 mon.smithi115 (mon.0) 3013 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.121862+0000 mon.smithi115 (mon.0) 3014 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.122940+0000 mon.smithi115 (mon.0) 3015 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.124269+0000 mon.smithi115 (mon.0) 3016 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.125717+0000 mon.smithi115 (mon.0) 3017 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.127241+0000 mon.smithi115 (mon.0) 3018 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.528 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.128519+0000 mon.smithi115 (mon.0) 3019 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.129778+0000 mon.smithi115 (mon.0) 3020 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.134769+0000 mon.smithi115 (mon.0) 3021 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.135371+0000 mon.smithi115 (mon.0) 3022 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.138298+0000 mon.smithi115 (mon.0) 3023 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.138869+0000 mon.smithi115 (mon.0) 3024 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.141946+0000 mon.smithi115 (mon.0) 3025 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.142607+0000 mon.smithi115 (mon.0) 3026 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.145765+0000 mon.smithi115 (mon.0) 3027 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.146373+0000 mon.smithi115 (mon.0) 3028 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.149385+0000 mon.smithi115 (mon.0) 3029 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.150006+0000 mon.smithi115 (mon.0) 3030 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.153060+0000 mon.smithi115 (mon.0) 3031 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.153697+0000 mon.smithi115 (mon.0) 3032 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-23T02:41:57.529 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.156737+0000 mon.smithi115 (mon.0) 3033 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.157313+0000 mon.smithi115 (mon.0) 3034 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.160501+0000 mon.smithi115 (mon.0) 3035 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.161132+0000 mon.smithi115 (mon.0) 3036 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.161641+0000 mon.smithi115 (mon.0) 3037 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.166176+0000 mon.smithi115 (mon.0) 3038 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.166799+0000 mon.smithi115 (mon.0) 3039 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.171474+0000 mon.smithi115 (mon.0) 3040 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.172096+0000 mon.smithi115 (mon.0) 3041 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.172601+0000 mon.smithi115 (mon.0) 3042 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.173076+0000 mon.smithi115 (mon.0) 3043 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.173542+0000 mon.smithi115 (mon.0) 3044 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.174013+0000 mon.smithi115 (mon.0) 3045 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.176988+0000 mon.smithi115 (mon.0) 3046 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.177784+0000 mon.smithi115 (mon.0) 3047 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-23T02:41:57.530 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.181586+0000 mon.smithi115 (mon.0) 3048 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-23T02:41:57.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.181947+0000 mon.smithi115 (mon.0) 3049 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:57.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.183063+0000 mon.smithi115 (mon.0) 3050 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:41:57.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.183583+0000 mon.smithi115 (mon.0) 3051 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:41:57.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.187747+0000 mon.smithi115 (mon.0) 3052 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.190070+0000 mon.smithi115 (mon.0) 3053 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:41:57.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.193294+0000 mon.smithi115 (mon.0) 3054 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.196679+0000 mon.smithi115 (mon.0) 3055 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:57.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.197916+0000 mon.smithi115 (mon.0) 3056 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:41:57.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.198432+0000 mon.smithi115 (mon.0) 3057 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:41:57.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.201739+0000 mon.smithi115 (mon.0) 3058 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.203641+0000 mon.smithi115 (mon.0) 3059 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:41:57.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.209167+0000 mon.smithi115 (mon.0) 3060 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.531 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.801036+0000 mon.smithi115 (mon.0) 3061 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.089488+0000 mon.smithi115 (mon.0) 2999 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.090527+0000 mon.smithi115 (mon.0) 3000 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:41:57.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.091378+0000 mon.smithi115 (mon.0) 3001 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:41:57.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.095448+0000 mon.smithi115 (mon.0) 3002 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.098407+0000 mon.smithi115 (mon.0) 3003 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:41:57.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.102451+0000 mon.smithi115 (mon.0) 3004 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.533 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.107584+0000 mon.smithi115 (mon.0) 3005 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-23T02:41:57.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.109870+0000 mon.smithi115 (mon.0) 3006 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:57.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.112323+0000 mon.smithi115 (mon.0) 3007 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.113711+0000 mon.smithi115 (mon.0) 3008 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.115050+0000 mon.smithi115 (mon.0) 3009 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.116823+0000 mon.smithi115 (mon.0) 3010 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.118637+0000 mon.smithi115 (mon.0) 3011 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.119697+0000 mon.smithi115 (mon.0) 3012 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.534 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.120814+0000 mon.smithi115 (mon.0) 3013 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.121862+0000 mon.smithi115 (mon.0) 3014 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.122940+0000 mon.smithi115 (mon.0) 3015 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.124269+0000 mon.smithi115 (mon.0) 3016 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.125717+0000 mon.smithi115 (mon.0) 3017 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.127241+0000 mon.smithi115 (mon.0) 3018 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.128519+0000 mon.smithi115 (mon.0) 3019 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.129778+0000 mon.smithi115 (mon.0) 3020 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.134769+0000 mon.smithi115 (mon.0) 3021 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.135371+0000 mon.smithi115 (mon.0) 3022 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.138298+0000 mon.smithi115 (mon.0) 3023 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.138869+0000 mon.smithi115 (mon.0) 3024 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.141946+0000 mon.smithi115 (mon.0) 3025 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.142607+0000 mon.smithi115 (mon.0) 3026 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.145765+0000 mon.smithi115 (mon.0) 3027 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-23T02:41:57.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.146373+0000 mon.smithi115 (mon.0) 3028 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.149385+0000 mon.smithi115 (mon.0) 3029 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.150006+0000 mon.smithi115 (mon.0) 3030 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.153060+0000 mon.smithi115 (mon.0) 3031 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.153697+0000 mon.smithi115 (mon.0) 3032 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.156737+0000 mon.smithi115 (mon.0) 3033 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.157313+0000 mon.smithi115 (mon.0) 3034 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.160501+0000 mon.smithi115 (mon.0) 3035 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.161132+0000 mon.smithi115 (mon.0) 3036 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.161641+0000 mon.smithi115 (mon.0) 3037 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.166176+0000 mon.smithi115 (mon.0) 3038 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.166799+0000 mon.smithi115 (mon.0) 3039 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.171474+0000 mon.smithi115 (mon.0) 3040 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.172096+0000 mon.smithi115 (mon.0) 3041 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-23T02:41:57.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.172601+0000 mon.smithi115 (mon.0) 3042 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-23T02:41:57.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.173076+0000 mon.smithi115 (mon.0) 3043 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-23T02:41:57.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.173542+0000 mon.smithi115 (mon.0) 3044 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-23T02:41:57.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.174013+0000 mon.smithi115 (mon.0) 3045 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-23T02:41:57.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.176988+0000 mon.smithi115 (mon.0) 3046 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-23T02:41:57.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.177784+0000 mon.smithi115 (mon.0) 3047 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-23T02:41:57.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.181586+0000 mon.smithi115 (mon.0) 3048 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-23T02:41:57.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.181947+0000 mon.smithi115 (mon.0) 3049 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:57.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.183063+0000 mon.smithi115 (mon.0) 3050 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:41:57.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.183583+0000 mon.smithi115 (mon.0) 3051 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:41:57.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.187747+0000 mon.smithi115 (mon.0) 3052 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.190070+0000 mon.smithi115 (mon.0) 3053 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:41:57.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.193294+0000 mon.smithi115 (mon.0) 3054 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.196679+0000 mon.smithi115 (mon.0) 3055 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:41:57.538 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.197916+0000 mon.smithi115 (mon.0) 3056 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:41:57.538 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.198432+0000 mon.smithi115 (mon.0) 3057 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:41:57.538 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.201739+0000 mon.smithi115 (mon.0) 3058 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.538 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.203641+0000 mon.smithi115 (mon.0) 3059 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:41:57.538 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.209167+0000 mon.smithi115 (mon.0) 3060 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:57.538 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.801036+0000 mon.smithi115 (mon.0) 3061 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:41:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:56.092073+0000 mgr.smithi115.zzjgkn (mgr.34102) 3038 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:41:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:41:56.108028+0000 mgr.smithi115.zzjgkn (mgr.34102) 3039 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-23T02:41:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:56.130502+0000 mgr.smithi115.zzjgkn (mgr.34102) 3040 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-23T02:41:58.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:56.177418+0000 mgr.smithi115.zzjgkn (mgr.34102) 3041 : cephadm [INF] Upgrade: Complete! 2024-02-23T02:41:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:56.184127+0000 mgr.smithi115.zzjgkn (mgr.34102) 3042 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:41:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:41:56.198901+0000 mgr.smithi115.zzjgkn (mgr.34102) 3043 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:41:58.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:58 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:57.080288+0000 mgr.smithi115.zzjgkn (mgr.34102) 3044 : cluster [DBG] pgmap v2315: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:56.092073+0000 mgr.smithi115.zzjgkn (mgr.34102) 3038 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:41:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:41:56.108028+0000 mgr.smithi115.zzjgkn (mgr.34102) 3039 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-23T02:41:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:56.130502+0000 mgr.smithi115.zzjgkn (mgr.34102) 3040 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-23T02:41:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:56.177418+0000 mgr.smithi115.zzjgkn (mgr.34102) 3041 : cephadm [INF] Upgrade: Complete! 2024-02-23T02:41:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:56.184127+0000 mgr.smithi115.zzjgkn (mgr.34102) 3042 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:41:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:41:56.198901+0000 mgr.smithi115.zzjgkn (mgr.34102) 3043 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:41:58.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:58 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:57.080288+0000 mgr.smithi115.zzjgkn (mgr.34102) 3044 : cluster [DBG] pgmap v2315: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:59.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:41:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:41:59.081060+0000 mgr.smithi115.zzjgkn (mgr.34102) 3045 : cluster [DBG] pgmap v2316: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:41:59.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:41:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:41:59.081060+0000 mgr.smithi115.zzjgkn (mgr.34102) 3045 : cluster [DBG] pgmap v2316: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:01.081508+0000 mgr.smithi115.zzjgkn (mgr.34102) 3046 : cluster [DBG] pgmap v2317: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:01.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:01.081508+0000 mgr.smithi115.zzjgkn (mgr.34102) 3046 : cluster [DBG] pgmap v2317: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:03.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:03.082065+0000 mgr.smithi115.zzjgkn (mgr.34102) 3047 : cluster [DBG] pgmap v2318: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:42:03.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:03.082065+0000 mgr.smithi115.zzjgkn (mgr.34102) 3047 : cluster [DBG] pgmap v2318: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:42:05.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:05.082693+0000 mgr.smithi115.zzjgkn (mgr.34102) 3048 : cluster [DBG] pgmap v2319: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:05.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:05.082693+0000 mgr.smithi115.zzjgkn (mgr.34102) 3048 : cluster [DBG] pgmap v2319: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:06.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:06 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:05.617010+0000 mgr.smithi115.zzjgkn (mgr.34102) 3049 : audit [DBG] from='client.37038 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:42:06.302 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph orch ps' 2024-02-23T02:42:06.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:06 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:05.617010+0000 mgr.smithi115.zzjgkn (mgr.34102) 3049 : audit [DBG] from='client.37038 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:42:07.499 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:07.083320+0000 mgr.smithi115.zzjgkn (mgr.34102) 3050 : cluster [DBG] pgmap v2320: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:07.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:07.083320+0000 mgr.smithi115.zzjgkn (mgr.34102) 3050 : cluster [DBG] pgmap v2320: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:08.436 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:42:08.436 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (91m) 12s ago 96m 24.6M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:42:08.436 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (64m) 29s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:42:08.436 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (64m) 12s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:42:08.436 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (17s) 12s ago 2h 21.2M - 8.3.5 dad864ee21e9 ac1ff16d0ac9 2024-02-23T02:42:08.436 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (16m) 29s ago 2h 29.9M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (11m) 12s ago 2h 14.5M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (90m) 29s ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (80m) 12s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (75m) 29s ago 2h 486M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (69m) 12s ago 2h 243M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (5m) 29s ago 96m 78.5M - 3.5 7403d1862307 91c3d0e6774f 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (5m) 12s ago 96m 86.7M - 3.5 7403d1862307 20d32ee607cd 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 running (37s) 29s ago 2h 10.3M - 1.3.1 1dbe0e931976 efd496134428 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 running (32s) 12s ago 2h 10.4M - 1.3.1 1dbe0e931976 c898e361cfc6 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (59m) 29s ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (53m) 29s ago 2h 231M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (48m) 29s ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (42m) 29s ago 2h 256M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:42:08.437 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (37m) 12s ago 2h 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:42:08.438 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (31m) 12s ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:42:08.438 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (26m) 12s ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:42:08.438 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (21m) 12s ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:42:08.438 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (96m) 12s ago 96m 75.6M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:42:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:08.423942+0000 mon.smithi115 (mon.0) 3062 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:42:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:08.424320+0000 mon.smithi115 (mon.0) 3063 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:08.424671+0000 mon.smithi115 (mon.0) 3064 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:08.424968+0000 mon.smithi115 (mon.0) 3065 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:08.425266+0000 mon.smithi115 (mon.0) 3066 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:08.427274+0000 mon.smithi115 (mon.0) 3067 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:42:08.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:08.427603+0000 mon.smithi115 (mon.0) 3068 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:08.427919+0000 mon.smithi115 (mon.0) 3069 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:08.428213+0000 mon.smithi115 (mon.0) 3070 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.777 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:08 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:08.428505+0000 mon.smithi115 (mon.0) 3071 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:08.423942+0000 mon.smithi115 (mon.0) 3062 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:42:08.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:08.424320+0000 mon.smithi115 (mon.0) 3063 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:08.424671+0000 mon.smithi115 (mon.0) 3064 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:08.424968+0000 mon.smithi115 (mon.0) 3065 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:08.425266+0000 mon.smithi115 (mon.0) 3066 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:08.427274+0000 mon.smithi115 (mon.0) 3067 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:42:08.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:08.427603+0000 mon.smithi115 (mon.0) 3068 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:08.427919+0000 mon.smithi115 (mon.0) 3069 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:08.428213+0000 mon.smithi115 (mon.0) 3070 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:08.781 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:08 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:08.428505+0000 mon.smithi115 (mon.0) 3071 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:42:09.118 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph versions' 2024-02-23T02:42:09.483 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:08.422034+0000 mgr.smithi115.zzjgkn (mgr.34102) 3051 : audit [DBG] from='client.37042 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:42:09.483 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:09.083798+0000 mgr.smithi115.zzjgkn (mgr.34102) 3052 : cluster [DBG] pgmap v2321: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:09.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:08.422034+0000 mgr.smithi115.zzjgkn (mgr.34102) 3051 : audit [DBG] from='client.37042 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:42:09.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:09.083798+0000 mgr.smithi115.zzjgkn (mgr.34102) 3052 : cluster [DBG] pgmap v2321: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:10.659 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:10.225468+0000 mon.smithi115 (mon.0) 3072 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-23T02:42:10.659 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:10.225692+0000 mon.smithi115 (mon.0) 3073 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T02:42:10.660 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:10.225868+0000 mon.smithi115 (mon.0) 3074 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:42:10.660 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:10.226038+0000 mon.smithi115 (mon.0) 3075 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T02:42:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:10.225468+0000 mon.smithi115 (mon.0) 3072 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-23T02:42:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:10.225692+0000 mon.smithi115 (mon.0) 3073 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-23T02:42:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:10.225868+0000 mon.smithi115 (mon.0) 3074 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:42:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:10.226038+0000 mon.smithi115 (mon.0) 3075 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-23T02:42:11.112 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:42:11.112 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:42:11.112 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:42:11.112 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:42:11.112 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:42:11.113 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:42:11.113 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:42:11.113 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:42:11.113 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:42:11.113 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:42:11.113 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:42:11.113 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:42:11.113 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:42:11.113 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:42:11.113 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:42:11.113 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:42:11.113 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:42:11.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:11.084311+0000 mgr.smithi115.zzjgkn (mgr.34102) 3053 : cluster [DBG] pgmap v2322: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:11.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:11.110668+0000 mon.smithi115 (mon.0) 3076 : audit [DBG] from='client.? 172.21.15.115:0/2136950340' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:42:11.776 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-23T02:42:11.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:11.084311+0000 mgr.smithi115.zzjgkn (mgr.34102) 3053 : cluster [DBG] pgmap v2322: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:11.782 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:11.110668+0000 mon.smithi115 (mon.0) 3076 : audit [DBG] from='client.? 172.21.15.115:0/2136950340' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:42:13.400 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:13.084969+0000 mgr.smithi115.zzjgkn (mgr.34102) 3054 : cluster [DBG] pgmap v2323: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:42:13.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:13.084969+0000 mgr.smithi115.zzjgkn (mgr.34102) 3054 : cluster [DBG] pgmap v2323: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:42:13.666 INFO:teuthology.orchestra.run.smithi115.stdout:wait for servicemap items w/ changing names to refresh 2024-02-23T02:42:14.273 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'sleep 60' 2024-02-23T02:42:15.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:15.085490+0000 mgr.smithi115.zzjgkn (mgr.34102) 3055 : cluster [DBG] pgmap v2324: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:15.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:15.085490+0000 mgr.smithi115.zzjgkn (mgr.34102) 3055 : cluster [DBG] pgmap v2324: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:17.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:17 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:17.086225+0000 mgr.smithi115.zzjgkn (mgr.34102) 3056 : cluster [DBG] pgmap v2325: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:17.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:17.086225+0000 mgr.smithi115.zzjgkn (mgr.34102) 3056 : cluster [DBG] pgmap v2325: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:19.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:19.086882+0000 mgr.smithi115.zzjgkn (mgr.34102) 3057 : cluster [DBG] pgmap v2326: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:19.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:19.086882+0000 mgr.smithi115.zzjgkn (mgr.34102) 3057 : cluster [DBG] pgmap v2326: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:21.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:21 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:21.087392+0000 mgr.smithi115.zzjgkn (mgr.34102) 3058 : cluster [DBG] pgmap v2327: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:21.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:21.087392+0000 mgr.smithi115.zzjgkn (mgr.34102) 3058 : cluster [DBG] pgmap v2327: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:23.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:23 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:23.088076+0000 mgr.smithi115.zzjgkn (mgr.34102) 3059 : cluster [DBG] pgmap v2328: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:42:23.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:23.088076+0000 mgr.smithi115.zzjgkn (mgr.34102) 3059 : cluster [DBG] pgmap v2328: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:42:25.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:25 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:25.088834+0000 mgr.smithi115.zzjgkn (mgr.34102) 3060 : cluster [DBG] pgmap v2329: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:25.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:25.088834+0000 mgr.smithi115.zzjgkn (mgr.34102) 3060 : cluster [DBG] pgmap v2329: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:27.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:27.089562+0000 mgr.smithi115.zzjgkn (mgr.34102) 3061 : cluster [DBG] pgmap v2330: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:27.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:27.089562+0000 mgr.smithi115.zzjgkn (mgr.34102) 3061 : cluster [DBG] pgmap v2330: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:29.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:29.090146+0000 mgr.smithi115.zzjgkn (mgr.34102) 3062 : cluster [DBG] pgmap v2331: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:29.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:29.090146+0000 mgr.smithi115.zzjgkn (mgr.34102) 3062 : cluster [DBG] pgmap v2331: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:31.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:31 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:31.090768+0000 mgr.smithi115.zzjgkn (mgr.34102) 3063 : cluster [DBG] pgmap v2332: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:31.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:31.090768+0000 mgr.smithi115.zzjgkn (mgr.34102) 3063 : cluster [DBG] pgmap v2332: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:33.433 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:33 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:33.091298+0000 mgr.smithi115.zzjgkn (mgr.34102) 3064 : cluster [DBG] pgmap v2333: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:42:33.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:33.091298+0000 mgr.smithi115.zzjgkn (mgr.34102) 3064 : cluster [DBG] pgmap v2333: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:42:35.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:35.092008+0000 mgr.smithi115.zzjgkn (mgr.34102) 3065 : cluster [DBG] pgmap v2334: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:35.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:35.092008+0000 mgr.smithi115.zzjgkn (mgr.34102) 3065 : cluster [DBG] pgmap v2334: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:37.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:37 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:37.092626+0000 mgr.smithi115.zzjgkn (mgr.34102) 3066 : cluster [DBG] pgmap v2335: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:37.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:37.092626+0000 mgr.smithi115.zzjgkn (mgr.34102) 3066 : cluster [DBG] pgmap v2335: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:39.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:39 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:39.093320+0000 mgr.smithi115.zzjgkn (mgr.34102) 3067 : cluster [DBG] pgmap v2336: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:39.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:39.093320+0000 mgr.smithi115.zzjgkn (mgr.34102) 3067 : cluster [DBG] pgmap v2336: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:41.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:41 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:41.093904+0000 mgr.smithi115.zzjgkn (mgr.34102) 3068 : cluster [DBG] pgmap v2337: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:41.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:41.093904+0000 mgr.smithi115.zzjgkn (mgr.34102) 3068 : cluster [DBG] pgmap v2337: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:43.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:43 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:43.094574+0000 mgr.smithi115.zzjgkn (mgr.34102) 3069 : cluster [DBG] pgmap v2338: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:42:43.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:43 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:43.094574+0000 mgr.smithi115.zzjgkn (mgr.34102) 3069 : cluster [DBG] pgmap v2338: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:42:45.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:45 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:45.095112+0000 mgr.smithi115.zzjgkn (mgr.34102) 3070 : cluster [DBG] pgmap v2339: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:45.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:45 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:45.095112+0000 mgr.smithi115.zzjgkn (mgr.34102) 3070 : cluster [DBG] pgmap v2339: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:47.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:47 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:47.095902+0000 mgr.smithi115.zzjgkn (mgr.34102) 3071 : cluster [DBG] pgmap v2340: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:47.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:47 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:47.095902+0000 mgr.smithi115.zzjgkn (mgr.34102) 3071 : cluster [DBG] pgmap v2340: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:49.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:49 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:49.096548+0000 mgr.smithi115.zzjgkn (mgr.34102) 3072 : cluster [DBG] pgmap v2341: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:49.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:49 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:49.096548+0000 mgr.smithi115.zzjgkn (mgr.34102) 3072 : cluster [DBG] pgmap v2341: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:51.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:51 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:51.097026+0000 mgr.smithi115.zzjgkn (mgr.34102) 3073 : cluster [DBG] pgmap v2342: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:51.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:51 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:51.097026+0000 mgr.smithi115.zzjgkn (mgr.34102) 3073 : cluster [DBG] pgmap v2342: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:53.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:53 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:53.097599+0000 mgr.smithi115.zzjgkn (mgr.34102) 3074 : cluster [DBG] pgmap v2343: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:42:53.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:53 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:53.097599+0000 mgr.smithi115.zzjgkn (mgr.34102) 3074 : cluster [DBG] pgmap v2343: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:42:55.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:55 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:55.098209+0000 mgr.smithi115.zzjgkn (mgr.34102) 3075 : cluster [DBG] pgmap v2344: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:55.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:55 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:55.098209+0000 mgr.smithi115.zzjgkn (mgr.34102) 3075 : cluster [DBG] pgmap v2344: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:56.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:56 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:56.212402+0000 mon.smithi115 (mon.0) 3077 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:42:56.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:56 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:56.212402+0000 mon.smithi115 (mon.0) 3077 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T02:42:57.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:56.508421+0000 mon.smithi115 (mon.0) 3078 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:42:57.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:56.509072+0000 mon.smithi115 (mon.0) 3079 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:42:57.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cephadm 2024-02-23T02:42:56.509608+0000 mgr.smithi115.zzjgkn (mgr.34102) 3076 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:42:57.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:56.512967+0000 mon.smithi115 (mon.0) 3080 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:42:57.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:56.514804+0000 mon.smithi115 (mon.0) 3081 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:42:57.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:42:56.517998+0000 mon.smithi115 (mon.0) 3082 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:42:57.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:57.098844+0000 mgr.smithi115.zzjgkn (mgr.34102) 3077 : cluster [DBG] pgmap v2345: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:57.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:56.508421+0000 mon.smithi115 (mon.0) 3078 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T02:42:57.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:56.509072+0000 mon.smithi115 (mon.0) 3079 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T02:42:57.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cephadm 2024-02-23T02:42:56.509608+0000 mgr.smithi115.zzjgkn (mgr.34102) 3076 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-23T02:42:57.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:56.512967+0000 mon.smithi115 (mon.0) 3080 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:42:57.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:56.514804+0000 mon.smithi115 (mon.0) 3081 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-23T02:42:57.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:42:56.517998+0000 mon.smithi115 (mon.0) 3082 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' 2024-02-23T02:42:57.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:57 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:57.098844+0000 mgr.smithi115.zzjgkn (mgr.34102) 3077 : cluster [DBG] pgmap v2345: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:59.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:42:59 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:42:59.099488+0000 mgr.smithi115.zzjgkn (mgr.34102) 3078 : cluster [DBG] pgmap v2346: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:42:59.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:42:59 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:42:59.099488+0000 mgr.smithi115.zzjgkn (mgr.34102) 3078 : cluster [DBG] pgmap v2346: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:01.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:01 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:01.100091+0000 mgr.smithi115.zzjgkn (mgr.34102) 3079 : cluster [DBG] pgmap v2347: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:01.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:01 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:01.100091+0000 mgr.smithi115.zzjgkn (mgr.34102) 3079 : cluster [DBG] pgmap v2347: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:03.434 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:03 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:03.100688+0000 mgr.smithi115.zzjgkn (mgr.34102) 3080 : cluster [DBG] pgmap v2348: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:43:03.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:03 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:03.100688+0000 mgr.smithi115.zzjgkn (mgr.34102) 3080 : cluster [DBG] pgmap v2348: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:43:05.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:05.101396+0000 mgr.smithi115.zzjgkn (mgr.34102) 3081 : cluster [DBG] pgmap v2349: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:05.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:05 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:05.101396+0000 mgr.smithi115.zzjgkn (mgr.34102) 3081 : cluster [DBG] pgmap v2349: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:07.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:07 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:07.101974+0000 mgr.smithi115.zzjgkn (mgr.34102) 3082 : cluster [DBG] pgmap v2350: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:07.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:07 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:07.101974+0000 mgr.smithi115.zzjgkn (mgr.34102) 3082 : cluster [DBG] pgmap v2350: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:09.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:09 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:09.102544+0000 mgr.smithi115.zzjgkn (mgr.34102) 3083 : cluster [DBG] pgmap v2351: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:09.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:09.102544+0000 mgr.smithi115.zzjgkn (mgr.34102) 3083 : cluster [DBG] pgmap v2351: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:10.230748+0000 mon.smithi115 (mon.0) 3083 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-02-23T02:43:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:10.231072+0000 mon.smithi115 (mon.0) 3084 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T02:43:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:10.231307+0000 mon.smithi115 (mon.0) 3085 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T02:43:10.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:10 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:10.231541+0000 mon.smithi115 (mon.0) 3086 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:43:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:10.230748+0000 mon.smithi115 (mon.0) 3083 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-02-23T02:43:10.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:10.231072+0000 mon.smithi115 (mon.0) 3084 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-23T02:43:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:10.231307+0000 mon.smithi115 (mon.0) 3085 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-23T02:43:10.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:10.231541+0000 mon.smithi115 (mon.0) 3086 : audit [INF] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-23T02:43:11.776 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:11 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:11.103027+0000 mgr.smithi115.zzjgkn (mgr.34102) 3084 : cluster [DBG] pgmap v2352: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:11.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:11.103027+0000 mgr.smithi115.zzjgkn (mgr.34102) 3084 : cluster [DBG] pgmap v2352: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:14.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:13 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:13.103629+0000 mgr.smithi115.zzjgkn (mgr.34102) 3085 : cluster [DBG] pgmap v2353: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:43:14.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:13.103629+0000 mgr.smithi115.zzjgkn (mgr.34102) 3085 : cluster [DBG] pgmap v2353: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:43:15.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:15 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:15.104359+0000 mgr.smithi115.zzjgkn (mgr.34102) 3086 : cluster [DBG] pgmap v2354: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:15.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:15.104359+0000 mgr.smithi115.zzjgkn (mgr.34102) 3086 : cluster [DBG] pgmap v2354: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:16.670 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph orch ps' 2024-02-23T02:43:18.232 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:18 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:17.104873+0000 mgr.smithi115.zzjgkn (mgr.34102) 3087 : cluster [DBG] pgmap v2355: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:18.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:17.104873+0000 mgr.smithi115.zzjgkn (mgr.34102) 3087 : cluster [DBG] pgmap v2355: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:18.652 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T02:43:18.653 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (92m) 82s ago 97m 24.6M - 0.23.0 ba2b418f427c d8c66c496725 2024-02-23T02:43:18.653 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi115 smithi115 running (65m) 99s ago 2h 6605k - 16.2.14-550-geb66ed92 7403d1862307 b2af64d06fe5 2024-02-23T02:43:18.653 INFO:teuthology.orchestra.run.smithi115.stdout:crash.smithi131 smithi131 running (65m) 82s ago 2h 6601k - 16.2.14-550-geb66ed92 7403d1862307 8279e677bc66 2024-02-23T02:43:18.653 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi131 smithi131 running (88s) 82s ago 2h 21.2M - 8.3.5 dad864ee21e9 ac1ff16d0ac9 2024-02-23T02:43:18.653 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi115.sbksrt smithi115 running (17m) 99s ago 2h 29.9M - 16.2.14-550-geb66ed92 7403d1862307 64a3f4a5734d 2024-02-23T02:43:18.653 INFO:teuthology.orchestra.run.smithi115.stdout:mds.foofs.smithi131.xlpzyy smithi131 running (12m) 82s ago 2h 14.5M - 16.2.14-550-geb66ed92 7403d1862307 fb4d44508d7e 2024-02-23T02:43:18.653 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi115.zzjgkn smithi115 *:8443,9283 running (92m) 99s ago 2h 457M - 16.2.14-550-geb66ed92 7403d1862307 d50d4e78683c 2024-02-23T02:43:18.653 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.smithi131.erzmvo smithi131 *:8443,9283 running (81m) 82s ago 2h 395M - 16.2.14-550-geb66ed92 7403d1862307 6d176c5d3c73 2024-02-23T02:43:18.653 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi115 smithi115 running (76m) 99s ago 2h 486M 2048M 16.2.14-550-geb66ed92 7403d1862307 31feb81a0273 2024-02-23T02:43:18.653 INFO:teuthology.orchestra.run.smithi115.stdout:mon.smithi131 smithi131 running (71m) 82s ago 2h 243M 2048M 16.2.14-550-geb66ed92 7403d1862307 46e8178c4e2a 2024-02-23T02:43:18.653 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.0.0.smithi115.bizdck smithi115 *:2049 running (7m) 99s ago 97m 78.5M - 3.5 7403d1862307 91c3d0e6774f 2024-02-23T02:43:18.653 INFO:teuthology.orchestra.run.smithi115.stdout:nfs.foo.1.0.smithi131.jwyxyb smithi131 *:2049 running (6m) 82s ago 97m 86.7M - 3.5 7403d1862307 20d32ee607cd 2024-02-23T02:43:18.653 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 running (107s) 99s ago 2h 10.3M - 1.3.1 1dbe0e931976 efd496134428 2024-02-23T02:43:18.654 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi131 smithi131 running (103s) 82s ago 2h 10.4M - 1.3.1 1dbe0e931976 c898e361cfc6 2024-02-23T02:43:18.654 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (60m) 99s ago 2h 267M 4096M 16.2.14-550-geb66ed92 7403d1862307 bab6afcfb9e7 2024-02-23T02:43:18.654 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi115 running (55m) 99s ago 2h 231M 4096M 16.2.14-550-geb66ed92 7403d1862307 4db1da7ffc0f 2024-02-23T02:43:18.654 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi115 running (49m) 99s ago 2h 203M 4096M 16.2.14-550-geb66ed92 7403d1862307 c57e1a9406e6 2024-02-23T02:43:18.654 INFO:teuthology.orchestra.run.smithi115.stdout:osd.3 smithi115 running (43m) 99s ago 2h 256M 4096M 16.2.14-550-geb66ed92 7403d1862307 8c02261b1455 2024-02-23T02:43:18.654 INFO:teuthology.orchestra.run.smithi115.stdout:osd.4 smithi131 running (38m) 82s ago 2h 263M 4096M 16.2.14-550-geb66ed92 7403d1862307 e807833704bc 2024-02-23T02:43:18.654 INFO:teuthology.orchestra.run.smithi115.stdout:osd.5 smithi131 running (33m) 82s ago 2h 253M 4096M 16.2.14-550-geb66ed92 7403d1862307 c11c6d70bbcb 2024-02-23T02:43:18.654 INFO:teuthology.orchestra.run.smithi115.stdout:osd.6 smithi131 running (27m) 82s ago 2h 237M 4096M 16.2.14-550-geb66ed92 7403d1862307 c55a3a260fbc 2024-02-23T02:43:18.654 INFO:teuthology.orchestra.run.smithi115.stdout:osd.7 smithi131 running (22m) 82s ago 2h 314M 4096M 16.2.14-550-geb66ed92 7403d1862307 60ea1ea463c9 2024-02-23T02:43:18.654 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi131 smithi131 *:9095 running (97m) 82s ago 97m 75.6M - 2.33.4 514e6a882f6e 61f880449086 2024-02-23T02:43:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:18.638962+0000 mgr.smithi115.zzjgkn (mgr.34102) 3088 : audit [DBG] from='client.37050 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:43:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:18.640787+0000 mon.smithi115 (mon.0) 3087 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:43:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:18.641109+0000 mon.smithi115 (mon.0) 3088 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:18.641385+0000 mon.smithi115 (mon.0) 3089 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:18.641652+0000 mon.smithi115 (mon.0) 3090 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:18.641906+0000 mon.smithi115 (mon.0) 3091 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:18.643778+0000 mon.smithi115 (mon.0) 3092 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:43:19.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:18.644045+0000 mon.smithi115 (mon.0) 3093 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:18.644300+0000 mon.smithi115 (mon.0) 3094 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:18.644550+0000 mon.smithi115 (mon.0) 3095 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.277 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:19 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:18.644804+0000 mon.smithi115 (mon.0) 3096 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.295 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph versions' 2024-02-23T02:43:19.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:18.638962+0000 mgr.smithi115.zzjgkn (mgr.34102) 3088 : audit [DBG] from='client.37050 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:43:19.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:18.640787+0000 mon.smithi115 (mon.0) 3087 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi115","key": "mon_memory_target"}]: dispatch 2024-02-23T02:43:19.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:18.641109+0000 mon.smithi115 (mon.0) 3088 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:18.641385+0000 mon.smithi115 (mon.0) 3089 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:18.641652+0000 mon.smithi115 (mon.0) 3090 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:18.641906+0000 mon.smithi115 (mon.0) 3091 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:18.643778+0000 mon.smithi115 (mon.0) 3092 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "mon.smithi131","key": "mon_memory_target"}]: dispatch 2024-02-23T02:43:19.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:18.644045+0000 mon.smithi115 (mon.0) 3093 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:18.644300+0000 mon.smithi115 (mon.0) 3094 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:18.644550+0000 mon.smithi115 (mon.0) 3095 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:19.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:18.644804+0000 mon.smithi115 (mon.0) 3096 : audit [DBG] from='mgr.34102 172.21.15.115:0/2036997480' entity='mgr.smithi115.zzjgkn' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-23T02:43:20.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:20 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:19.105419+0000 mgr.smithi115.zzjgkn (mgr.34102) 3089 : cluster [DBG] pgmap v2356: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:20.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:19.105419+0000 mgr.smithi115.zzjgkn (mgr.34102) 3089 : cluster [DBG] pgmap v2356: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:21.288 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-02-23T02:43:21.288 INFO:teuthology.orchestra.run.smithi115.stdout: "mon": { 2024-02-23T02:43:21.288 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:43:21.288 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:43:21.288 INFO:teuthology.orchestra.run.smithi115.stdout: "mgr": { 2024-02-23T02:43:21.288 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:43:21.288 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:43:21.288 INFO:teuthology.orchestra.run.smithi115.stdout: "osd": { 2024-02-23T02:43:21.288 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-23T02:43:21.288 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:43:21.288 INFO:teuthology.orchestra.run.smithi115.stdout: "mds": { 2024-02-23T02:43:21.288 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-23T02:43:21.289 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:43:21.289 INFO:teuthology.orchestra.run.smithi115.stdout: "overall": { 2024-02-23T02:43:21.289 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-23T02:43:21.289 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:43:21.289 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-02-23T02:43:21.942 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-23T02:43:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:21.105846+0000 mgr.smithi115.zzjgkn (mgr.34102) 3090 : cluster [DBG] pgmap v2357: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:22.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:22 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:21.286021+0000 mon.smithi115 (mon.0) 3097 : audit [DBG] from='client.? 172.21.15.115:0/1258333856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:43:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:21.105846+0000 mgr.smithi115.zzjgkn (mgr.34102) 3090 : cluster [DBG] pgmap v2357: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:22.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:21.286021+0000 mon.smithi115 (mon.0) 3097 : audit [DBG] from='client.? 172.21.15.115:0/1258333856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:43:23.913 INFO:teuthology.orchestra.run.smithi115.stdout:true 2024-02-23T02:43:24.245 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:23.106531+0000 mgr.smithi115.zzjgkn (mgr.34102) 3091 : cluster [DBG] pgmap v2358: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:43:24.246 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:24 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:23.900338+0000 mon.smithi115 (mon.0) 3098 : audit [DBG] from='client.? 172.21.15.115:0/2520531169' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:43:24.463 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-02-23T02:43:24.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:23.106531+0000 mgr.smithi115.zzjgkn (mgr.34102) 3091 : cluster [DBG] pgmap v2358: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:43:24.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:23.900338+0000 mon.smithi115 (mon.0) 3098 : audit [DBG] from='client.? 172.21.15.115:0/2520531169' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:43:26.490 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)" 2024-02-23T02:43:26.502 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:26 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:25.106971+0000 mgr.smithi115.zzjgkn (mgr.34102) 3092 : cluster [DBG] pgmap v2359: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:26.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:25.106971+0000 mgr.smithi115.zzjgkn (mgr.34102) 3092 : cluster [DBG] pgmap v2359: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:27.111 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-02-23T02:43:27.112 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-23T02:43:27.112 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T02:43:27.469 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:27 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:26.478208+0000 mon.smithi115 (mon.0) 3099 : audit [DBG] from='client.? 172.21.15.115:0/471018035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:43:27.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:26.478208+0000 mon.smithi115 (mon.0) 3099 : audit [DBG] from='client.? 172.21.15.115:0/471018035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-23T02:43:28.380 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:28 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:27.107509+0000 mgr.smithi115.zzjgkn (mgr.34102) 3093 : cluster [DBG] pgmap v2360: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:28.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:27.107509+0000 mgr.smithi115.zzjgkn (mgr.34102) 3093 : cluster [DBG] pgmap v2360: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:29.047 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-02-23T02:43:29.047 INFO:teuthology.orchestra.run.smithi115.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-22T23:55:21.607719Z", "last_refresh": "2024-02-23T02:41:56.083793Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-22T23:55:09.591283Z", "last_refresh": "2024-02-23T02:41:39.140911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-22T23:55:18.034501Z", "last_refresh": "2024-02-23T02:41:56.083136Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-23T00:07:50.340142Z", "last_refresh": "2024-02-23T02:41:39.141281Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-22T23:55:07.093089Z", "last_refresh": "2024-02-23T02:41:39.140821Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-22T23:55:05.643796Z", "last_refresh": "2024-02-23T02:41:39.140678Z", "running": 2, "size": 5}}, {"events": ["2024-02-23T01:27:16.154945Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-02-23T01:05:10.703035Z", "last_refresh": "2024-02-23T02:41:39.141342Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-22T23:55:20.301889Z", "last_refresh": "2024-02-23T02:41:39.141099Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "7403d18623076b313def53d9a4ae24b05fb9f62358c436a81c22d7e96d9d9550", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", "last_refresh": "2024-02-23T02:41:39.140976Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-22T23:55:16.329680Z", "last_refresh": "2024-02-23T02:41:56.083891Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-23T02:43:29.364 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:29 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:29.041253+0000 mgr.smithi115.zzjgkn (mgr.34102) 3094 : audit [DBG] from='client.37066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T02:43:29.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:29.041253+0000 mgr.smithi115.zzjgkn (mgr.34102) 3094 : audit [DBG] from='client.37066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T02:43:29.708 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-23T02:43:29.708 DEBUG:teuthology.parallel:result is None 2024-02-23T02:43:29.709 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-23T02:43:29.722 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-23T02:43:29.723 DEBUG:teuthology.orchestra.run.smithi115:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-02-23T02:43:29.752 INFO:teuthology.orchestra.run.smithi115.stderr:+ umount /mnt/foo 2024-02-23T02:43:29.779 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-23T02:43:29.791 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-02-23T02:43:29.791 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-02-23T02:43:30.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:30 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:29.107933+0000 mgr.smithi115.zzjgkn (mgr.34102) 3095 : cluster [DBG] pgmap v2361: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:30.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:29.107933+0000 mgr.smithi115.zzjgkn (mgr.34102) 3095 : cluster [DBG] pgmap v2361: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:31.805 INFO:teuthology.orchestra.run.smithi115.stdout:foo 2024-02-23T02:43:32.368 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:31.108368+0000 mgr.smithi115.zzjgkn (mgr.34102) 3096 : cluster [DBG] pgmap v2362: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:32.368 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:32 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:31.788802+0000 mgr.smithi115.zzjgkn (mgr.34102) 3097 : audit [DBG] from='client.37070 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:43:32.382 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-02-23T02:43:32.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:31.108368+0000 mgr.smithi115.zzjgkn (mgr.34102) 3096 : cluster [DBG] pgmap v2362: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-23T02:43:32.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:31.788802+0000 mgr.smithi115.zzjgkn (mgr.34102) 3097 : audit [DBG] from='client.37070 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:43:34.381 INFO:teuthology.orchestra.run.smithi115.stdout:[ 2024-02-23T02:43:34.382 INFO:teuthology.orchestra.run.smithi115.stdout: { 2024-02-23T02:43:34.382 INFO:teuthology.orchestra.run.smithi115.stdout: "export_id": 1, 2024-02-23T02:43:34.382 INFO:teuthology.orchestra.run.smithi115.stdout: "path": "/", 2024-02-23T02:43:34.382 INFO:teuthology.orchestra.run.smithi115.stdout: "cluster_id": "foo", 2024-02-23T02:43:34.382 INFO:teuthology.orchestra.run.smithi115.stdout: "pseudo": "/fake", 2024-02-23T02:43:34.382 INFO:teuthology.orchestra.run.smithi115.stdout: "access_type": "RW", 2024-02-23T02:43:34.382 INFO:teuthology.orchestra.run.smithi115.stdout: "squash": "no_root_squash", 2024-02-23T02:43:34.382 INFO:teuthology.orchestra.run.smithi115.stdout: "security_label": true, 2024-02-23T02:43:34.382 INFO:teuthology.orchestra.run.smithi115.stdout: "protocols": [ 2024-02-23T02:43:34.382 INFO:teuthology.orchestra.run.smithi115.stdout: 4 2024-02-23T02:43:34.382 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:43:34.382 INFO:teuthology.orchestra.run.smithi115.stdout: "transports": [ 2024-02-23T02:43:34.382 INFO:teuthology.orchestra.run.smithi115.stdout: "TCP" 2024-02-23T02:43:34.383 INFO:teuthology.orchestra.run.smithi115.stdout: ], 2024-02-23T02:43:34.383 INFO:teuthology.orchestra.run.smithi115.stdout: "fsal": { 2024-02-23T02:43:34.383 INFO:teuthology.orchestra.run.smithi115.stdout: "name": "CEPH", 2024-02-23T02:43:34.383 INFO:teuthology.orchestra.run.smithi115.stdout: "user_id": "nfs.foo.1", 2024-02-23T02:43:34.383 INFO:teuthology.orchestra.run.smithi115.stdout: "fs_name": "foofs" 2024-02-23T02:43:34.383 INFO:teuthology.orchestra.run.smithi115.stdout: }, 2024-02-23T02:43:34.383 INFO:teuthology.orchestra.run.smithi115.stdout: "clients": [] 2024-02-23T02:43:34.383 INFO:teuthology.orchestra.run.smithi115.stdout: } 2024-02-23T02:43:34.383 INFO:teuthology.orchestra.run.smithi115.stdout:] 2024-02-23T02:43:34.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:34 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:33.108875+0000 mgr.smithi115.zzjgkn (mgr.34102) 3098 : cluster [DBG] pgmap v2363: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:43:34.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:33.108875+0000 mgr.smithi115.zzjgkn (mgr.34102) 3098 : cluster [DBG] pgmap v2363: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-23T02:43:35.019 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-02-23T02:43:35.276 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:35 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:34.342660+0000 mgr.smithi115.zzjgkn (mgr.34102) 3099 : audit [DBG] from='client.37074 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:43:35.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:34.342660+0000 mgr.smithi115.zzjgkn (mgr.34102) 3099 : audit [DBG] from='client.37074 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T02:43:36.272 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:35.109328+0000 mgr.smithi115.zzjgkn (mgr.34102) 3100 : cluster [DBG] pgmap v2364: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-23T02:43:36.272 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:36 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:35.203845+0000 mon.smithi115 (mon.0) 3100 : cluster [DBG] mgrmap e47: smithi115.zzjgkn(active, since 76m), standbys: smithi131.erzmvo 2024-02-23T02:43:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:35.109328+0000 mgr.smithi115.zzjgkn (mgr.34102) 3100 : cluster [DBG] pgmap v2364: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-23T02:43:36.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:35.203845+0000 mon.smithi115 (mon.0) 3100 : cluster [DBG] mgrmap e47: smithi115.zzjgkn(active, since 76m), standbys: smithi131.erzmvo 2024-02-23T02:43:36.720 INFO:teuthology.orchestra.run.smithi115.stdout:foo rec-0000000000000003:nfs.foo.1 2024-02-23T02:43:36.720 INFO:teuthology.orchestra.run.smithi115.stdout:foo grace 2024-02-23T02:43:36.720 INFO:teuthology.orchestra.run.smithi115.stdout:foo rec-0000000000000003:nfs.foo.0 2024-02-23T02:43:36.720 INFO:teuthology.orchestra.run.smithi115.stdout:foo conf-nfs.foo 2024-02-23T02:43:36.720 INFO:teuthology.orchestra.run.smithi115.stdout:foo export-1 2024-02-23T02:43:37.301 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a7201934-d1dd-11ee-95c0-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 5' 2024-02-23T02:43:38.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:38 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:37.109846+0000 mgr.smithi115.zzjgkn (mgr.34102) 3101 : cluster [DBG] pgmap v2365: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-23T02:43:38.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:37.109846+0000 mgr.smithi115.zzjgkn (mgr.34102) 3101 : cluster [DBG] pgmap v2365: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-23T02:43:39.243 INFO:teuthology.orchestra.run.smithi115.stdout:5 2024-02-23T02:43:39.913 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-23T02:43:39.926 INFO:tasks.cephadm:Teardown begin 2024-02-23T02:43:39.927 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-23T02:43:39.957 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-23T02:43:39.996 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-23T02:43:39.996 DEBUG:teuthology.orchestra.run.smithi115:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-23T02:43:40.015 DEBUG:teuthology.orchestra.run.smithi131:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-23T02:43:40.056 INFO:tasks.cephadm:Stopping all daemons... 2024-02-23T02:43:40.057 INFO:tasks.cephadm.mon.smithi115:Stopping mon.smithi115... 2024-02-23T02:43:40.057 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi115 2024-02-23T02:43:40.207 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:40 smithi115 systemd[1]: Stopping Ceph mon.smithi115 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:43:40.207 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:40 smithi115 bash[160293]: Error: no container with name or ID "ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon.smithi115" found: no such container 2024-02-23T02:43:40.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: cluster 2024-02-23T02:43:39.110287+0000 mgr.smithi115.zzjgkn (mgr.34102) 3102 : cluster [DBG] pgmap v2366: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-23T02:43:40.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:40 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: audit 2024-02-23T02:43:39.230719+0000 mon.smithi115 (mon.0) 3101 : audit [DBG] from='client.? 172.21.15.115:0/3546544060' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-23T02:43:40.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: cluster 2024-02-23T02:43:39.110287+0000 mgr.smithi115.zzjgkn (mgr.34102) 3102 : cluster [DBG] pgmap v2366: 129 pgs: 129 active+clean; 170 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-23T02:43:40.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: audit 2024-02-23T02:43:39.230719+0000 mon.smithi115 (mon.0) 3101 : audit [DBG] from='client.? 172.21.15.115:0/3546544060' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-23T02:43:40.526 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T02:43:40.319+0000 7fcb250ec700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-23T02:43:40.527 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:40 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115[122560]: debug 2024-02-23T02:43:40.319+0000 7fcb250ec700 -1 mon.smithi115@0(leader) e3 *** Got Signal Terminated *** 2024-02-23T02:43:41.026 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Feb 23 02:43:40 smithi115 bash[160333]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi115 2024-02-23T02:43:41.219 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi115.service' 2024-02-23T02:43:41.262 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T02:43:41.263 INFO:tasks.cephadm.mon.smithi115:Stopped mon.smithi115 2024-02-23T02:43:41.263 INFO:tasks.cephadm.mon.smithi131:Stopping mon.smithi131... 2024-02-23T02:43:41.263 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi131 2024-02-23T02:43:41.779 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:41 smithi131 systemd[1]: Stopping Ceph mon.smithi131 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:43:41.780 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:41 smithi131 bash[78959]: Error: no container with name or ID "ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon.smithi131" found: no such container 2024-02-23T02:43:42.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T02:43:41.789+0000 7f263e921700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-23T02:43:42.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:41 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131[57482]: debug 2024-02-23T02:43:41.789+0000 7f263e921700 -1 mon.smithi131@1(peon) e3 *** Got Signal Terminated *** 2024-02-23T02:43:42.529 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Feb 23 02:43:42 smithi131 bash[78998]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-mon-smithi131 2024-02-23T02:43:42.571 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@mon.smithi131.service' 2024-02-23T02:43:42.620 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T02:43:42.620 INFO:tasks.cephadm.mon.smithi131:Stopped mon.smithi131 2024-02-23T02:43:42.620 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-23T02:43:42.620 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.0 2024-02-23T02:43:42.906 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 02:43:42 smithi115 systemd[1]: Stopping Ceph osd.0 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:43:42.906 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 02:43:42 smithi115 bash[160463]: Error: no container with name or ID "ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.0" found: no such container 2024-02-23T02:43:43.276 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 02:43:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-0[130939]: debug 2024-02-23T02:43:42.903+0000 7f910ba02700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-23T02:43:43.276 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 02:43:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-0[130939]: debug 2024-02-23T02:43:42.903+0000 7f910ba02700 -1 osd.0 113 *** Got signal Terminated *** 2024-02-23T02:43:43.276 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 02:43:42 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-0[130939]: debug 2024-02-23T02:43:42.903+0000 7f910ba02700 -1 osd.0 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-23T02:43:48.526 INFO:journalctl@ceph.osd.0.smithi115.stdout:Feb 23 02:43:48 smithi115 bash[160502]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-0 2024-02-23T02:43:50.112 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.0.service' 2024-02-23T02:43:50.153 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T02:43:50.153 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-23T02:43:50.153 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-23T02:43:50.154 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.1 2024-02-23T02:43:50.470 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 02:43:50 smithi115 systemd[1]: Stopping Ceph osd.1 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:43:50.471 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 02:43:50 smithi115 bash[160744]: Error: no container with name or ID "ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.1" found: no such container 2024-02-23T02:43:50.776 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 02:43:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-1[134266]: debug 2024-02-23T02:43:50.468+0000 7ff654660700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-23T02:43:50.776 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 02:43:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-1[134266]: debug 2024-02-23T02:43:50.468+0000 7ff654660700 -1 osd.1 113 *** Got signal Terminated *** 2024-02-23T02:43:50.776 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 02:43:50 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-1[134266]: debug 2024-02-23T02:43:50.468+0000 7ff654660700 -1 osd.1 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-23T02:43:56.276 INFO:journalctl@ceph.osd.1.smithi115.stdout:Feb 23 02:43:55 smithi115 bash[160783]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-1 2024-02-23T02:43:57.648 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.1.service' 2024-02-23T02:43:57.690 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T02:43:57.690 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-23T02:43:57.690 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-23T02:43:57.690 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.2 2024-02-23T02:43:57.994 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 02:43:57 smithi115 systemd[1]: Stopping Ceph osd.2 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:43:57.994 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 02:43:57 smithi115 bash[161019]: Error: no container with name or ID "ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.2" found: no such container 2024-02-23T02:43:58.276 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 02:43:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-2[137386]: debug 2024-02-23T02:43:57.991+0000 7f9de157d700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-23T02:43:58.276 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 02:43:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-2[137386]: debug 2024-02-23T02:43:57.991+0000 7f9de157d700 -1 osd.2 113 *** Got signal Terminated *** 2024-02-23T02:43:58.276 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 02:43:57 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-2[137386]: debug 2024-02-23T02:43:57.991+0000 7f9de157d700 -1 osd.2 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-23T02:44:03.776 INFO:journalctl@ceph.osd.2.smithi115.stdout:Feb 23 02:44:03 smithi115 bash[161061]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-2 2024-02-23T02:44:05.166 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.2.service' 2024-02-23T02:44:05.206 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T02:44:05.206 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-23T02:44:05.206 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-23T02:44:05.207 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.3 2024-02-23T02:44:05.526 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 02:44:05 smithi115 systemd[1]: Stopping Ceph osd.3 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:44:05.526 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 02:44:05 smithi115 bash[161304]: Error: no container with name or ID "ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.3" found: no such container 2024-02-23T02:44:06.026 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 02:44:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-3[140798]: debug 2024-02-23T02:44:05.537+0000 7fe2e1464700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-23T02:44:06.026 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 02:44:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-3[140798]: debug 2024-02-23T02:44:05.537+0000 7fe2e1464700 -1 osd.3 113 *** Got signal Terminated *** 2024-02-23T02:44:06.026 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 02:44:05 smithi115 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-3[140798]: debug 2024-02-23T02:44:05.537+0000 7fe2e1464700 -1 osd.3 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-23T02:44:09.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:09 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:09.143+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:10.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:10.181+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:10.530 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:10 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:44:10.239+0000 7ff80a8ef700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.951741+0000 front 2024-02-23T02:43:45.951797+0000 (oldest deadline 2024-02-23T02:44:09.451689+0000) 2024-02-23T02:44:11.276 INFO:journalctl@ceph.osd.3.smithi115.stdout:Feb 23 02:44:10 smithi115 bash[161343]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-3 2024-02-23T02:44:11.530 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:44:11.219+0000 7ff80a8ef700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.951741+0000 front 2024-02-23T02:43:45.951797+0000 (oldest deadline 2024-02-23T02:44:09.451689+0000) 2024-02-23T02:44:11.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:11.168+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:12.029 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:11.573+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:12.030 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:11 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:11.686+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:12.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:12.143+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:12.530 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:44:12.193+0000 7ff80a8ef700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.951741+0000 front 2024-02-23T02:43:45.951797+0000 (oldest deadline 2024-02-23T02:44:09.451689+0000) 2024-02-23T02:44:12.608 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.3.service' 2024-02-23T02:44:12.648 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T02:44:12.649 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-23T02:44:12.649 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-23T02:44:12.649 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.4 2024-02-23T02:44:12.950 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:12.654+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:12.950 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:12.595+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:12.951 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:12 smithi131 systemd[1]: Stopping Ceph osd.4 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:44:12.951 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:12 smithi131 bash[79127]: Error: no container with name or ID "ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.4" found: no such container 2024-02-23T02:44:12.951 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:44:12.948+0000 7ff810978700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-23T02:44:13.220 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:13.124+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:13.221 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:44:12.948+0000 7ff810978700 -1 osd.4 113 *** Got signal Terminated *** 2024-02-23T02:44:13.221 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:12 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:44:12.948+0000 7ff810978700 -1 osd.4 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-23T02:44:13.530 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:44:13.218+0000 7ff80a8ef700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.951741+0000 front 2024-02-23T02:43:45.951797+0000 (oldest deadline 2024-02-23T02:44:09.451689+0000) 2024-02-23T02:44:14.029 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:13.639+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:14.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:13 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:13.587+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:14.529 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:44:14.235+0000 7ff80a8ef700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.951741+0000 front 2024-02-23T02:43:45.951797+0000 (oldest deadline 2024-02-23T02:44:09.451689+0000) 2024-02-23T02:44:14.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:14.093+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:15.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:14.620+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:15.030 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:14 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:14.594+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:15.530 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:44:15.266+0000 7ff80a8ef700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.951741+0000 front 2024-02-23T02:43:45.951797+0000 (oldest deadline 2024-02-23T02:44:09.451689+0000) 2024-02-23T02:44:15.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:15.094+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:16.029 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:15.572+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:16.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:15 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:15.578+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:16.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:16.066+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:16.530 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:44:16.246+0000 7ff80a8ef700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.951741+0000 front 2024-02-23T02:43:45.951797+0000 (oldest deadline 2024-02-23T02:44:09.451689+0000) 2024-02-23T02:44:17.018 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:16.598+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:17.018 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:16.598+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:50.849853+0000 front 2024-02-23T02:43:50.849887+0000 (oldest deadline 2024-02-23T02:44:16.149937+0000) 2024-02-23T02:44:17.018 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:16.538+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:17.019 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:16 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:16.538+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:17.279 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:17.015+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:17.611 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:44:17.281+0000 7ff80a8ef700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.951741+0000 front 2024-02-23T02:43:45.951797+0000 (oldest deadline 2024-02-23T02:44:09.451689+0000) 2024-02-23T02:44:17.612 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4[64760]: debug 2024-02-23T02:44:17.281+0000 7ff80a8ef700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:54.152952+0000 front 2024-02-23T02:43:54.152994+0000 (oldest deadline 2024-02-23T02:44:17.052719+0000) 2024-02-23T02:44:17.612 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:17.512+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:17.612 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:17.512+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:18.029 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:17.609+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:18.030 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:17 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:17.609+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:50.849853+0000 front 2024-02-23T02:43:50.849887+0000 (oldest deadline 2024-02-23T02:44:16.149937+0000) 2024-02-23T02:44:18.529 INFO:journalctl@ceph.osd.4.smithi131.stdout:Feb 23 02:44:18 smithi131 bash[79168]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-4 2024-02-23T02:44:18.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:18.059+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:19.019 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:18.645+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:19.019 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:18.645+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:50.849853+0000 front 2024-02-23T02:43:50.849887+0000 (oldest deadline 2024-02-23T02:44:16.149937+0000) 2024-02-23T02:44:19.020 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:18.536+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:19.020 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:18 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:18.536+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:19.279 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:19.087+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:19.280 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:19.087+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:19.721 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:19.574+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:19.722 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:19.574+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:19.722 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:19.617+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:19.722 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:19 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:19.617+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:50.849853+0000 front 2024-02-23T02:43:50.849887+0000 (oldest deadline 2024-02-23T02:44:16.149937+0000) 2024-02-23T02:44:20.070 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.4.service' 2024-02-23T02:44:20.111 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T02:44:20.112 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-23T02:44:20.112 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-23T02:44:20.112 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.5 2024-02-23T02:44:20.445 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:20 smithi131 systemd[1]: Stopping Ceph osd.5 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:44:20.445 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:20 smithi131 bash[79406]: Error: no container with name or ID "ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.5" found: no such container 2024-02-23T02:44:20.445 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:20.134+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:20.445 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:20.134+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:20.780 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:20.595+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:20.780 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:20.595+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:20.780 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:20.442+0000 7f7357d68700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-23T02:44:20.780 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:20.442+0000 7f7357d68700 -1 osd.5 113 *** Got signal Terminated *** 2024-02-23T02:44:20.780 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:20.442+0000 7f7357d68700 -1 osd.5 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-23T02:44:20.780 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:20.613+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:20.780 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:20 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:20.613+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:50.849853+0000 front 2024-02-23T02:43:50.849887+0000 (oldest deadline 2024-02-23T02:44:16.149937+0000) 2024-02-23T02:44:21.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:21.135+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:21.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:21.135+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:22.030 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:21.598+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:22.030 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:21.598+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:50.849853+0000 front 2024-02-23T02:43:50.849887+0000 (oldest deadline 2024-02-23T02:44:16.149937+0000) 2024-02-23T02:44:22.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:21.597+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:22.031 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:21 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:21.597+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:22.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:22.123+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:22.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:22.123+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:23.029 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:22.644+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:23.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:22.644+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:23.030 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:22.645+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:23.030 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:22 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:22.645+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:50.849853+0000 front 2024-02-23T02:43:50.849887+0000 (oldest deadline 2024-02-23T02:44:16.149937+0000) 2024-02-23T02:44:23.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:23.141+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:23.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:23.141+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:24.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:23.686+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:24.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:23.686+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:24.030 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:23.599+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:24.030 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:23 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:23.599+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:50.849853+0000 front 2024-02-23T02:43:50.849887+0000 (oldest deadline 2024-02-23T02:44:16.149937+0000) 2024-02-23T02:44:24.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:24.146+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:24.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:24.146+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:25.030 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:24.566+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:46.149582+0000 front 2024-02-23T02:43:46.149474+0000 (oldest deadline 2024-02-23T02:44:10.849469+0000) 2024-02-23T02:44:25.030 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5[66816]: debug 2024-02-23T02:44:24.566+0000 7f7352ce1700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:50.849853+0000 front 2024-02-23T02:43:50.849887+0000 (oldest deadline 2024-02-23T02:44:16.149937+0000) 2024-02-23T02:44:25.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:24.706+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:25.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:24 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:24.706+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:25.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:25.130+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:25.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:25.130+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:25.979 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:25.667+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:25.979 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:25 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:25.667+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:26.279 INFO:journalctl@ceph.osd.5.smithi131.stdout:Feb 23 02:44:25 smithi131 bash[79446]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-5 2024-02-23T02:44:26.280 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:26.126+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:26.280 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:26.126+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:27.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:26.659+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:27.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:26 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:26.659+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:27.378 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:27.138+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:27.378 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:27.138+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:27.378 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:27.138+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.027625+0000 front 2024-02-23T02:44:02.027688+0000 (oldest deadline 2024-02-23T02:44:26.727612+0000) 2024-02-23T02:44:27.664 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.5.service' 2024-02-23T02:44:27.705 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T02:44:27.705 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-23T02:44:27.705 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-23T02:44:27.705 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.6 2024-02-23T02:44:28.031 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:27 smithi131 systemd[1]: Stopping Ceph osd.6 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:44:28.032 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:27 smithi131 bash[79682]: Error: no container with name or ID "ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.6" found: no such container 2024-02-23T02:44:28.032 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:27.653+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:28.032 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:27.653+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:28.032 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:27 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:27.653+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.298298+0000 front 2024-02-23T02:44:02.298362+0000 (oldest deadline 2024-02-23T02:44:26.998238+0000) 2024-02-23T02:44:28.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:28.027+0000 7f7cb0fcd700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-23T02:44:28.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:28.027+0000 7f7cb0fcd700 -1 osd.6 113 *** Got signal Terminated *** 2024-02-23T02:44:28.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:28.027+0000 7f7cb0fcd700 -1 osd.6 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-23T02:44:28.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:28.128+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:28.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:28.128+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:28.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:28.128+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.027625+0000 front 2024-02-23T02:44:02.027688+0000 (oldest deadline 2024-02-23T02:44:26.727612+0000) 2024-02-23T02:44:29.029 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:28.610+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:29.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:28.610+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:29.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:28 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:28.610+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.298298+0000 front 2024-02-23T02:44:02.298362+0000 (oldest deadline 2024-02-23T02:44:26.998238+0000) 2024-02-23T02:44:29.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:29.128+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:29.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:29.128+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:29.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:29.128+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.027625+0000 front 2024-02-23T02:44:02.027688+0000 (oldest deadline 2024-02-23T02:44:26.727612+0000) 2024-02-23T02:44:30.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:29.568+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:30.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:29.568+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:30.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:29 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:29.568+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.298298+0000 front 2024-02-23T02:44:02.298362+0000 (oldest deadline 2024-02-23T02:44:26.998238+0000) 2024-02-23T02:44:30.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:30.109+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:30.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:30.109+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:30.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:30.109+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.027625+0000 front 2024-02-23T02:44:02.027688+0000 (oldest deadline 2024-02-23T02:44:26.727612+0000) 2024-02-23T02:44:30.780 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:30.527+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:30.780 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:30.527+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:30.780 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:30 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:30.527+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.298298+0000 front 2024-02-23T02:44:02.298362+0000 (oldest deadline 2024-02-23T02:44:26.998238+0000) 2024-02-23T02:44:31.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:31.069+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:31.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:31.069+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:31.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:31.069+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.027625+0000 front 2024-02-23T02:44:02.027688+0000 (oldest deadline 2024-02-23T02:44:26.727612+0000) 2024-02-23T02:44:32.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:31.573+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:32.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:31.573+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:32.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:31 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:31.573+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.298298+0000 front 2024-02-23T02:44:02.298362+0000 (oldest deadline 2024-02-23T02:44:26.998238+0000) 2024-02-23T02:44:32.529 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:32.102+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.026144+0000 front 2024-02-23T02:43:45.026122+0000 (oldest deadline 2024-02-23T02:44:08.525916+0000) 2024-02-23T02:44:32.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:32.102+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:53.826843+0000 front 2024-02-23T02:43:53.826933+0000 (oldest deadline 2024-02-23T02:44:18.526751+0000) 2024-02-23T02:44:32.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:32.102+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.027625+0000 front 2024-02-23T02:44:02.027688+0000 (oldest deadline 2024-02-23T02:44:26.727612+0000) 2024-02-23T02:44:32.530 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6[69130]: debug 2024-02-23T02:44:32.102+0000 7f7cadf4a700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.115:6830 osd.3 since back 2024-02-23T02:44:08.428593+0000 front 2024-02-23T02:44:08.428613+0000 (oldest deadline 2024-02-23T02:44:31.928506+0000) 2024-02-23T02:44:33.029 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:32.621+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:33.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:32.621+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:33.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:32.621+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.298298+0000 front 2024-02-23T02:44:02.298362+0000 (oldest deadline 2024-02-23T02:44:26.998238+0000) 2024-02-23T02:44:33.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:32 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:32.621+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6830 osd.3 since back 2024-02-23T02:44:06.998843+0000 front 2024-02-23T02:44:06.998800+0000 (oldest deadline 2024-02-23T02:44:31.698684+0000) 2024-02-23T02:44:33.649 INFO:journalctl@ceph.osd.6.smithi131.stdout:Feb 23 02:44:33 smithi131 bash[79722]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-6 2024-02-23T02:44:33.649 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:33.646+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:33.649 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:33.646+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:34.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:33.646+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.298298+0000 front 2024-02-23T02:44:02.298362+0000 (oldest deadline 2024-02-23T02:44:26.998238+0000) 2024-02-23T02:44:34.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:33 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:33.646+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6830 osd.3 since back 2024-02-23T02:44:06.998843+0000 front 2024-02-23T02:44:06.998800+0000 (oldest deadline 2024-02-23T02:44:31.698684+0000) 2024-02-23T02:44:34.972 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:34.598+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:34.972 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:34.598+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:34.972 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:34.598+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.298298+0000 front 2024-02-23T02:44:02.298362+0000 (oldest deadline 2024-02-23T02:44:26.998238+0000) 2024-02-23T02:44:34.972 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:34 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:34.598+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6830 osd.3 since back 2024-02-23T02:44:06.998843+0000 front 2024-02-23T02:44:06.998800+0000 (oldest deadline 2024-02-23T02:44:31.698684+0000) 2024-02-23T02:44:35.265 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.6.service' 2024-02-23T02:44:35.306 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T02:44:35.306 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-23T02:44:35.306 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-23T02:44:35.307 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.7 2024-02-23T02:44:35.529 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:35 smithi131 systemd[1]: Stopping Ceph osd.7 for a7201934-d1dd-11ee-95c0-87774f69a715... 2024-02-23T02:44:35.530 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:35 smithi131 bash[79955]: Error: no container with name or ID "ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd.7" found: no such container 2024-02-23T02:44:36.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:35.608+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:36.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:35.608+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:36.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:35.608+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.298298+0000 front 2024-02-23T02:44:02.298362+0000 (oldest deadline 2024-02-23T02:44:26.998238+0000) 2024-02-23T02:44:36.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:35.608+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6830 osd.3 since back 2024-02-23T02:44:06.998843+0000 front 2024-02-23T02:44:06.998800+0000 (oldest deadline 2024-02-23T02:44:31.698684+0000) 2024-02-23T02:44:36.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:35.628+0000 7fa115fcb700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-23T02:44:36.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:35.628+0000 7fa115fcb700 -1 osd.7 113 *** Got signal Terminated *** 2024-02-23T02:44:36.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:35 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:35.628+0000 7fa115fcb700 -1 osd.7 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-23T02:44:37.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:36.618+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:37.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:36.618+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:37.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:36.618+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.298298+0000 front 2024-02-23T02:44:02.298362+0000 (oldest deadline 2024-02-23T02:44:26.998238+0000) 2024-02-23T02:44:37.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:36 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:36.618+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6830 osd.3 since back 2024-02-23T02:44:06.998843+0000 front 2024-02-23T02:44:06.998800+0000 (oldest deadline 2024-02-23T02:44:31.698684+0000) 2024-02-23T02:44:38.029 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:37.622+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:38.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:37.622+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:38.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:37.622+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.298298+0000 front 2024-02-23T02:44:02.298362+0000 (oldest deadline 2024-02-23T02:44:26.998238+0000) 2024-02-23T02:44:38.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:37 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:37.622+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6830 osd.3 since back 2024-02-23T02:44:06.998843+0000 front 2024-02-23T02:44:06.998800+0000 (oldest deadline 2024-02-23T02:44:31.698684+0000) 2024-02-23T02:44:39.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:38.609+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:39.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:38.609+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:39.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:38.609+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.298298+0000 front 2024-02-23T02:44:02.298362+0000 (oldest deadline 2024-02-23T02:44:26.998238+0000) 2024-02-23T02:44:39.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:38 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:38.609+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6830 osd.3 since back 2024-02-23T02:44:06.998843+0000 front 2024-02-23T02:44:06.998800+0000 (oldest deadline 2024-02-23T02:44:31.698684+0000) 2024-02-23T02:44:40.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:39.613+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6806 osd.0 since back 2024-02-23T02:43:45.797179+0000 front 2024-02-23T02:43:45.797169+0000 (oldest deadline 2024-02-23T02:44:11.097031+0000) 2024-02-23T02:44:40.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:39.613+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6814 osd.1 since back 2024-02-23T02:43:51.097495+0000 front 2024-02-23T02:43:51.097717+0000 (oldest deadline 2024-02-23T02:44:16.397428+0000) 2024-02-23T02:44:40.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:39.613+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6822 osd.2 since back 2024-02-23T02:44:02.298298+0000 front 2024-02-23T02:44:02.298362+0000 (oldest deadline 2024-02-23T02:44:26.998238+0000) 2024-02-23T02:44:40.030 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:39 smithi131 ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7[71178]: debug 2024-02-23T02:44:39.613+0000 7fa10ef40700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.115:6830 osd.3 since back 2024-02-23T02:44:06.998843+0000 front 2024-02-23T02:44:06.998800+0000 (oldest deadline 2024-02-23T02:44:31.698684+0000) 2024-02-23T02:44:41.280 INFO:journalctl@ceph.osd.7.smithi131.stdout:Feb 23 02:44:41 smithi131 bash[79997]: ceph-a7201934-d1dd-11ee-95c0-87774f69a715-osd-7 2024-02-23T02:44:42.649 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a7201934-d1dd-11ee-95c0-87774f69a715@osd.7.service' 2024-02-23T02:44:42.691 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T02:44:42.691 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-23T02:44:42.691 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a7201934-d1dd-11ee-95c0-87774f69a715 --force --keep-logs 2024-02-23T02:44:42.840 INFO:teuthology.orchestra.run.smithi115.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-23T02:44:42.840 INFO:teuthology.orchestra.run.smithi115.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-23T02:44:42.840 INFO:teuthology.orchestra.run.smithi115.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-23T02:44:42.840 INFO:teuthology.orchestra.run.smithi115.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-02-23T02:44:42.840 INFO:teuthology.orchestra.run.smithi115.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2024-02-23T02:44:42.840 INFO:teuthology.orchestra.run.smithi115.stderr: ... 2024-02-23T02:44:42.840 INFO:teuthology.orchestra.run.smithi115.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-23T02:44:42.850 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-23T02:44:42.850 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a7201934-d1dd-11ee-95c0-87774f69a715 --force --keep-logs 2024-02-23T02:44:42.988 INFO:teuthology.orchestra.run.smithi131.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-23T02:44:42.988 INFO:teuthology.orchestra.run.smithi131.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-23T02:44:42.988 INFO:teuthology.orchestra.run.smithi131.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-23T02:44:42.988 INFO:teuthology.orchestra.run.smithi131.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-02-23T02:44:42.988 INFO:teuthology.orchestra.run.smithi131.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2024-02-23T02:44:42.988 INFO:teuthology.orchestra.run.smithi131.stderr: ... 2024-02-23T02:44:42.988 INFO:teuthology.orchestra.run.smithi131.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-23T02:44:42.998 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-23T02:44:42.999 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-23T02:44:43.027 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-23T02:44:43.054 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-23T02:44:43.056 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571393/remote/ubuntu@smithi115.front.sepia.ceph.com/crash 2024-02-23T02:44:43.056 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/crash -- . 2024-02-23T02:44:43.112 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571393/remote/ubuntu@smithi131.front.sepia.ceph.com/crash 2024-02-23T02:44:43.113 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/lib/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/crash -- . 2024-02-23T02:44:43.149 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-23T02:44:43.149 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'slow requests' | egrep -v '\(PG_' | egrep -v PG_ | egrep -v '\(CEPHADM_STRAY_DAEMON\)' | egrep -v 'slow request' | egrep -v '\(MDS_' | egrep -v MDS_ | egrep -v 'osds down' | egrep -v OSD_ | egrep -v '\(OSD_' | egrep -v client | egrep -v FS_ | egrep -v '\(FS_' | egrep -v degraded | head -n 1 2024-02-23T02:44:43.186 INFO:teuthology.orchestra.run.smithi115.stdout:2024-02-23T00:00:00.000109+0000 mon.smithi115 (mon.0) 198 : cluster [WRN] Health detail: HEALTH_WARN Reduced data availability: 1 pg inactive 2024-02-23T02:44:43.187 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-23T02:44:43.187 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[SEC\]' /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'slow requests' | egrep -v '\(PG_' | egrep -v PG_ | egrep -v '\(CEPHADM_STRAY_DAEMON\)' | egrep -v 'slow request' | egrep -v '\(MDS_' | egrep -v MDS_ | egrep -v 'osds down' | egrep -v OSD_ | egrep -v '\(OSD_' | egrep -v client | egrep -v FS_ | egrep -v '\(FS_' | egrep -v degraded | head -n 1 2024-02-23T02:44:43.259 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[ERR\]' /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'slow requests' | egrep -v '\(PG_' | egrep -v PG_ | egrep -v '\(CEPHADM_STRAY_DAEMON\)' | egrep -v 'slow request' | egrep -v '\(MDS_' | egrep -v MDS_ | egrep -v 'osds down' | egrep -v OSD_ | egrep -v '\(OSD_' | egrep -v client | egrep -v FS_ | egrep -v '\(FS_' | egrep -v degraded | head -n 1 2024-02-23T02:44:43.329 INFO:teuthology.orchestra.run.smithi115.stdout:2024-02-23T00:10:00.000199+0000 mon.smithi115 (mon.0) 526 : cluster [ERR] Health detail: HEALTH_ERR 2 failed cephadm daemon(s); 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2024-02-23T02:44:43.330 INFO:tasks.cephadm:Compressing logs... 2024-02-23T02:44:43.330 DEBUG:teuthology.orchestra.run.smithi115:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-23T02:44:43.372 DEBUG:teuthology.orchestra.run.smithi131:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-23T02:44:43.396 INFO:teuthology.orchestra.run.smithi115.stderr:find: ‘/var/log/rbd-target-api’gzip : No such file or directory-5 2024-02-23T02:44:43.397 INFO:teuthology.orchestra.run.smithi115.stderr:--verbose -- /var/log/ceph/cephadm.log 2024-02-23T02:44:43.397 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-volume.log 2024-02-23T02:44:43.397 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.2.log 2024-02-23T02:44:43.398 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.audit.log 2024-02-23T02:44:43.398 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.cephadm.log 2024-02-23T02:44:43.398 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.2.log: /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.3.log 2024-02-23T02:44:43.398 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.cephadm.log: /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.0.log 2024-02-23T02:44:43.400 INFO:teuthology.orchestra.run.smithi131.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-23T02:44:43.400 INFO:teuthology.orchestra.run.smithi131.stderr:: No such file or directory 2024-02-23T02:44:43.400 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.6.log 2024-02-23T02:44:43.401 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-volume.log 2024-02-23T02:44:43.401 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.audit.log 2024-02-23T02:44:43.401 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.6.log: /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.cephadm.log 2024-02-23T02:44:43.401 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mds.foofs.smithi131.xlpzyy.log 2024-02-23T02:44:43.402 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.0.log: 96.2% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.cephadm.log.gz 2024-02-23T02:44:43.402 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.audit.log: /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mon.smithi131.log 2024-02-23T02:44:43.403 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mds.foofs.smithi131.xlpzyy.log: 79.0% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mds.foofs.smithi131.xlpzyy.log.gz 2024-02-23T02:44:43.403 INFO:teuthology.orchestra.run.smithi115.stderr: 91.4% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-volume.log.gz 2024-02-23T02:44:43.404 INFO:teuthology.orchestra.run.smithi115.stderr: 91.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-23T02:44:43.404 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mon.smithi115.log 2024-02-23T02:44:43.405 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mon.smithi131.log: 96.2% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.cephadm.log.gz 2024-02-23T02:44:43.405 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mgr.smithi115.zzjgkn.log 2024-02-23T02:44:43.406 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mon.smithi115.log: gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.log 2024-02-23T02:44:43.406 INFO:teuthology.orchestra.run.smithi131.stderr: 91.7% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-volume.log.gz 2024-02-23T02:44:43.406 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.7.log 2024-02-23T02:44:43.406 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.log 2024-02-23T02:44:43.407 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.4.log 2024-02-23T02:44:43.408 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.log: /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.4.log: 91.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-23T02:44:43.409 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mgr.smithi115.zzjgkn.log: /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mds.foofs.smithi115.sbksrt.log 2024-02-23T02:44:43.410 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mds.foofs.smithi115.sbksrt.log: 82.9% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mds.foofs.smithi115.sbksrt.log.gz 2024-02-23T02:44:43.410 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.1.log 2024-02-23T02:44:43.411 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.1.log: 92.6% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.audit.log.gz 2024-02-23T02:44:43.413 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.5.log 2024-02-23T02:44:43.414 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mgr.smithi131.erzmvo.log 2024-02-23T02:44:43.418 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.5.log: /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mgr.smithi131.erzmvo.log: 92.7% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.audit.log.gz 2024-02-23T02:44:43.418 INFO:teuthology.orchestra.run.smithi115.stderr: 90.4% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.log.gz 2024-02-23T02:44:43.420 INFO:teuthology.orchestra.run.smithi131.stderr: 90.6% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph.log.gz 2024-02-23T02:44:43.564 INFO:teuthology.orchestra.run.smithi131.stderr: 91.4% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mgr.smithi131.erzmvo.log.gz 2024-02-23T02:44:44.790 INFO:teuthology.orchestra.run.smithi131.stderr: 92.8% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mon.smithi131.log.gz 2024-02-23T02:44:45.180 INFO:teuthology.orchestra.run.smithi115.stderr:gzip: /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mgr.smithi115.zzjgkn.log: file size changed while zipping 2024-02-23T02:44:45.180 INFO:teuthology.orchestra.run.smithi115.stderr: 91.7% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mgr.smithi115.zzjgkn.log.gz 2024-02-23T02:44:48.792 INFO:teuthology.orchestra.run.smithi115.stderr: 90.6% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-mon.smithi115.log.gz 2024-02-23T02:45:00.454 INFO:teuthology.orchestra.run.smithi115.stderr: 94.2% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.2.log.gz 2024-02-23T02:45:03.451 INFO:teuthology.orchestra.run.smithi131.stderr: 93.8% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.4.log.gz 2024-02-23T02:45:05.006 INFO:teuthology.orchestra.run.smithi115.stderr: 93.9% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.0.log.gz 2024-02-23T02:45:05.572 INFO:teuthology.orchestra.run.smithi131.stderr: 94.1% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.6.log.gz 2024-02-23T02:45:08.530 INFO:teuthology.orchestra.run.smithi131.stderr: 94.0% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.5.log.gz 2024-02-23T02:45:08.533 INFO:teuthology.orchestra.run.smithi115.stderr: 93.9% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.3.log.gz 2024-02-23T02:45:09.380 INFO:teuthology.orchestra.run.smithi115.stderr: 94.1% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.1.log.gz 2024-02-23T02:45:09.381 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-02-23T02:45:09.382 INFO:teuthology.orchestra.run.smithi115.stderr:real 0m25.995s 2024-02-23T02:45:09.382 INFO:teuthology.orchestra.run.smithi115.stderr:user 1m33.075s 2024-02-23T02:45:09.382 INFO:teuthology.orchestra.run.smithi115.stderr:sys 0m3.606s 2024-02-23T02:45:17.584 INFO:teuthology.orchestra.run.smithi131.stderr: 94.0% -- replaced with /var/log/ceph/a7201934-d1dd-11ee-95c0-87774f69a715/ceph-osd.7.log.gz 2024-02-23T02:45:17.586 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-02-23T02:45:17.586 INFO:teuthology.orchestra.run.smithi131.stderr:real 0m34.196s 2024-02-23T02:45:17.586 INFO:teuthology.orchestra.run.smithi131.stderr:user 1m38.982s 2024-02-23T02:45:17.586 INFO:teuthology.orchestra.run.smithi131.stderr:sys 0m3.931s 2024-02-23T02:45:17.586 INFO:tasks.cephadm:Archiving logs... 2024-02-23T02:45:17.587 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571393/remote/ubuntu@smithi115.front.sepia.ceph.com/log 2024-02-23T02:45:17.588 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-23T02:45:31.667 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571393/remote/ubuntu@smithi131.front.sepia.ceph.com/log 2024-02-23T02:45:31.668 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-23T02:45:46.543 INFO:tasks.cephadm:Removing cluster... 2024-02-23T02:45:46.544 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a7201934-d1dd-11ee-95c0-87774f69a715 --force 2024-02-23T02:48:21.685 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a7201934-d1dd-11ee-95c0-87774f69a715 --force 2024-02-23T02:48:53.073 INFO:tasks.cephadm:Removing cephadm ... 2024-02-23T02:48:53.074 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-23T02:48:53.097 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-23T02:48:53.116 INFO:tasks.cephadm:Teardown complete 2024-02-23T02:48:53.116 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-23T02:48:53.127 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-23T02:48:53.127 DEBUG:teuthology.orchestra.run.smithi115:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-23T02:48:53.139 DEBUG:teuthology.orchestra.run.smithi131:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-23T02:48:53.157 INFO:teuthology.orchestra.run.smithi115.stderr:bash: ntpq: command not found 2024-02-23T02:48:53.164 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-23T02:48:53.164 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2024-02-23T02:48:53.164 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 26 +1040us[+1040us] +/- 113ms 2024-02-23T02:48:53.164 INFO:teuthology.orchestra.run.smithi115.stdout:^* hv02.front.sepia.ceph.com 3 8 377 93 -1075us[-1065us] +/- 55ms 2024-02-23T02:48:53.164 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 20 +627us[ +627us] +/- 66ms 2024-02-23T02:48:53.164 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T02:48:53.172 INFO:teuthology.orchestra.run.smithi131.stderr:bash: ntpq: command not found 2024-02-23T02:48:53.177 INFO:teuthology.orchestra.run.smithi131.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-23T02:48:53.177 INFO:teuthology.orchestra.run.smithi131.stdout:=============================================================================== 2024-02-23T02:48:53.177 INFO:teuthology.orchestra.run.smithi131.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 31 +986us[ +986us] +/- 113ms 2024-02-23T02:48:53.177 INFO:teuthology.orchestra.run.smithi131.stdout:^* hv02.front.sepia.ceph.com 3 8 377 213 -1120us[-1023us] +/- 54ms 2024-02-23T02:48:53.177 INFO:teuthology.orchestra.run.smithi131.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 20 +545us[ +545us] +/- 66ms 2024-02-23T02:48:53.177 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T02:48:53.178 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-23T02:48:53.188 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-23T02:48:53.189 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-23T02:48:53.199 DEBUG:teuthology.orchestra.run.smithi115:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-23T02:48:53.277 DEBUG:teuthology.orchestra.run.smithi131:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-23T02:48:53.340 DEBUG:teuthology.orchestra.run.smithi115:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-23T02:48:53.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T02:48:53.373 DEBUG:teuthology.orchestra.run.smithi131:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-23T02:48:53.401 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T02:48:53.402 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-23T02:48:53.412 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-23T02:48:53.422 INFO:teuthology.task.internal:Duration was 10856.452644 seconds 2024-02-23T02:48:53.422 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-23T02:48:53.432 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-23T02:48:53.432 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-23T02:48:53.435 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-23T02:48:53.479 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-23T02:48:53.487 INFO:teuthology.orchestra.run.smithi131.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-23T02:48:53.792 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-23T02:48:53.792 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi115.front.sepia.ceph.com 2024-02-23T02:48:53.792 DEBUG:teuthology.orchestra.run.smithi115:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-23T02:48:53.816 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi131.front.sepia.ceph.com 2024-02-23T02:48:53.817 DEBUG:teuthology.orchestra.run.smithi131:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-23T02:48:53.839 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-23T02:48:53.840 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-23T02:48:53.859 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-23T02:48:53.957 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-23T02:48:53.957 DEBUG:teuthology.orchestra.run.smithi115:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-23T02:48:53.959 DEBUG:teuthology.orchestra.run.smithi131:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-23T02:48:54.154 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-23T02:48:54.166 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-23T02:48:54.166 DEBUG:teuthology.orchestra.run.smithi115:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-23T02:48:54.193 DEBUG:teuthology.orchestra.run.smithi131:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-23T02:48:54.221 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-23T02:48:54.232 DEBUG:teuthology.orchestra.run.smithi115:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-23T02:48:54.236 DEBUG:teuthology.orchestra.run.smithi131:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-23T02:48:54.260 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = core 2024-02-23T02:48:54.288 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = core 2024-02-23T02:48:54.314 DEBUG:teuthology.orchestra.run.smithi115:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-23T02:48:54.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T02:48:54.339 DEBUG:teuthology.orchestra.run.smithi131:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-23T02:48:54.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T02:48:54.371 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-23T02:48:54.383 INFO:teuthology.task.internal:Transferring archived files... 2024-02-23T02:48:54.384 DEBUG:teuthology.misc:Transferring archived files from smithi115:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571393/remote/smithi115 2024-02-23T02:48:54.385 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-23T02:48:54.442 DEBUG:teuthology.misc:Transferring archived files from smithi131:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571393/remote/smithi131 2024-02-23T02:48:54.443 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-23T02:48:54.489 INFO:teuthology.task.internal:Removing archive directory... 2024-02-23T02:48:54.489 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-23T02:48:54.491 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-23T02:48:54.538 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-23T02:48:54.550 INFO:teuthology.task.internal:Not uploading archives. 2024-02-23T02:48:54.550 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-23T02:48:54.561 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-23T02:48:54.561 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-23T02:48:54.563 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-23T02:48:54.578 INFO:teuthology.orchestra.run.smithi115.stdout: 525365 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 02:48 /home/ubuntu/cephtest 2024-02-23T02:48:54.595 INFO:teuthology.orchestra.run.smithi131.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 02:48 /home/ubuntu/cephtest 2024-02-23T02:48:54.599 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-23T02:48:54.611 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-23T02:48:54.641 INFO:teuthology.nuke:Checking targets against current locks 2024-02-23T02:48:54.669 DEBUG:teuthology.nuke:shortname: smithi115 2024-02-23T02:48:54.669 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-23T02:48:54.695 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571393', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-22 23:39:57.868049', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBZMkTF7nFgRCB6rsoXFhGixrGkGV9YzuJAM030OdI9Yzx2aqOCRN8X5JO4hQ+kS7HZAr00WO6GhQcqm6fDXGIM='} 2024-02-23T02:48:54.696 DEBUG:teuthology.nuke:shortname: smithi131 2024-02-23T02:48:54.696 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-23T02:48:54.723 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571393', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-22 23:39:57.866531', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNQhxy7MIp1s8spsElyeNLgEqvWwMGTwASa7K2t6TJ5WzxAJGeDXG1qG6CNUFM5oWK1LpnQgiedfzHtWh7CLRcQ='} 2024-02-23T02:48:54.746 INFO:teuthology.orchestra.console.smithi115:Power off 2024-02-23T02:48:54.746 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-23T02:48:54.769 DEBUG:teuthology.orchestra.console.smithi115:power off output: Chassis Power Control: Down/Off 2024-02-23T02:48:54.769 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T02:48:54.789 INFO:teuthology.orchestra.console.smithi131:Power off 2024-02-23T02:48:54.789 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-23T02:48:54.803 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-02-23T02:48:54.815 DEBUG:teuthology.orchestra.console.smithi131:power off output: Chassis Power Control: Down/Off 2024-02-23T02:48:54.815 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T02:48:54.840 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-02-23T02:48:58.805 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T02:48:58.840 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T02:48:58.914 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-02-23T02:48:58.950 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-02-23T02:49:02.916 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T02:49:02.951 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T02:49:03.026 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is off 2024-02-23T02:49:03.061 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is off 2024-02-23T02:49:03.128 INFO:teuthology.orchestra.console.smithi115:Power off completed 2024-02-23T02:49:03.162 INFO:teuthology.orchestra.console.smithi131:Power off completed 2024-02-23T02:49:03.266 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 10856.452644348145 failure_reason: '"2024-02-23T00:10:00.000199+0000 mon.smithi115 (mon.0) 526 : cluster [ERR] Health detail: HEALTH_ERR 2 failed cephadm daemon(s); 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds" in cluster log' owner: scheduled_yuriw@teuthology success: false 2024-02-23T02:49:03.266 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-23T02:49:03.344 INFO:teuthology.run:FAIL